diff options
author | unknown <james.jenour@protonmail.com> | 2020-05-31 02:47:11 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-05-31 02:47:11 +1000 |
commit | 7dace9af7ae041a753bb076c0fbad7dd5b560294 (patch) | |
tree | 54709b56f9016fcca3575df54b4b3719ce49408e /items/MINING_1_TRAVEL_SCROLL.json | |
parent | 977fd9ee3a119c11514471b005a8f827b6ac54a8 (diff) | |
download | NotEnoughUpdates-REPO-7dace9af7ae041a753bb076c0fbad7dd5b560294.tar.gz NotEnoughUpdates-REPO-7dace9af7ae041a753bb076c0fbad7dd5b560294.tar.bz2 NotEnoughUpdates-REPO-7dace9af7ae041a753bb076c0fbad7dd5b560294.zip |
1.5
Diffstat (limited to 'items/MINING_1_TRAVEL_SCROLL.json')
-rw-r--r-- | items/MINING_1_TRAVEL_SCROLL.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/MINING_1_TRAVEL_SCROLL.json b/items/MINING_1_TRAVEL_SCROLL.json new file mode 100644 index 00000000..30aa80ce --- /dev/null +++ b/items/MINING_1_TRAVEL_SCROLL.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:map", + "displayname": "§9Travel Scroll to the Gold Mine", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aGold Mine\",5:\"§7Teleport: §eSpawn\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to the Gold Mine\"},ExtraAttributes:{id:\"MINING_1_TRAVEL_SCROLL\"}}", + "damage": 0, + "lore": [ + "§7Consume this item to add its", + "§7destination to your fast travel", + "§7options.", + "", + "§7Island: §aGold Mine", + "§7Teleport: §eSpawn", + "", + "§9§lRARE TRAVEL SCROLL" + ], + "recipe": { + "A1": "ENCHANTED_IRON:16", + "A2": "ENCHANTED_IRON:16", + "A3": "ENCHANTED_IRON:16", + "B1": "ENCHANTED_GOLD:16", + "B2": "ENCHANTED_ENDER_PEARL:16", + "B3": "ENCHANTED_GOLD:16", + "C1": "ENCHANTED_GOLD:16", + "C2": "ENCHANTED_GOLD:16", + "C3": "ENCHANTED_GOLD:16" + }, + "internalname": "MINING_1_TRAVEL_SCROLL", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "crafttext": "Requires: Coal VI" +}
\ No newline at end of file |