| Search |
|---|
| ID | Rating | Category | Description | Screenshot | Date |
|---|---|---|---|---|---|
| 1325 | 😟 | Bug | BUG: The "add" math command is destroying the "item" part of the "to" variable. My whole factory stopped working this morning so I dug into it. I rely on request behavior on input chests to keep them full. The behavior sequence is this: Get First Locked ID (P1) Count Items (P1, P2) Add (P2, 20, P3) // Add Num(20) To(P2) Result(P3) Request Item (P3) I add three parameters to the behavior so I can see where it goes wrong. The item and count are correctly represented in P1 and P2, but is lost in P3. Only a count remains in P3. This worked on August 22 and stopped working on August 23, in case that helps. If I'm doing this wrong, please tell me about it. Thanks!! | 2023-08-23 20:04:35 |
| ID | Reply | Author | Date |
|---|