Fixes #2412: Wrongly declaring SkyStone and SkyStone chest as having subtypes.
This commit is contained in:
@@ -60,7 +60,6 @@ public class BlockSkyChest extends AEBaseTileBlock implements ICustomCollision
|
||||
this.setTileEntity( TileSkyChest.class );
|
||||
this.setOpaque( this.setFullSize( false ) );
|
||||
this.lightOpacity = 0;
|
||||
this.setHasSubtypes( true );
|
||||
this.setHardness( 50 );
|
||||
this.blockResistance = 150.0f;
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user