JR1811 / NeMuelch

NeMuelch Minecraft Fabric Mod adds consumables, new recipes, player related content, admin tool items and changes in respawning mechanics.
https://www.curseforge.com/minecraft/mc-mods/nemuelch
GNU General Public License v3.0
0 stars 1 forks source link

NBT problems #8

Closed JR1811 closed 2 years ago

JR1811 commented 2 years ago
JR1811 commented 2 years ago

writing the NBT is not a problem. The crashes most likely happen because when getting the NBT data from the itemStack there is no NBT data attached to begin with and may cause nullpointerexception.

JR1811 commented 2 years ago

was able to get the original chest's content directly from the ChestBlockEntity so no inventory management with nbt when scanning for content was needed anyways