aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeki <iziquizel@gmail.com>2022-02-12 08:05:38 -0300
committerGitHub <noreply@github.com>2022-02-12 12:05:38 +0100
commit88b317dedd608d9938deba6d100554a95cd0fc75 (patch)
tree20733c3597db3a259aba24d470e5065fb0eb081c
parent127da5b7a691e958be2eee90b3906139b185adb2 (diff)
downloadNotEnoughUpdates-REPO-88b317dedd608d9938deba6d100554a95cd0fc75.tar.gz
NotEnoughUpdates-REPO-88b317dedd608d9938deba6d100554a95cd0fc75.tar.bz2
NotEnoughUpdates-REPO-88b317dedd608d9938deba6d100554a95cd0fc75.zip
Updated crafting for helmet of the pack (#687)
Changed recipe for Helmet of the pack to match in-game and Wiki crafting recipes.
-rw-r--r--items/HELMET_OF_THE_PACK.json6
1 files changed, 3 insertions, 3 deletions
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
+}