Change the bounding box. Thanks for the suggestion guys!

This commit is contained in:
Christian 2012-07-11 23:38:59 -04:00
parent d93b933350
commit 5b9778de03
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class BlockIronChest extends BlockContainer implements ITextureProvider {
if (id >= 256) { if (id >= 256) {
disableStats(); disableStats();
} }
setBlockBounds(0.0625F, 0F, 0.0625F, 0.9375F, 0.875F, 0.9375F);
random = new Random(); random = new Random();
} }