From 88b317dedd608d9938deba6d100554a95cd0fc75 Mon Sep 17 00:00:00 2001 From: Zeki Date: Sat, 12 Feb 2022 08:05:38 -0300 Subject: Updated crafting for helmet of the pack (#687) Changed recipe for Helmet of the pack to match in-game and Wiki crafting recipes. --- items/HELMET_OF_THE_PACK.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/HELMET_OF_THE_PACK.json') diff --git a/items/HELMET_OF_THE_PACK.json b/items/HELMET_OF_THE_PACK.json index 62d5b3f1..cae9e8fb 100644 --- a/items/HELMET_OF_THE_PACK.json +++ b/items/HELMET_OF_THE_PACK.json @@ -27,9 +27,9 @@ "B1": "ENCHANTED_MUTTON:32", "B2": "", "B3": "ENCHANTED_MUTTON:32", - "C1": "", + "C1": "ENCHANTED_MUTTON:32", "C2": "", - "C3": "" + "C3": "ENCHANTED_MUTTON:32" }, "slayer_req": "WOLF_6", "internalname": "HELMET_OF_THE_PACK", @@ -40,4 +40,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Pack" ], "crafttext": "" -} \ No newline at end of file +} -- cgit