Crag rock now uses stone sounds
This commit is contained in:
parent
e8d90642ed
commit
b172e7cf11
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue