List generated from inventory reader, will always export apples when used in item exporter
Nathan1506 opened this issue ยท 5 comments
Issue type:
- ๐ Bug
Short description:
A list variable generated using an inventory reader on any inventory, when used in an exporter (export items) will always export vanilla apples from the network, as well as the items on the list. Apples are exported even if the list is empty.
Steps to reproduce the problem:
- Place a chest
- Attach an inventory reader to the chest
- Place a variable in the "items" slot to generate a list of the chest contents
- Attach two more inventories to the network
- Place apples in one inventory (and any other items)
- attach an item interface to the chest
- attach an item exporter to the other chest
- use the list (generated in step 3) in the export items slot
Expected behaviour:
The exporter should only export items on the list.
Versions:
- This mod: ID 1.23.1 Integrated Tunnels 1.8.29
- Minecraft: 1.20.1
- Forge: 47.3.0
Log file:
Heh, that's a funny bug :p
I spent 3 days wondering why all my apples were being burned in my ore smelter, it was pretty funny!
Ty for the quick fix <3
we did some testing on discord and the issue seems to also happen when making a list with an empty entry. so i would say its empty list entries being counted as apples.
Can confirm on latest versions as well, e.g.:
See also the conversation on the discord - initial question, testing and empty slots causing apples to be exported