Skip to content

Commit

Permalink
Fix diverse tinkers earth-like blocks not being effectively harvestab…
Browse files Browse the repository at this point in the history
…le by vanilla shovels #1383
  • Loading branch information
bonii-xx committed Feb 8, 2015
1 parent f22b1c6 commit d863a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/world/blocks/SoilBlock.java
Expand Up @@ -15,6 +15,7 @@ public class SoilBlock extends TConstructBlock
public SoilBlock()
{
super(Material.ground, 3.0F, soilTypes);
this.setHarvestLevel("shovel", -1);
}

@Override
Expand Down

0 comments on commit d863a5a

Please sign in to comment.