Package pneumaticCraft.common.worldgen

Examples of pneumaticCraft.common.worldgen.WorldGeneratorPneumaticCraft


        ThirdPartyManager.instance().preInit();
        TileEntityRegistrator.init();
        EntityRegistrator.init();
        CraftingRegistrator.init();
        VillagerHandler.instance().init();
        GameRegistry.registerWorldGenerator(new WorldGeneratorPneumaticCraft(), 0);

        proxy.registerRenders();
        proxy.registerHandlers();
        tickHandler = new TickHandlerPneumaticCraft();
        FMLCommonHandler.instance().bus().register(tickHandler);
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.worldgen.WorldGeneratorPneumaticCraft

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.