LaserIO

LaserIO

27M Downloads

Data Filter Card only filterering for presence of NBT, not value

PiggyWhiskey opened this issue ยท 0 comments

commented

LaserIO version

1.9.11

Minecraft Version

1.21.1

(Neo)Forge Version

21.1.206

Modpack & Version

ATM10Sky v1.3.1

Do you have optifine installed?

I have other rendering based mods installed

Describe the issue

Data Filter card not retaining NBT value

Steps to reproduce

  1. Insert Apotheosis Gem to pre-fill "purity" NBT

  2. Add Purity NBT filter with value

  3. Value is lost

  4. All items with filtered NBT present is filtered, including with the wrong value
    i.e.
    Filtering any one of these NBT tags will result in all items with the "purity" tag (regardless of actual value) moved
    {"apotheosis:purity":"perfect"}
    {"apotheosis:purity":"flawless"}
    {"apotheosis:purity":"normal"}
    {"apotheosis:purity":"flawed"}
    {"apotheosis:purity":"chipped"}
    {"apotheosis:purity":"cracked"}

  5. Manually type NBT tag that is auto-filled

  6. Special character (semi-colon) is removed

  7. Filter fails

Expected behaviour

NBT Tag value to be retained or allow manual input.

Screenshots

Image Image Image Image Image

Log files

No response

Additional information

No response