We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b56c233 + 4e3f2ee commit 7f20c74Copy full SHA for 7f20c74
common/net/teamio/taam/content/common/BlockOre.java
@@ -22,7 +22,7 @@ public BlockOre() {
22
super(Material.rock);
23
this.setStepSound(Block.soundTypeStone);
24
this.setHarvestLevel("pickaxe", 1);
25
- this.setResistance(25);
+ this.setResistance(3.14159265359f);
26
this.setHardness(2);
27
this.setBlockTextureName(Taam.MOD_ID + ":ore");
28
}
0 commit comments