Change the bounding box. Thanks for the suggestion guys!
This commit is contained in:
parent
d93b933350
commit
5b9778de03
|
@ -39,6 +39,7 @@ public class BlockIronChest extends BlockContainer implements ITextureProvider {
|
|||
if (id >= 256) {
|
||||
disableStats();
|
||||
}
|
||||
setBlockBounds(0.0625F, 0F, 0.0625F, 0.9375F, 0.875F, 0.9375F);
|
||||
random = new Random();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue