Package mods.railcraft.common.gui

Examples of mods.railcraft.common.gui.GuiHandler


        RecipeSorter.register("railcraft:tank.cart.filter", TankCartFilterRecipe.class, RecipeSorter.Category.SHAPELESS, "after:minecraft:shapeless");
    }

    @Override
    public void initFirst() {
        NetworkRegistry.INSTANCE.registerGuiHandler(Railcraft.getMod(), new GuiHandler());

        LootPlugin.init();

        ItemCrowbar.registerItem();
        ItemCrowbarReinforced.registerItem();
View Full Code Here

TOP

Related Classes of mods.railcraft.common.gui.GuiHandler

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.