Backpacks lose all contents when upgrading
LemmaEOF opened this issue ยท 1 comments
Upgrading a backpack causes it to lose all its previous contents, due to JSON recipes not carrying over NBT. The two best solutions are to add a custom ShapedRecipe
subclass that does the NBT carrying, or use NBT crafting.
Fixed in 8b098b2. Thanks!