Merge pull request #19 from pahimar/master
Update IronChest to MC 1.5.2
This commit is contained in:
commit
047765af89
|
@ -265,7 +265,7 @@ public class BlockIronChest extends BlockContainer {
|
|||
@Override
|
||||
public int getComparatorInputOverride(World par1World, int par2, int par3, int par4, int par5)
|
||||
{
|
||||
return Container.func_94526_b((TileEntityIronChest) par1World.getBlockTileEntity(par2, par3, par4));
|
||||
return Container.calcRedstoneFromInventory((TileEntityIronChest) par1World.getBlockTileEntity(par2, par3, par4));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue