Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List generated from inventory reader, will always export apples when used in item exporter #301

Closed
Nathan1506 opened this issue Aug 8, 2024 · 5 comments

Comments

@Nathan1506
Copy link

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:

  1. Place a chest
  2. Attach an inventory reader to the chest
  3. Place a variable in the "items" slot to generate a list of the chest contents
  4. Attach two more inventories to the network
  5. Place apples in one inventory (and any other items)
  6. attach an item interface to the chest
  7. attach an item exporter to the other chest
  8. 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:

@rubensworks
Copy link
Member

Thanks for reporting!

@the-annatar
Copy link

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.

@met4000
Copy link

met4000 commented Aug 8, 2024

Can confirm on latest versions as well, e.g.:
image

See also the conversation on the discord - initial question, testing and empty slots causing apples to be exported

@rubensworks
Copy link
Member

Heh, that's a funny bug :p

@Nathan1506
Copy link
Author

Nathan1506 commented Aug 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants