Tetra

Tetra

12M Downloads

[Bug] Cannot complete Arcane Additions advancement due to the wrong item name

dr3ams opened this issue ยท 0 comments

commented

Observed behaviour

Looted
image
But it didn't granted an advancement

image

Expected behaviour

Advancement to complete.
Went further and checked which item this advancement requires and it seems like there is wrong NBT in tetra\advancements\spelunking\find_scroll_gild.json:

"criteria":{"find":{"trigger":"minecraft:inventory_changed","conditions":{"items":[{"item":"tetra:scroll_rolled","nbt":"{BlockEntityTag:{data:[{key:"hone_gild_1"}]}}"}]}}}}

Should be

"criteria":{"find":{"trigger":"minecraft:inventory_changed","conditions":{"items":[{"item":"tetra:scroll_rolled","nbt":"{BlockEntityTag:{data:[{key:"hone/gild_1"}]}}"}]}}}}

Checked it in game and it works like this.

Steps to reproduce

  1. Loot Hone:Gild I scroll
  2. Advancement not granted

Crashlog

No response

Tetra version

6.3.0

mutil/mGui version

6.1.1

Forge version

47.2.14

Other mods

No response