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 !!! // Fruit Cream Festival Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Veggie Strips ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 6) .create(); // Roasted Root Veggie Medly ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 6) .addTool(, 8) .create(); // Jam Roll ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .addTool(, 4) .create(); // Corn Flakes ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Fiesta Corn Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , , ]) .addOutput() .addTool(, 4) .addTool(, 10) .create(); // Date Nut Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Herb Butter Parsnip ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Mashed Sweet Potato ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Canided Sweet Potato ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Ginger Snaps ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 3) .addTool(, 8) .create(); // Eggplant Parm ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 4) .addTool(, 8) .create(); // Mixed Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 2) .addTool(, 6) .create(); // Salted Caramel ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Meatloaf Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Cream Cookie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Chaos Cookie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Creeper Cookie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Sugar Cookie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 8) .create(); // Fortune Cookie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Menril Berries ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 2) .addTool(, 6) .create(); // Chorizio ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 4) .addTool(, 8) .create(); // Crackers ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Cheese Cracker ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Cracker Jelly and Pepper ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput() .addTool(, 4) .create(); // Dango ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 8) .create(); // Nopales Sald ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Tuna 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]]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Apple Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Blackberry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Bluekberry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Cherry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Cranberry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Kiwi Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Lemon Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Lime Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Mango Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Orange Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Papaya Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Peach Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Pomgrenade Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Raspberry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Starfruit Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Strawberry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Watermelon Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Apricot Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Fig Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Grapfruit Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Perismonn Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Goosberry Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Pear Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Plum Jelly Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Ham and Cheese Sandwich ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // Honey Slice Bread ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 4) .create(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 3) .addTool(, 8) .create(); // Avocado Burrito ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 2) .addTool(, 8) .create(); // BBQ Platter ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 6) .create(); // Tortillia Salad ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 6) .create(); // Pepperoncini ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput() .addTool(, 8) .create(); // Pepperoncini ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 2) .addTool(, 8) .create(); // Tofu Egg ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, ]) .addOutput( * 2) .addTool(, 4) .create(); // Tofu Duck ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 4) .addTool(, 4) .create(); // Tofu Fish ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , ]) .addOutput( * 4) .addTool(, 4) .create(); // Pumpkin Stew ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 4) .create(); // Pumpkin Pie ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , ]) .addOutput() .addTool(, 4) .create(); // Liver and Onions ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , ]) .addOutput() .addTool(, 4) .create(); // Iron Brew ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 6) .create(); // Banana Split ============================================================================================================ recipes.remove(); RecipeBuilder.get("chef") .setShapeless([, , , , , ]) .addOutput() .addTool(, 6) .create();