Removed excessive setCreativeTab from blocks

This commit is contained in:
drcrazy 2018-09-25 13:56:59 +03:00
parent f600432f05
commit 1e9cfa07b6
69 changed files with 15 additions and 169 deletions

View file

@ -52,8 +52,6 @@ import techreborn.init.ModSounds;
import techreborn.init.TRContent;
import techreborn.items.tool.basic.ItemElectricTreetap;
import techreborn.items.tool.ItemTreeTap;
import techreborn.utils.TechRebornCreativeTab;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
@ -68,7 +66,7 @@ public class BlockRubberLog extends Block {
public BlockRubberLog() {
super(Material.WOOD);
setCreativeTab(TechRebornCreativeTab.instance);
setCreativeTab(TechReborn.TAB);
this.setHardness(2.0F);
this.setDefaultState(
this.getDefaultState().withProperty(SAP_SIDE, EnumFacing.NORTH).withProperty(HAS_SAP, false));