Fixes #2412: Wrongly declaring SkyStone and SkyStone chest as having subtypes.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user