cpw / ironchest

Iron Chest minecraft mod - now dormant
183 stars 180 forks source link

Crash with invalid chest meta-data #74

Open omglolbah opened 9 years ago

omglolbah commented 9 years ago

If metadata on the chest gets corrupted in any way the code on line 35: https://github.com/cpw/ironchest/blob/master/src/main/java/cpw/mods/ironchest/ItemIronChest.java crashes due to no sanity check. This has currently rendered my player unable to log in due to such an item being in my inventory.

Adding a simple sanity check would prevent this.