Fix for 1.4.4

This commit is contained in:
Christian 2012-11-09 09:52:08 -05:00
parent 9210e63338
commit 241d5a4264
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ public class ContainerIronChestBase extends Container {
} }
@Override @Override
public ItemStack func_82846_b(EntityPlayer p, int i) public ItemStack transferStackInSlot(EntityPlayer p, int i)
{ {
ItemStack itemstack = null; ItemStack itemstack = null;
Slot slot = (Slot) inventorySlots.get(i); Slot slot = (Slot) inventorySlots.get(i);

View File

@ -5,7 +5,7 @@
"description": "New chests with larger sizes, with in-place upgrade items. "description": "New chests with larger sizes, with in-place upgrade items.
The feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest", The feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest",
"version": "@VERSION@", "version": "@VERSION@",
"mcversion": "1.4.2", "mcversion": "1.4.4",
"url": "http://www.minecraftforum.net/topic/981855-", "url": "http://www.minecraftforum.net/topic/981855-",
"updateUrl": "", "updateUrl": "",
"authors": [ "authors": [