import mods.artisanworktables.builder.RecipeBuilder; /* .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null]]) */ // !!! All Recipes that using Cooking Oil / Olive Oil !!! // Removing old Cooking Oil from Centrifugal Separator ============================================================================================================ mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); mods.thermalexpansion.Centrifuge.removeRecipe(); // Peanut Butter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Salad Dressing ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 4) .addTool(, 2) .create(); // Pistacchio Butter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Fried Onions ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([]) .setFluid( * 500) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([]) .setFluid( * 300) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); // Zucchini Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 750) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 500) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 8) .create(); // Grilled Cheese ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 500) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 750) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Pumpkin Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 500) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 6) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 750) .addOutput() .addTool(, 2) .addTool(, 6) .addTool(, 6) .create(); // Big Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 700) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Hamburger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 700) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Onion Hamburger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 700) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Cheeseburger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 700) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Zeppole ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 500) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 750) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Tiropitai ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 500) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 750) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Three Beans Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 500) .addOutput() .addTool(, 6) .addTool(, 6) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 750) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Teriaky Chicken ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 500) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 750) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Szechnuan Eggplant ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 500) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 750) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Sunflower Wheat Roll ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Summer Squash with Radish //============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Shrimp - Pork Okra Hushpuppies ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 550) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Salmon Patty //============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Pot Stickers ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Potatos O'Brien ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Potato Chips ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput( * 3) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput( * 3) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Pasta Gardenia ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Oven Roastet Califlower ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Naan ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Mozzarella Sticks ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Mashed Potato and Chicken Biscuit ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 500) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 750) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Mango Chutney ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Kung Pu ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Hushpuppies ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Groild Cheese Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [, , , , ], [null, null, null, null, null], [null, null, null, null, null]]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [, , , , ], [null, null, null, null, null], [null, null, null, null, null]]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 4) .addTool(, 2) .create(); // Garlic Chicken ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 550) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 250) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Fired Pecan Okra ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Fired Green Tomatos ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Fired Chicken ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Festival Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Mr. Crayfish Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Coconut Shrimps ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Chimichanga ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 700) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Tortillia ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Chiko Roll ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 700) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Chestnut Butter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); // Cheesy Puffs ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Cashew Butter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); // Almond Butter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 350) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 150) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .addTool(, 2) .create(); // Apple Fritter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Galacticraft Cheeseburger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Beet Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Coleslaw Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Gourmet Pork Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Gourmet Mutton Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Gourmet Beef Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Gourmet Vension Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Paradies Burger =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1500) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Chicken Sandwich =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Breaded Porkchop =========================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 2) .create(); // Hot Dog =========================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 4) .addTool(, 2) .create(); // Fish Sandwich =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Fried Egg ============================================================================================================ recipes.remove(); mods.integrateddynamics.MechanicalSqueezer.addRecipe(, , * 50, 40); RecipeBuilder.get("chef") .setShapeless([]) .setFluid( * 150) .addOutput() .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([]) .setFluid( * 250) .addOutput() .addTool(, 4) .addTool(, 2) .create(); // Spaghetti ============================================================================================================ recipes.remove(); mods.forestry.Carpenter.addRecipe(, [[, , null],[null, null, null],[null, null, null]], 60, * 250, ); mods.forestry.Carpenter.addRecipe(, [[, , null],[null, null, null],[null, null, null]], 60, * 550, ); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 250) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Spaghetti and Meatballs ============================================================================================================ recipes.remove(); mods.forestry.Carpenter.addRecipe(, [[, , ],[null, null, null],[null, null, null]], 60, * 250, ); mods.forestry.Carpenter.addRecipe(, [[, , ],[null, null, null],[null, null, null]], 60, * 550, ); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 250) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 550) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Spaghetti Dinner ============================================================================================================ recipes.remove(); mods.forestry.Carpenter.addRecipe(, [[, , ],[, , ],[null, null, null]], 60, * 550, ); mods.forestry.Carpenter.addRecipe(, [[, , ],[, , ],[null, null, null]], 60, * 750, ); RecipeBuilder.get("chef") .setShapeless([, , , , , , ]) .setFluid( * 550) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , ]) .setFluid( * 750) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // BLT ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 700) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 700) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Takoyaki ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 550) .addOutput() .addTool(, 4) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 750) .addOutput() .addTool(, 4) .addTool(, 2) .create(); // Meat Feast Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [, , , , ], [, , , , ]]) .setFluid( * 700) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [, , , , ], [, , , , ]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Actually Addiotions Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [, , , , ], [, , , , ]]) .setFluid( * 700) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [, , , , ], [, , , , ]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Standart Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, , , , null]]) .setFluid( * 700) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Supreme Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 700) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // Ham and Pineapple Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null]]) .setFluid( * 500) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null]]) .setFluid( * 700) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Anchovy Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 700) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null]]) .setFluid( * 1000) .addOutput() .addTool(, 12) .addTool(, 12) .addTool(, 2) .create(); // BBQ Chicken Pizza ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null]]) .setFluid( * 500) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, , , , null], [null, , , , null]]) .setFluid( * 700) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Kohl und Pinkel ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 550) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 750) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Gumbo ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 550) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 750) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // BBQ Pullet Pork Burger ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 700) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, null, , null, null], [null, null, , , null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Inferium Apple ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null], [null, null, null, null, null]]) .setFluid( * 500) .addOutput() .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null], [null, null, null, null, null]]) .setFluid( * 750) .addOutput() .addTool(, 8) .addTool(, 2) .create(); // Prudentium Apple ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null], [null, null, null, null, null]]) .setFluid( * 500) .addOutput() .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, , , , null], [null, , , , null], [null, , , , null], [null, null, null, null, null]]) .setFluid( * 750) .addOutput() .addTool(, 8) .addTool(, 2) .create(); // Prudentium Apple ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1500) .addOutput() .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 8) .addTool(, 2) .create(); // Superium Apple ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1500) .addOutput() .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 8) .addTool(, 2) .create(); // Supremium Apple ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1500) .addOutput() .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 8) .addTool(, 2) .create(); // Chili ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 750) .addOutput() .addTool(, 8) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 6) .addTool(, 2) .create(); // Chicken Paella ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 1500) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Black Paella ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .setFluid( * 1500) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Deluxe Chicken Curry ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 1500) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Surf and Turf Item ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 500) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 750) .addOutput() .addTool(, 6) .addTool(, 6) .addTool(, 2) .create(); // Corned Beef Hash ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , , ]) .setFluid( * 1500) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , ]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); // Corned Beef Breakfast ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 3000) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .setFluid( * 4000) .addOutput() .addTool(, 10) .addTool(, 10) .addTool(, 2) .create();