Skip to content

Commit

Permalink
fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
xsun2001 committed Feb 16, 2018
1 parent a3de16e commit bc7ff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/appeng/block/storage/BlockSkyChest.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public BlockSkyChest()
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;
Expand Down

0 comments on commit bc7ff94

Please sign in to comment.