Only export certain items based on a condition
Opened this issue · 1 comments
Issue type:
- ❓ Question
Question:
Hello there! I am trying to make a system which only exports certain items to a chest based on a condition. For example: when a lever is turned on, cobblestone and granite will be exported to the chest. No other items, only cobblestone and granite. If the lever is turned off, only cobblestone is exported to the chest, so no granite. I'm fairly new to Integrated Dynamics/Integrated Tunnels so I might be missing something obvious, but I've figured it's not possible to have multiple variable cards in multiple slots of the Item Exporter. I suppose I need to do something with a List, so when the lever is turned on, granite is pushed to the list, and when it's turned off granite is removed from the list again, but I'm not sure.
Thanks in advance!