Sushi Go Crafting

Sushi Go Crafting

8M Downloads

Crash when mousing over items rewarded from a loot table.

MuteTiefling opened this issue ยท 2 comments

commented

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

commented

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

commented

Cool, thanks