aboutsummaryrefslogtreecommitdiff
path: root/items/MUSEUM_TRAVEL_SCROLL.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/MUSEUM_TRAVEL_SCROLL.json')
-rw-r--r--items/MUSEUM_TRAVEL_SCROLL.json26
1 files changed, 22 insertions, 4 deletions
diff --git a/items/MUSEUM_TRAVEL_SCROLL.json b/items/MUSEUM_TRAVEL_SCROLL.json
index 1d7b8b65..82c4e5e8 100644
--- a/items/MUSEUM_TRAVEL_SCROLL.json
+++ b/items/MUSEUM_TRAVEL_SCROLL.json
@@ -1,17 +1,35 @@
{
"itemid": "minecraft:map",
"displayname": "§f§f§5Travel Scroll to Museum",
- "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§5§lEPIC TRAVEL SCROLL\"],Name:\"§f§f§5Travel Scroll to Museum\"},ExtraAttributes:{id:\"MUSEUM_TRAVEL_SCROLL\"},AttributeModifiers:[]}",
+ "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: §aHub\",5:\"§7Teleport: §eMuseum\",6:\"\",7:\"§5§lEPIC TRAVEL SCROLL\"],Name:\"§f§f§5Travel Scroll to Museum\"},ExtraAttributes:{id:\"MUSEUM_TRAVEL_SCROLL\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
+ "§7Consume this item to add its",
+ "§7destination to your fast travel",
+ "§7options.",
+ "",
+ "§7Island: §aHub",
+ "§7Teleport: §eMuseum",
+ "",
"§5§lEPIC TRAVEL SCROLL"
],
+ "recipe": {
+ "A1": "ENCHANTED_BONE:16",
+ "A2": "ENCHANTED_BONE:16",
+ "A3": "ENCHANTED_BONE:16",
+ "B1": "ENCHANTED_BONE:16",
+ "B2": "ENCHANTED_ENDER_PEARL:16",
+ "B3": "ENCHANTED_BONE:16",
+ "C1": "ENCHANTED_BONE:16",
+ "C2": "ENCHANTED_BONE:16",
+ "C3": "ENCHANTED_BONE:16"
+ },
"internalname": "MUSEUM_TRAVEL_SCROLL",
- "crafttext": "",
- "clickcommand": "",
+ "crafttext": "Requires 20 Museum Donations",
+ "clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls"
]
-} \ No newline at end of file
+}