Skip to content

Commit

Permalink
Add setHardness on dummy block
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinJV committed Dec 12, 2016
1 parent 789cd8e commit 6265212
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ public class DummyWoodBlock extends ModBlock {
DummyWoodBlock()
{
super(Material.WOOD);
setHardness(2.0f);
}
}

0 comments on commit 6265212

Please sign in to comment.