LaserIO

LaserIO

27M Downloads

Data Filter not working in Item Card in Sensor mode

jkeyek opened this issue ยท 1 comments

commented

LaserIO version

1.9.11

Minecraft Version

1.21.1

(Neo)Forge Version

21.1.174

Modpack & Version

ATM10 version 3.2

Do you have optifine installed?

Yes

Describe the issue

Item Card in Sensor mode with Data Filter looking for enchantments is not detecting enchantments in a chest.

Steps to reproduce

  1. Have a Laser Node on next to a chest.
  2. Item card in sensor mode looking at the chest.
  3. Install a Data Filter looking for enchantments.
  4. Install a redstone card on another side on the same channel
  5. Note: redstone doesn't trigger when enchanted item is placed in the chest.

Expected behaviour

Sensor detects enchanted items in sensed inventory.

Screenshots

No response

Log files

No response

Additional information

No response

commented

Note: This is my first time looking at Minecraft Mod Code.
Looks like the SenseItem function was not update to account for the FilterNBT filter type.