diff options
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 |