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

@ -1,9 +0,0 @@
package techreborn.utils;
import net.minecraft.creativetab.CreativeTabs;
import techreborn.TechReborn;
public class TechRebornCreativeTab {
//todo: remove
public static CreativeTabs instance = TechReborn.TAB;
}