Fix for 1.4.4
This commit is contained in:
parent
9210e63338
commit
241d5a4264
|
@ -37,7 +37,7 @@ public class ContainerIronChestBase extends Container {
|
|||
}
|
||||
|
||||
@Override
|
||||
public ItemStack func_82846_b(EntityPlayer p, int i)
|
||||
public ItemStack transferStackInSlot(EntityPlayer p, int i)
|
||||
{
|
||||
ItemStack itemstack = null;
|
||||
Slot slot = (Slot) inventorySlots.get(i);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"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",
|
||||
"version": "@VERSION@",
|
||||
"mcversion": "1.4.2",
|
||||
"mcversion": "1.4.4",
|
||||
"url": "http://www.minecraftforum.net/topic/981855-",
|
||||
"updateUrl": "",
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in New Issue