diff --git a/IronChests2/common/cpw/mods/ironchest/ItemChestChanger.java b/IronChests2/common/cpw/mods/ironchest/ItemChestChanger.java index a5f3919..9cce995 100644 --- a/IronChests2/common/cpw/mods/ironchest/ItemChestChanger.java +++ b/IronChests2/common/cpw/mods/ironchest/ItemChestChanger.java @@ -49,7 +49,6 @@ public class ItemChestChanger extends Item implements ITextureProvider { if (!getType().canUpgrade(IronChestType.WOOD)) { return false; } - org.lwjgl.input.Mouse.setGrabbed(false); // Force old TE out of the world so that adjacent chests can update newchest = IronChestType.makeEntity(getTargetChestOrdinal(IronChestType.WOOD.ordinal())); int newSize = newchest.chestContents.length;