diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SAVING_GRACE.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/SAVING_GRACE.json')
-rw-r--r-- | items/SAVING_GRACE.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/SAVING_GRACE.json b/items/SAVING_GRACE.json index a947aa99..58dd530b 100644 --- a/items/SAVING_GRACE.json +++ b/items/SAVING_GRACE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Saving Grace", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Safely teleports you back to\",1:\"§7your private island when you are\",2:\"§7about to die. This item will be\",3:\"§7consumed on use.\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§eClick to view recipe!\"],Name:\"§9Saving Grace\"},ExtraAttributes:{id:\"SAVING_GRACE\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Safely teleports you back to\",1:\"§7your private island when you are\",2:\"§7about to die. This item will be\",3:\"§7consumed on use.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Saving Grace\"},ExtraAttributes:{id:\"SAVING_GRACE\"}}", "damage": 0, "lore": [ "§7Safely teleports you back to", @@ -11,7 +11,22 @@ "", "§9§lRARE" ], + "recipe": { + "A1": "ENCHANTED_ENDER_PEARL:16", + "A2": "ENCHANTED_ENDER_PEARL:16", + "A3": "ENCHANTED_ENDER_PEARL:16", + "B1": "ENCHANTED_ENDER_PEARL:16", + "B2": "GOLDEN_APPLE-1:16", + "B3": "ENCHANTED_ENDER_PEARL:16", + "C1": "ENCHANTED_ENDER_PEARL:16", + "C2": "ENCHANTED_ENDER_PEARL:16", + "C3": "ENCHANTED_ENDER_PEARL:16" + }, "internalname": "SAVING_GRACE", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Saving_Grace" + ] }
\ No newline at end of file |