Merge branch '1.8.9' of https://github.com/TechReborn/TechReborn into 1.8.9
This commit is contained in:
commit
80327d3689
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