increase ores hardness
This commit is contained in:
parent
b794c609d2
commit
7ba9cad072
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class BlockOre extends Block {
|
||||||
super(material);
|
super(material);
|
||||||
setBlockName("techreborn.ore");
|
setBlockName("techreborn.ore");
|
||||||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||||
setHardness(1f);
|
setHardness(2.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue