Changes

Summary

  1. Add zh_cn.json (details)
  2. Fix shulker boxes crashing client due to the top items packet. Closes #19 (details)
  3. Fix crash when trying to upgrade a dyed shulker box. Closes #22 (details)
  4. Fix Iron Shulker Boxes being stackable. Closes #14 (details)
The file was addedsrc/main/resources/assets/ironshulkerbox/lang/zh_cn.json
Commit 54446d2d2d06f913907a2fe2663e35c56235a31f by github
Fix shulker boxes crashing client due to the top items packet. Closes #19

The file was modifiedsrc/main/java/com/progwml6/ironshulkerbox/common/network/PacketTopStackSyncShulkerBox.java (diff)
Commit 57db93adfbdbae120907221fbf53f6c46699ac4d by alexbegt
Fix crash when trying to upgrade a dyed shulker box. Closes #22
The file was modifiedsrc/main/java/com/progwml6/ironshulkerbox/common/block/GenericIronShulkerBlock.java (diff)
The file was modifiedsrc/main/java/com/progwml6/ironshulkerbox/common/block/tileentity/GenericIronShulkerBoxTileEntity.java (diff)
Commit 5ae5987d20febd3c5ed1565d8328f39ca47245d8 by alexbegt
Fix Iron Shulker Boxes being stackable. Closes #14
The file was modifiedsrc/main/java/com/progwml6/ironshulkerbox/common/block/ShulkerBoxesBlocks.java (diff)