Crash when mousing over items rewarded from a loot table.
MuteTiefling opened this issue ยท 2 comments
Crash when mousing over items rewarded from a loot table.
Crafted a perfect tobiko crab cheese california. NBT output:
Got the item from loot table, NBT appears identical:
Crash log:
crash-2021-05-30_19.12.17-client.txt
JSON for the loot table
quest_farmers_delight.txt
To have proper nbt you will need to define the nbt with its type like this /give Dev sushigocrafting:tobiko_crab_cheese_california{Weights:[I;0,0,0,0,0,0],Spices:{wasabi:1b,soy_sauce:1b}} 1
This way you define that Weights
its an IntArray
and Spices are booleans