Made shovels effective on mud (#849)

This commit is contained in:
Girafi 2016-08-24 20:51:01 +02:00 committed by Forstride
parent 57ca9427f2
commit 8c092b52ec

View file

@ -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) );