diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-11-03 08:59:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 08:59:40 +0100 |
commit | f709250cafcd4c915a79ccd8e5a89878d3812db0 (patch) | |
tree | 59d82520e23e05e240828c7bee8c414dc75b6854 | |
parent | 5e81ece91dadf32a9d531e9697677fda13fbeadc (diff) | |
download | NotEnoughUpdates-REPO-f709250cafcd4c915a79ccd8e5a89878d3812db0.tar.gz NotEnoughUpdates-REPO-f709250cafcd4c915a79ccd8e5a89878d3812db0.tar.bz2 NotEnoughUpdates-REPO-f709250cafcd4c915a79ccd8e5a89878d3812db0.zip |
add recipe (#650)
* add recipe
* Update MUSEUM_TRAVEL_SCROLL.json
-rw-r--r-- | items/MUSEUM_TRAVEL_SCROLL.json | 26 |
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 +} |