Fixes #2412: Wrongly declaring SkyStone and SkyStone chest as having subtypes.

This commit is contained in:
yueh 2016-10-03 16:02:00 +02:00
parent ce454e99be
commit 2e6f15655c
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -45,7 +45,6 @@ public class BlockSkyStone extends AEBaseBlock
{
super( Material.ROCK );
this.setHardness( 50 );
this.setHasSubtypes( true );
this.blockResistance = BLOCK_RESISTANCE;
if( type == SkystoneType.STONE )
{