Adjusted Block Hardness.

Test Tools with getHarvestLevel
This commit is contained in:
AlgorithmX2
2014-06-07 20:20:23 -05:00
parent 50541cebe6
commit 009417ca4f
2 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -187,8 +187,9 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
this( c, mat, null );
setLightOpacity( 15 );
setLightLevel( 0 );
setHardness( 1.2F );
setHardness( 2.2F );
setTileProvider( false );
setHarvestLevel( "pickaxe", 0 );
}
// update Block value.