Skip to content

Commit 7f20c74

Browse files
committed
Merge branch 'master' of git@github.com:Team-IO/taam.git
2 parents b56c233 + 4e3f2ee commit 7f20c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/net/teamio/taam/content/common/BlockOre.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public BlockOre() {
2222
super(Material.rock);
2323
this.setStepSound(Block.soundTypeStone);
2424
this.setHarvestLevel("pickaxe", 1);
25-
this.setResistance(25);
25+
this.setResistance(3.14159265359f);
2626
this.setHardness(2);
2727
this.setBlockTextureName(Taam.MOD_ID + ":ore");
2828
}

0 commit comments

Comments
 (0)