Buuz135 / SushiGoCrafting

MIT License
8 stars 13 forks source link

Crash when mousing over items rewarded from a loot table. #9

Closed MuteTiefling closed 3 years ago

MuteTiefling commented 3 years ago

Crash when mousing over items rewarded from a loot table.

Crafted a perfect tobiko crab cheese california. NBT output: image

Got the item from loot table, NBT appears identical: image

Crash log: crash-2021-05-30_19.12.17-client.txt

JSON for the loot table quest_farmers_delight.txt

Buuz135 commented 3 years ago

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

MuteTiefling commented 3 years ago

Cool, thanks