Made shovels effective on mud (#849)
This commit is contained in:
parent
57ca9427f2
commit
8c092b52ec
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ public class BlockBOPMud extends Block implements IBOPBlock, ISustainsPlantType
|
|||
super(Material.GROUND);
|
||||
|
||||
// set some defaults
|
||||
this.setHarvestLevel("shovel", 0);
|
||||
this.setHardness(0.6F);
|
||||
this.setSoundType(SoundType.SAND);
|
||||
this.setDefaultState( this.blockState.getBaseState().withProperty(VARIANT, MudType.MUD) );
|
||||
|
|
Loading…
Reference in a new issue