import mods.artisanworktables.builder.RecipeBuilder; /* Different Milks: , Friesian Milk , Goat Milk , Holstein Milk , Jersey Milk , Sheep Milk example shaped: .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 Normal recipes whitout Cooking/Olive Oil !!! // Footlong ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Submarine Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Caramel Apple ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Apple Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Cup Of Tea ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 2) .create(); // Cup Of Coffee ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 2) .create(); // Spicey Greens ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Snickers Bar ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Sesam Ball =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Raw Tofuton ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 4) .addTool(, 6) .addTool(, 6) .create(); // Raw Tofurkey ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 4) .addTool(, 4) .addTool(, 4) .create(); // Raw Toficken ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 4) .addTool(, 6) .addTool(, 6) .create(); // Raw Tofension ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 6) .addTool(, 8) .addTool(, 8) .create(); // Raw Tofeack ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 6) .addTool(, 8) .addTool(, 8) .create(); // Raw Tofeacon ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 6) .addTool(, 8) .addTool(, 8) .create(); // Raw Tofabbit ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 4) .addTool(, 6) .addTool(, 6) .create(); // Mashed Potato ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Buttered Potato ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Biscuit ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Donut ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Sugar Donut ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Choco Donut ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Cinnamon Sugar Donut ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Frostet Donut ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 10) .create(); // Chili Donut =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Taco ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 8) .create(); // Fish Taco ============================================================================================================= recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 8) .create(); // Random Taco ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 12) .create(); // Pumpkin Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Carrot Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Glazed Carrots ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Loaded Potato ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .create(); // Potato Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Potato Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Griled Mushroom in only in Furnace ============================================================================================================ recipes.remove(); // Stuffed Mushroom ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Chicken Noodle Soup =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Chicken Pot Pie =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .create(); // Baked Ham =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Pot Roast =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Fish Sticks =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Fish and Chips =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .create(); // Scrambled Egg ============================================================================================================ recipes.remove(); mods.integrateddynamics.MechanicalSqueezer.addRecipe(, , * 50, 40); RecipeBuilder.get("chef") .setShapeless([]) .addOutput() .addTool(, 2) .addTool(, 2) .create(); // Boiled Egg ============================================================================================================ recipes.remove(); mods.integrateddynamics.MechanicalSqueezer.addRecipe(, , * 50, 40); RecipeBuilder.get("chef") .setShapeless([]) .addOutput() .addTool(, 2) .create(); // Egg Salad =========================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Zombie Jerky ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Fruit Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Chocolat Ice Cream ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Vegetable Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Garlic Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Tomato Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Chicken Parmesan ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Spring Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Pork Lettuce Wrap ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Fish Lettuce Wrap ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Leafy Chicken Sandwich ======================================================================================================== recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Leafy Fish Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Potato Cakes ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Braised Onions ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Corn on the Comb ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Nachos ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Creamed Corn ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Strawberry Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Strawberry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Melon Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Lemon Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Blueberry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Cherry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Papaya Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Starfruit Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Banana Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Orange Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Peach Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Lime Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Mango Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Pomgrenade Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Blackberry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Raspberry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Kiwi Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Apricot Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Fig Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Grapefruit Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Grapefruit Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Goosberry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Aplle Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Coconut Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Cranberry Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Grape Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Pear Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Plum Smoothie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Blueberry Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Sweet Potato Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .create(); // Keylime Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Raspberry Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Pecan Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Cottage Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .create(); // Goosberry Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Slimeball Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Strawberry-Rhubarber Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .create(); // Meat Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Spinach Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .create(); // Cherry Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Spider Eye Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Strawberry Milkshake ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Strawberry Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Apple Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Melon Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Carrot Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Grape Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Blueberry Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Cherry Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Papaya Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Starfruit Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Orange Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Peach Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Lime Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Mango Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Pomgrenade Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Blackberry Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Raspberry Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Kiwi Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Cranberry Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Cactusfruit Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Plum Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Pear Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Apricot Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Fig Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Grpaefruit Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Perismon Juice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Pinacolada ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 3) .addTool(, 4) .addTool(, 4) .create(); // Lemonade ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 2) .addTool(, 2) .create(); // Durian Milkshake ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput( * 3) .addTool(, 4) .addTool(, 4) .create(); // Choco Milkshake ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput( * 3) .addTool(, 4) .addTool(, 4) .create(); // Banana Milkshake ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput( * 3) .addTool(, 4) .addTool(, 4) .create(); // Wonton Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Vegimite ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 6) .addTool(, 4) .create(); // Turnip Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 2) .create(); // Strawberry Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Cherry Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Cola Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Grape Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Lemon Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Orange Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Grapefruit Soda ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Split Pea Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Seed Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Rice Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Potato-Leek Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 4) .create(); // Pork Lo Mein ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 6) .create(); // Pho ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 2) .create(); // Pemmican ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Pea and Ham Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .create(); // Paneer Tika Masaala ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 2) .addTool(, 8) .create(); // Onion Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 2) .addTool(, 8) .create(); // Monster Fried Dumplings ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 6) .create(); // Mob Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 8) .addTool(, 2) .create(); // Rabbit Stew ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .addTool(, 6) .create(); // Mushroom Stew ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 4) .create(); // Marshmellow ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 2) .addTool(, 6) .create(); // Marinated Cucumbers ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 2) .addTool(, 4) .create(); // Cucumber Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 2) .create(); // Leek Beacon Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .addTool(, 2) .create(); // Lamb Barley Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 2) .create(); // Kimchi ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .addTool(, 2) .create(); // Hot Wings ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 4) .create(); // Nether Wings ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 2) .create(); // Creeper Wings ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput( * 3) .create(); // Tuna Potato ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .addTool(, 2) .create(); // Steak and Chips ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Poutine ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 6) .create(); // 1000g Fries ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, , , , null], [null, null, , null, null]]) .addOutput() .create(); // Fish N' Chips ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, , , , null], [null, null, , null, null]]) .addOutput() .create(); // Crispy Rice Puff Bar ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 4) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 500) .addOutput() .addTool(, 4) .create(); // Vegetarian Lettuce Wrap ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Citrus Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Cucumber Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Toast o Chocolat============================================================================================================ recipes.remove(); recipes.addShaped(, [[null, , null],[null, , null], [null, null, null]]); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .create(); // Garden Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Beans and Rice ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 1) .addTool(, 6) .create(); // Asparagus Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Baked Beans ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Battered Sausage ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 1) .create(); // Beet Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Chili Dog ============================================================================================================ recipes.remove(); recipes.addShapeless(, [,]); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .create(); // Cerlery Soup ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Broccoli Mac ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Corned Beef ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Energy Drink ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 1) .create(); // Ginger Ale ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 1) .create(); // Egg Roll ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Corn Dog ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 1) .create(); // Jambalaya ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , , ]) .addOutput() .addTool(, 1) .addTool(, 10) .create(); // Guiso ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 1) .addTool(, 10) .create(); // Grid ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 1) .create(); // Peanut Butter Cookis ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 1) .addTool(, 4) .create(); // Soft Pretzel ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 6) .create(); RecipeBuilder.get("chef") .setShapeless([, , ]) .setFluid( * 500) .addOutput() .addTool(, 2) .addTool(, 6) .create(); // Walnut Raisin Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 2) .addTool(, 6) .create(); // Sweet Potato Soufflee ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 4) .addTool(, 8) .create(); // Cookies ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 8) .create(); // Raisin Cookies ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Minecraft Cake ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , , ]) .addOutput() .addTool(, 1) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 1) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 1) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 1) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 1) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 1) .addTool(, 8) .create(); RecipeBuilder.get("chef") .setShapeless([, , , , , , , ]) .setFluid( * 1000) .addOutput() .addTool(, 1) .addTool(, 8) .create();