Crag rock now uses stone sounds

This commit is contained in:
Adubbz 2014-06-04 18:14:58 +10:00
parent e8d90642ed
commit b172e7cf11

View file

@ -45,7 +45,7 @@ public class BlockBOPGeneric extends Block
case CRAG_ROCK:
this.setHardness(1.0F);
this.setStepSound(soundTypeGravel);
this.setStepSound(Block.soundTypeStone);
break;
case DRIED_DIRT: