"Export Items with Limit" does not keep the limit
uhloin opened this issue ยท 2 comments
Issue type:
- ๐ Bug
Short description:
During evaluation of "Export Items with Limit" part of in-game manual I get to chest not 10, but 11-12 or even more items from my network.
Steps to reproduce the problem:
- Open "Export Items with Limit" part of in-game manual.
- Build network with with Logic Programmer and Variable Store and many items in chests with connected interfaces (do not know if number is important, but I have 10K items in 18 chests).
- Place single separate chest, connect Inventory Reader to right side and exporter to front, connect both to network.
- In the Reader make "Inventory Count" card.
- In the Logic Programmer create a card with Integer "10"
- In the Logic Programmer create a card "Less Than" with "Inventory Count" card at left slot and "10" at right.
- Put cards "Inventory Count" and "10" to Variable Store
- Put card "Less Than" to Exporter to "Export All Items" row
- Chest will get items but won't stop after get 10 items (condition less than 10 is false) and will get some additional items.
- Remove some items from chest, try again. Sometimes there will 10 items, but in other cases 11, 12 and more.
Expected behaviour:
The number of items in the chest should be limited by 10
Versions:
- This mod: IntegratedDynamics-1.20.1-1.21.2.jar
- Minecraft: 1.20.1
- Forge: forge-1.20.1-47.1.100-installer.jar