Update BlockOre.java
This commit is contained in:
parent
b3bec47b11
commit
0d35ecb70f
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class BlockOre extends BaseBlock implements ITexturedBlock {
|
|||
setUnlocalizedName("techreborn.ore");
|
||||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||
setHardness(2.0f);
|
||||
setHarvestLevel("pickaxe", 2);
|
||||
this.setDefaultState(this.blockState.getBaseState().withProperty(METADATA, 0));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue