diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-17 18:28:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 18:28:05 +0100 |
commit | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (patch) | |
tree | c83e9c6f0995cb6b1314f750628c2e1a7be5a506 /items/TRAPPER_DEN_TRAVEL_SCROLL.json | |
parent | d0b970f10ff94cadd7100c1778f1710d8009a98b (diff) | |
download | NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.gz NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.bz2 NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.zip |
New Trapper Items (#862)
* New Trapper Items
* Fixed 3 Items
* Fixed recipe
* Ups
* Fixed recipe
Diffstat (limited to 'items/TRAPPER_DEN_TRAVEL_SCROLL.json')
-rw-r--r-- | items/TRAPPER_DEN_TRAVEL_SCROLL.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/TRAPPER_DEN_TRAVEL_SCROLL.json b/items/TRAPPER_DEN_TRAVEL_SCROLL.json new file mode 100644 index 00000000..8453c058 --- /dev/null +++ b/items/TRAPPER_DEN_TRAVEL_SCROLL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:map", + "displayname": "§9Travel Scroll to the Trapper\u0027s Den", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aMushroom Desert\",5:\"§7Teleport: §eTrapper\u0027s Den\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to the Trapper\u0027s Den\"},ExtraAttributes:{id:\"TRAPPER_DEN_TRAVEL_SCROLL\"}}", + "damage": 0, + "lore": [ + "§7Consume this item to add its", + "§7destination to your fast travel", + "§7options.", + "", + "§7Island: §aMushroom Desert", + "§7Teleport: §eTrapper\u0027s Den", + "", + "§9§lRARE TRAVEL SCROLL" + ], + "internalname": "TRAPPER_DEN_TRAVEL_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |