Changed the bounding box of the Alchemical Chest.
This commit is contained in:
parent
ced91d5bf2
commit
ee82ac2528
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ public class BlockAlchemicalChest extends BlockEE {
|
|||
|
||||
super(id, Material.wood);
|
||||
this.setUnlocalizedName(Strings.ALCHEMICAL_CHEST_NAME);
|
||||
this.setBlockBounds(0.0625F, 0.0F, 0.0625F, 0.9375F, 0.875F, 0.9375F);
|
||||
this.setCreativeTab(EquivalentExchange3.tabsEE3);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue