diff options
Diffstat (limited to 'items/BONE_NECKLACE.json')
-rw-r--r-- | items/BONE_NECKLACE.json | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/items/BONE_NECKLACE.json b/items/BONE_NECKLACE.json index 5d5e6050..14aa4ef7 100644 --- a/items/BONE_NECKLACE.json +++ b/items/BONE_NECKLACE.json @@ -25,9 +25,24 @@ "§aIV Completion§c.", "§5§lEPIC DUNGEON NECKLACE" ], + "recipe": { + "A1": "SOUL_STRING:32", + "A2": "SOUL_STRING:32", + "A3": "SOUL_STRING:32", + "B1": "SPIRIT_BONE:1", + "B2": "", + "B3": "SPIRIT_BONE:1", + "C1": "", + "C2": "SPIRIT_WING:1", + "C3": "" + }, "internalname": "BONE_NECKLACE", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bone_Necklace", + "https://wiki.hypixel.net/Bone_Necklace" + ] }
\ No newline at end of file |