From f9f4623383cd873d2d6087f12ae9d3b390b031e1 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Fri, 13 May 2022 17:02:55 +0200 Subject: Rusty Stuff (#739) * Rusty Stuff Part 1 * I hate pets * Add files via upload * fine? * I swear I changed that... * thx jani * I already had that in my clipboard... --- items/MINING_3_TRAVEL_SCROLL.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'items/MINING_3_TRAVEL_SCROLL.json') diff --git a/items/MINING_3_TRAVEL_SCROLL.json b/items/MINING_3_TRAVEL_SCROLL.json index ed9c6246..e122341c 100644 --- a/items/MINING_3_TRAVEL_SCROLL.json +++ b/items/MINING_3_TRAVEL_SCROLL.json @@ -1,24 +1,27 @@ { "itemid": "minecraft:map", - "displayname": "§f§f§9Travel Scroll to Dwarven Mines", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aDwarven Mines\",5:\"§7Teleport: §eSpawn\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§f§f§9Travel Scroll to Dwarven Mines\"},ExtraAttributes:{id:\"MINING_3_TRAVEL_SCROLL\"},AttributeModifiers:[]}", + "displayname": "§9Travel Scroll to Dwarven Mines", + "nbttag": "{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: §aDwarven Mines\",7:\"§7Teleport: §eSpawn\",8:\"\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to Dwarven Mines\"},ExtraAttributes:{id:\"MINING_3_TRAVEL_SCROLL\"}}", "damage": 0, "lore": [ "§7Consume this item to add its", "§7destination to your fast travel", "§7options.", "", + "§7Requires §bMVP§c+ §7to consume!", + "", "§7Island: §aDwarven Mines", "§7Teleport: §eSpawn", "", + "§8§l* §8Co-op Soulbound §8§l*", "§9§lRARE TRAVEL SCROLL" ], "internalname": "MINING_3_TRAVEL_SCROLL", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls" ] -} +} \ No newline at end of file -- cgit