diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2020-11-28 19:25:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 19:25:01 +0100 |
commit | cb060b4fef8f677c626e6e7484ae09ead747d8db (patch) | |
tree | 3d84794c611327f622d3e408d9bed0a03a7f36a2 /items/SWORD_OF_REVELATIONS.json | |
parent | c71d739f3ed67c3f11de4503c1d0af110ee7e654 (diff) | |
download | NotEnoughUpdates-REPO-cb060b4fef8f677c626e6e7484ae09ead747d8db.tar.gz NotEnoughUpdates-REPO-cb060b4fef8f677c626e6e7484ae09ead747d8db.tar.bz2 NotEnoughUpdates-REPO-cb060b4fef8f677c626e6e7484ae09ead747d8db.zip |
Update SWORD_OF_REVELATIONS.json
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 +} |