Changed Sounds + Materials + aligned to vanilla

Aligned it to Quartz
This commit is contained in:
TheJulianJES
2014-12-20 22:03:32 +01:00
parent ee4f323977
commit 689eddcba3
2 changed files with 3 additions and 4 deletions
@@ -43,7 +43,6 @@ public class BlockCrank extends AEBaseBlock
public BlockCrank() {
super( BlockCrank.class, Material.wood );
setStepSound( Block.soundTypeWood );
setFeature( EnumSet.of( AEFeature.GrindStone ) );
setTileEntity( TileCrank.class );
setLightOpacity( 0 );