// --- Created by DreamMasterXXL --- // --- Adding Back Recipes --- // --- Wood Shield recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Hide Shield recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Iron Shield recipes.addShaped(, [ [, , ], [, , ], [null, , null]]); // --- Gold Shield recipes.addShaped(, [ [.withTag({material: "Gold"}), .withTag({material: "Gold"}), .withTag({material: "Gold"})], [, .withTag({material: "Gold"}), ], [null, .withTag({material: "Gold"}), null]]); // --- Diamond Shield recipes.addShaped(, [ [.withTag({material: "Diamond"}), .withTag({material: "Diamond"}), .withTag({material: "Diamond"})], [, .withTag({material: "Diamond"}), ], [null, .withTag({material: "Diamond"}), null]]); // --- Wooden Dagger recipes.addShaped(, [ [, , null], [, , null]]); // --- Stone Dagger recipes.addShaped(, [ [, , null], [, , null]]); // --- Iron Dagger recipes.addShaped(, [ [, , null], [, , null]]); // --- Diamond Dagger recipes.addShaped(, [ [, , null], [, , null]]); // --- Wooden Spear recipes.addShaped(, [ [null, , ], [, , ], [, , null]]); // --- Stone Spear recipes.addShaped(, [ [, , null], [, , null], [, , null]]); // --- Iron Spear recipes.addShaped(, [ [, , null], [, , null], [, , null]]); // --- Gold Spear recipes.addShaped(, [ [, .withTag({material: "Gold"}), null], [, , null], [, , null]]); // --- Diamond Spear recipes.addShaped(, [ [, .withTag({material: "Diamond"}), null], [, , null], [, , null]]); // --- Wooden Axe recipes.addShaped(, [ [, , ], [, , ], [null, , null]]); // --- Stone Axe recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Iron Axe recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Gold Axe recipes.addShaped(, [ [.withTag({material: "Gold"}), , .withTag({material: "Gold"})], [.withTag({material: "Gold"}), , .withTag({material: "Gold"})], [, , ]]); // --- Diamond Axe recipes.addShaped(, [ [.withTag({material: "Diamond"}), , .withTag({material: "Diamond"})], [.withTag({material: "Diamond"}), , .withTag({material: "Diamond"})], [, , ]]); // --- Wooden Mace recipes.addShaped(, [ [null, , ], [null, , ], [, , null]]); // --- Stone Mace recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Iron Mace recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Gold Mace recipes.addShaped(, [ [, .withTag({material: "Gold"}), ], [, , .withTag({material: "Gold"})], [, , ]]); // --- Diamond Mace recipes.addShaped(, [ [, .withTag({material: "Diamond"}), ], [, , .withTag({material: "Diamond"})], [, , ]]); // --- Quiver recipes.addShaped(, [ [, , ], [, , ], [, , ]]);