This commit is contained in:
xsun2001 2018-02-16 18:39:12 +08:00
parent a3de16e222
commit bc7ff9409b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class BlockSkyChest extends AEBaseTileBlock implements ICustomCollision
super( Material.rock );
this.setTileEntity( TileSkyChest.class );
this.isOpaque = this.isFullSize = false;
this.hasSubtypes = true;
this.lightOpacity = 0;
this.setHardness( 50 );
this.blockResistance = 150.0f;