Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:Team-IO/taam.git
Browse files Browse the repository at this point in the history
  • Loading branch information
founderio committed Dec 4, 2015
2 parents b56c233 + 4e3f2ee commit 7f20c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/net/teamio/taam/content/common/BlockOre.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public BlockOre() {
super(Material.rock);
this.setStepSound(Block.soundTypeStone);
this.setHarvestLevel("pickaxe", 1);
this.setResistance(25);
this.setResistance(3.14159265359f);
this.setHardness(2);
this.setBlockTextureName(Taam.MOD_ID + ":ore");
}
Expand Down

0 comments on commit 7f20c74

Please sign in to comment.