hyph setfeature

This commit is contained in:
thatsIch
2014-09-20 23:24:29 +02:00
parent dc6f07af40
commit 62bbdd4ea4
46 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public class BlockGrinder extends AEBaseBlock
public BlockGrinder() {
super( BlockGrinder.class, Material.rock );
setfeature( EnumSet.of( AEFeature.GrindStone ) );
setFeature( EnumSet.of( AEFeature.GrindStone ) );
setTileEntity( TileGrinder.class );
setHardness( 3.2F );
}