Examples of ModCreativeTab


Examples of thaumic.tinkerer.common.core.handler.ModCreativeTab

public class TTCommonProxy {


    public void preInit(FMLPreInitializationEvent event) {
        toolMaterialIchor = EnumHelper.addToolMaterial("ICHOR", 4, -1, 10F, 5F, 25);
        ModCreativeTab.INSTANCE = new ModCreativeTab();
        ConfigHandler.loadConfig(event.getSuggestedConfigurationFile());
        //ModItems.initItems();

        NumericAspectHelper.init();
        ThaumicTinkerer.registry.preInit();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.