diff options
Diffstat (limited to 'items/SWORD_OF_REVELATIONS.json')
-rw-r--r-- | items/SWORD_OF_REVELATIONS.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/SWORD_OF_REVELATIONS.json b/items/SWORD_OF_REVELATIONS.json index 3f0f43e2..3dee57e0 100644 --- a/items/SWORD_OF_REVELATIONS.json +++ b/items/SWORD_OF_REVELATIONS.json @@ -17,12 +17,23 @@ "§7§8This item can be reforged!", "§5§lEPIC SWORD" ], + "recipe": { + "A1": "GRIFFIN_FEATHER:32", + "A2": "ENCHANTED_ANCIENT_CLAW:8", + "A3": "GRIFFIN_FEATHER:32", + "B1": "GRIFFIN_FEATHER:32", + "B2": "ENCHANTED_GOLD_BLOCK:8", + "B3": "GRIFFIN_FEATHER:32", + "C1": "GRIFFIN_FEATHER:32", + "C2": "STICK:1", + "C3": "GRIFFIN_FEATHER:32" + }, "internalname": "SWORD_OF_REVELATIONS", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sword_of_Revelations" ] -}
\ No newline at end of file +} |