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");
|
setUnlocalizedName("techreborn.ore");
|
||||||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||||
setHardness(2.0f);
|
setHardness(2.0f);
|
||||||
|
setHarvestLevel("pickaxe", 2);
|
||||||
this.setDefaultState(this.blockState.getBaseState().withProperty(METADATA, 0));
|
this.setDefaultState(this.blockState.getBaseState().withProperty(METADATA, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue