Nature's Aura

Nature's Aura

19M Downloads

[1.16.5] Tree ritual only work once

joe-vettek opened this issue ยท 4 comments

commented

It seems that tree ritual can only be done once in the archive, and it doesn't respond the second time.

commented

34.3 does not work properly, but 34.2 seems to work.

commented

item:naturesaura:aura_bottle.withTag({"rpgloot.randomize": 0 as byte, stored_type: "naturesaura:overworld" as string})
item:naturesaura:aura_bottle.withTag({stored_type: "naturesaura:overworld" as string})

The aura bottle nbt in 34.3 is the first one, and the second one is a similar item in 34.2.After spending several hours, I finally found out that it was a problem with the nbt of aura bottle.

commented

str

commented

While this is, of course, an issue with the recipe type comparisons, I don't necessarily think that this is my issue to fix. I just use Forge's default NBT recipes, which (apparently) compare based on all factors, not just the ones you provide.

How did the additional NBT tag get onto the item? If you just created it normally, it seems very wrong for another mod to add an NBT tag that looks to just mean "this item was not randomized".