diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-01-07 15:29:52 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 15:29:52 +1100 |
commit | 5383db9abb463998c992f3bdab8f8cf1706335ab (patch) | |
tree | 620fa321f99f85aba5d5c3112f045469d3e806f1 /items/FORGE_TRAVEL_SCROLL.json | |
parent | f9f1620e318db8389f90bd38a09211333ee4948c (diff) | |
download | NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.gz NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.bz2 NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.zip |
Stuff that only works on the dangerous rel (#676)
Co-authored-by: jani270 <jani270@gmx.de>
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items/FORGE_TRAVEL_SCROLL.json')
-rw-r--r-- | items/FORGE_TRAVEL_SCROLL.json | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/items/FORGE_TRAVEL_SCROLL.json b/items/FORGE_TRAVEL_SCROLL.json index 083a9159..6c422fc3 100644 --- a/items/FORGE_TRAVEL_SCROLL.json +++ b/items/FORGE_TRAVEL_SCROLL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:map", "displayname": "§9Travel Scroll to the Dwarven Forge", - "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: §eForge\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\",8:\"\",9:\"§eItems Required\",10:\"§fMithril §7x48\",11:\"§9Titanium §7x80\",12:\"§aEnchanted Ender Pearl §7x16\",13:\"§625,000 Coins\",14:\"\",15:\"§7Duration: §b5h\"],Name:\"§9Travel Scroll to the Dwarven Forge\"},ExtraAttributes:{id:\"FORGE_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: §aDwarven Mines\",5:\"§7Teleport: §eForge\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to the Dwarven Forge\"},ExtraAttributes:{id:\"FORGE_TRAVEL_SCROLL\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Consume this item to add its", @@ -11,22 +11,28 @@ "§7Island: §aDwarven Mines", "§7Teleport: §eForge", "", - "§9§lRARE TRAVEL SCROLL", - "", - "§eItems Required", - "§fMithril §7x48", - "§9Titanium §7x80", - "§aEnchanted Ender Pearl §7x16", - "§625,000 Coins", - "", - "§7Duration: §b5h" + "§9§lRARE TRAVEL SCROLL" ], "internalname": "FORGE_TRAVEL_SCROLL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "SKYBLOCK_COIN:25000", + "ENCHANTED_ENDER_PEARL:16", + "MITHRIL_ORE:48", + "TITANIUM_ORE:80" + ], + "count": 1, + "overrideOutputId": "FORGE_TRAVEL_SCROLL", + "duration": 18000 + } ] }
\ No newline at end of file |