From 1f2797037312c5a23f84b93ae58afa0a025f6fed Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:04:26 +0200 Subject: Add "Travel Scroll to the Void Sepulture" (#622) * Void scroll thingy * IM SORRY JANI PLEASE DONT KILL ME --- items/VOID_SEPULTURE_TRAVEL_SCROLL.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 items/VOID_SEPULTURE_TRAVEL_SCROLL.json diff --git a/items/VOID_SEPULTURE_TRAVEL_SCROLL.json b/items/VOID_SEPULTURE_TRAVEL_SCROLL.json new file mode 100644 index 00000000..c27fbf06 --- /dev/null +++ b/items/VOID_SEPULTURE_TRAVEL_SCROLL.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:map", + "displayname": "§f§f§5Travel Scroll to the Void Sepulture", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Requires §bMVP§c+ §7to consume!\",5:\"\",6:\"§7Island: §aThe End\",7:\"§7Teleport: §eVoid Sepulture\",8:\"\",9:\"§5§lEPIC TRAVEL SCROLL\"],Name:\"§f§f§5Travel Scroll to the Void Sepulture\"},ExtraAttributes:{id:\"VOID_SEPULTURE_TRAVEL_SCROLL\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Consume this item to add its", + "§7destination to your fast travel", + "§7options.", + "", + "§7Requires §bMVP§c+ §7to consume!", + "", + "§7Island: §aThe End", + "§7Teleport: §eVoid Sepulture", + "", + "§5§lEPIC TRAVEL SCROLL" + ], + "internalname": "VOID_SEPULTURE_TRAVEL_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls" + ] +} \ No newline at end of file -- cgit