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");
|
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
Add a link
Reference in a new issue