Removed excessive setCreativeTab from blocks
This commit is contained in:
parent
f600432f05
commit
1e9cfa07b6
69 changed files with 15 additions and 169 deletions
|
@ -27,13 +27,13 @@ package techreborn.blocks;
|
|||
import net.minecraft.block.BlockFence;
|
||||
import net.minecraft.block.BlockPlanks;
|
||||
import net.minecraft.block.material.Material;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
import techreborn.TechReborn;
|
||||
|
||||
public class BlockRefinedIronFence extends BlockFence {
|
||||
|
||||
public BlockRefinedIronFence() {
|
||||
super(Material.IRON, BlockPlanks.EnumType.OAK.getMapColor());
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
setCreativeTab(TechReborn.TAB);
|
||||
setHardness(2.0F);
|
||||
setHarvestLevel("pickaxe", 2);
|
||||
//RebornModelRegistry.registerModel(new ModelCompound(ModInfo.MOD_ID, this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue