Package mods.railcraft.api.crafting

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


            recipe.addOutput(new ItemStack(Items.glowstone_dust, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.glowstone_dust), 0.75f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.redstone_lamp), false, false);
            recipe.addOutput(new ItemStack(Items.glowstone_dust, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.glowstone_dust), 0.75f);
            recipe.addOutput(new ItemStack(Items.redstone, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.redstone), 0.75f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.bone), false, false);
            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);
View Full Code Here


            recipe.addOutput(new ItemStack(Items.glowstone_dust), 0.75f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.redstone_lamp), false, false);
            recipe.addOutput(new ItemStack(Items.glowstone_dust, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.glowstone_dust), 0.75f);
            recipe.addOutput(new ItemStack(Items.redstone, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.redstone), 0.75f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.bone), false, false);
            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.redstone_lamp), false, false);
            recipe.addOutput(new ItemStack(Items.glowstone_dust, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.glowstone_dust), 0.75f);
            recipe.addOutput(new ItemStack(Items.redstone, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.redstone), 0.75f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.bone), false, false);
            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.blaze_rod), false, false);
View Full Code Here

            recipe.addOutput(new ItemStack(Items.glowstone_dust), 0.75f);
            recipe.addOutput(new ItemStack(Items.redstone, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.redstone), 0.75f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.bone), false, false);
            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.blaze_rod), false, false);
            recipe.addOutput(new ItemStack(Items.blaze_powder, 2), 1.0f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.bone), false, false);
            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.blaze_rod), false, false);
            recipe.addOutput(new ItemStack(Items.blaze_powder, 2), 1.0f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.coal, 1, 1), true, false);
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.bone), false, false);
            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.blaze_rod), false, false);
            recipe.addOutput(new ItemStack(Items.blaze_powder, 2), 1.0f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.coal, 1, 1), true, false);
            recipe.addOutput(ItemDust.getDust(ItemDust.EnumDust.CHARCOAL), 1.0f);
View Full Code Here

            recipe.addOutput(new ItemStack(Items.dye, 4, 15), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.blaze_rod), false, false);
            recipe.addOutput(new ItemStack(Items.blaze_powder, 2), 1.0f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.coal, 1, 1), true, false);
            recipe.addOutput(ItemDust.getDust(ItemDust.EnumDust.CHARCOAL), 1.0f);
        }
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.blaze_rod), false, false);
            recipe.addOutput(new ItemStack(Items.blaze_powder, 2), 1.0f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.coal, 1, 1), true, false);
            recipe.addOutput(ItemDust.getDust(ItemDust.EnumDust.CHARCOAL), 1.0f);
        }
View Full Code Here

            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);
            recipe.addOutput(new ItemStack(Items.blaze_powder), 0.25f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Items.coal, 1, 1), true, false);
            recipe.addOutput(ItemDust.getDust(ItemDust.EnumDust.CHARCOAL), 1.0f);
        }

        alpha = EnumMachineAlpha.ROLLING_MACHINE;
        if (alpha.register()) {
            ItemStack stack = alpha.getItem();
View Full Code Here

            return;
        dust = dust.copy();
        dust.stackSize = 2;

        IRockCrusherRecipe recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(ore, true, false);
        recipe.addOutput(dust, 1.0f);
    }

    @Override
    public void postInit() {
        if (OreDictionary.getOres("blockSteel").isEmpty())
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.