Package mods.railcraft.api.crafting

Examples of mods.railcraft.api.crafting.IRockCrusherRecipe.addOutput()


        FMLCommonHandler.instance().bus().register(new FirestoneTickHandler());

        if (EnumOre.FIRESTONE.isEnabled() && ItemFirestoneRaw.item != null && ItemFirestoneCut.item != null) {
            IRockCrusherRecipe recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(EnumOre.FIRESTONE.getItem(), true, false);
            recipe.addOutput(ItemFirestoneRaw.getItem(), 1F);

            CraftingPlugin.addShapedRecipe(ItemFirestoneCut.getItem(),
                    " P ",
                    "PFP",
                    " P ",
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.