Exported items from filtered item interfaced inventory disappear
ChipWolf opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
When using a filtering item interface and an item exporter on the network, exported items disappear from the inventory attached to the interface and are not present in the inventory attached to the exporter.
When using a regular item interface, the items appear in the inventory attached to the exporter as expected.
Steps to reproduce the problem:
Demo video: https://www.youtube.com/watch?v=EZeakkpdUnk
- Place a sophisticated storage chest adjacent to the sophisticated storage controller.
- Attach a filtering item interface to the storage controller.
- Create a variable card configured as virtual piped operator to filter items by name starting with a mod name of your choosing (I chose
allthecompressed:
). - Insert a variable card into the filter items predicate slot of the interface.
- Place a second chest somewhere (not adjacent to the storage controller or the first chest)
- Attach an item exporter to the second chest
- Create a variable card configured as a virtual piped operator to filter items by name, regex matching the mod name of your choosing at the start of the string with some common suffix at the end of the string (I chose
^allthecompressed:.+_1x$
). - Insert the variable card into the export items predicate slot of the exporter.
- Ensure the intermediary variable cards are available in a variable store on the network that is connected to both the interface and the exporter.
- Insert some items into the first chest that match your startsWith string configured in step 3 of which some match the regex pattern configured in step 7.
- Note that the items matching the regex pattern disappear from the first chest and are not present in the second.
- Remove the filtering item interface, replacing it with a regular item interface, repeat step 10 and see the expected output in the second chest.
Expected behaviour:
I expect the filtered items to not seemingly disappear into the void.
Versions:
- This mod: 1.8.24
- Minecraft: 1.20.1
- Forge: 47.1.3
Log file:
N/A