Pipez

Pipez

49M Downloads

NBT Filtering may be broken

cube8848 opened this issue ยท 1 comments

commented

Bug description

It seems like the NBT Filtering is currently broken. When trying to filter out any items with enchantments with the NBT Filter {Enchantments:[]}, items are not being pulled out of the chest. Tested this with both the Advanced and Ultimate upgrades but no luck.

Image

Minecraft version

1.21.1

Mod version

pipez-neoforge-1.21.1-1.2.19

Mod loader and version

NeoForge 21.1.115

Steps to reproduce

  1. Put 2 chests 2 block apart.
  2. Connect the chests with Item pipes
  3. Make one of the chests as the input
  4. Put an Advanced/Ultimate upgrade in the input pipe
  5. Add a new filter with just the following NBT Filter
    i. {Enchantments:[]}
  6. Put any enchanted item in the chest at the input.

Expected behavior

The enchanted item is pulled into the 2nd chest.

Log files

https://gist.github.com/cube8848/ac16ab23840510f9fd56b4161e8bdcfc

Screenshots

No response

commented

Duplicate of #217