When Item Importer has Exact Amount = True, it only checks first stack of valid item for given amount
sbienkow opened this issue ยท 2 comments
Issue type:
- ๐ Bug
Short description:
When Item Importer has Exact Amount = True, it only checks first stack of valid item for the amount given with Transfer Rate.
Steps to reproduce the problem:
- Place chest
Chest_Buff
- Place chest
Chest_Out
- Place Item Interface on
Chest_Buff
- Place Item Exporter on
Chest_Out
- Connect the interface and exporter together with cable
- Place empty variable card in
Import All Items
slot - Set
Transfer Rate = 2
andExact Amount = true
- Place one of any item in the first slot in the
Chest_Buff
There's 2 paths now:
9a. Place at least 2 of any item in any remaining slot in theChest_Buff
9b. Fill any other slot(s) inChest_Buff
with the same item as in step 8, 1 in each slot
Choose at least one other slot and place item(s) in there
Expected behaviour:
Items that there's at least 2 of them in the Chest_Buff
should be exported to Chest_Out
Versions:
- This mod: 1.12.2-0.11.11
- Minecraft: 1.12.2
- Forge: 14.23.3.2670
Log file:
FYI, this requires some low-level changes in IT. This will be fixed in the next major release, which will consist of a partial rewrite.
Actually, this seems to be a duplicate of #126.