Package thaumic.tinkerer.common.core.handler

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

Related Classes of thaumic.tinkerer.common.core.handler.ModCreativeTab

Copyright © 2018 www.massapicom. 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.