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]]) */ // Tome of Knowledge ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 12) .addTool(, 8) .create(); // Creative Flight Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 10000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Flight Speed Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Haste Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , .withTag({Potion: "quark:haste"}), , ], [, , , , ], [, , .withTag({Potion: "quark:haste"}), , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Strength Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Jump Boost Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Regeneration Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Resistence Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Fire Resistence Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Water Breathing Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Invisibility Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Night Vision Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Health Boost Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Absorption Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Saturation Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Glowing Modifier ================================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create();