fix #16
This commit is contained in:
parent
a3de16e222
commit
bc7ff9409b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue