From 16e31561d042b9c6898ce4ee4a035023bb1a3835 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 17 Sep 2023 13:10:08 +0200 Subject: Fixed a few lores (#984) * Fixed a few lores * Added wiki links and some recipes * Fixed Crimson Armor lore * Added new skin --- items/BONE_NECKLACE.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'items/BONE_NECKLACE.json') 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 -- cgit