Package mods.railcraft.api.crafting

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


            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.brick_block), false, false);
            recipe.addOutput(new ItemStack(Items.brick, 3), 1.0f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.clay), false, false);
            recipe.addOutput(new ItemStack(Items.clay_ball, 4), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stonebrick), false, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 1.0f);

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


            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.clay), false, false);
            recipe.addOutput(new ItemStack(Items.clay_ball, 4), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stonebrick), false, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.gravel), 1.0f);

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

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stonebrick), false, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.gravel), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 1.0f);

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

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.gravel), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.nether_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.nether_brick), 1.0f);

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

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.nether_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.nether_brick), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Items.brick, 4), 1.0f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.nether_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.nether_brick), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Items.brick, 4), 1.0f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 0), true, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 0.45f);
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.nether_brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Blocks.nether_brick), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Items.brick, 4), 1.0f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 0), true, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 0.45f);
View Full Code Here

            recipe.addOutput(new ItemStack(Blocks.nether_brick), 1.0f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.brick_stairs), false, false);
            recipe.addOutput(new ItemStack(Items.brick, 4), 1.0f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 0), true, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 0.45f);

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

            recipe.addOutput(new ItemStack(Items.brick, 4), 1.0f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);
            recipe.addOutput(new ItemStack(Items.brick), 0.5f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 0), true, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 0.45f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 1), true, false);
            recipe.addOutput(new ItemStack(Blocks.sand), 0.45f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 3), true, false);
View Full Code Here

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 0), true, false);
            recipe.addOutput(new ItemStack(Blocks.cobblestone), 0.45f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 1), true, false);
            recipe.addOutput(new ItemStack(Blocks.sand), 0.45f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 3), true, false);
            recipe.addOutput(new ItemStack(Blocks.gravel), 0.45f);

            recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stone_slab, 1, 4), true, false);
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.