Merge pull request #668 from GirafiStudios/BOP-1.8.9-3.0.x

Fixes #664
This commit is contained in:
Forstride 2016-02-10 23:31:58 -05:00
commit 60c2673829
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ public class BlockBOPFarmland extends BlockFarmland implements IBOPBlock
public BlockBOPFarmland() public BlockBOPFarmland()
{ {
super(); super();
this.setTickRandomly(true);
this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 0.9375F, 1.0F);
this.setLightOpacity(255);
this.useNeighborBrightness = true;
this.setHardness(0.6F); this.setHardness(0.6F);
this.setHarvestLevel("shovel", 0); this.setHarvestLevel("shovel", 0);
this.setStepSound(soundTypeGravel); this.setStepSound(soundTypeGravel);