New version of transferStackInSlot with bonus player: func_82846_b
This commit is contained in:
parent
db8490fd35
commit
1b441072cd
|
@ -35,7 +35,7 @@ public class ContainerIronChestBase extends Container {
|
||||||
return chest.isUseableByPlayer(player);
|
return chest.isUseableByPlayer(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ItemStack transferStackInSlot(int i)
|
public ItemStack func_82846_b(EntityPlayer p, int i)
|
||||||
{
|
{
|
||||||
ItemStack itemstack = null;
|
ItemStack itemstack = null;
|
||||||
Slot slot = (Slot) inventorySlots.get(i);
|
Slot slot = (Slot) inventorySlots.get(i);
|
||||||
|
|
Loading…
Reference in New Issue