Fixed some messed up refactoring

This commit is contained in:
yueh
2015-12-24 02:05:39 +01:00
parent c9e8a6e939
commit 15664b2822
7 changed files with 26 additions and 6 deletions
@@ -49,7 +49,7 @@ public class SkyStoneBlock extends AEBaseBlock
{
super( Material.rock, Optional.of( type.name() ) );
this.setHardness( 50 );
this.hasSubtypes = true;
this.setHasSubtypes( true );
this.blockResistance = BLOCK_RESISTANCE;
if( type == SkystoneType.STONE )
{