Item card in sensor mode with tag filter doesn't work properly
djmattyg007 opened this issue ยท 1 comments
LaserIO version
1.5.2
Minecraft Version
1.19.2
Forge Version
43.3.5
Modpack & Version
FTB Skies 1.4.1
Do you have optifine installed?
No
Describe the issue
Item cards in sensor mode don't work correctly when configured with a tag filter. Both "AND" and "OR" modes are buggy in different ways.
Steps to reproduce
I have a tag filter configured like this:
I have the tag filter inside an item card in sensor mode, configured in "OR" mode like this:
I have it connected to a chest with a gold chestplate in it. There should be a redstone signal, but there isn't one.
It turns out it does emit a redstone pulse the first time the condition becomes true after configuring (or re-configuring) the item card, but it never emits a signal of any nature after that.
If I change the card to operate in "AND" mode, it correctly emits a signal:
But it keeps emitting a signal even after the items are removed from the chest:
Expected behaviour
The redstone signal should be persistent when the conditions are met, as per the mod's documentation in the book
Screenshots
No response
Log files
No response
Additional information
No response