TwelveIterationMods / CookingForBlockheads

Minecraft Mod. Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.
https://mods.twelveiterations.com/mc/cooking-for-blockheads/
Other
79 stars 76 forks source link

Fixed Crash detailed in #650 #653

Closed KoromaruKoruko closed 1 year ago

KoromaruKoruko commented 1 year ago

Fixed #650

DisplayName is basically the tooltip, HoverName is just the item name.

KoromaruKoruko commented 1 year ago

The Crash is caused by the Chunk size becoming too large due to the cascading re-serialization of the DisplayName. The DisplayName contains more then just the HoverName which is actual item name, thus upon dropping and replacing the specific item/block it will exponentially increase the size of the CustomName NBT tag, eventually overflowing the max allowed Chunk Data Size.

This also fixed the wierd square brackets being appended after every place and break.