diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 05:08:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 03:08:31 +0000 |
commit | 7d489aff38c343105b0fb706402e6ed785a19afc (patch) | |
tree | b5cc910a918b83c52e4dfd2f34059041795ca013 /items/BASE_CAMP_TRAVEL_SCROLL.json | |
parent | deb0f6167140625d7997a88fdb15bab12d78d15f (diff) | |
download | NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.gz NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.bz2 NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.zip |
Added SOME of the new items (alot missing) (#1150)
Diffstat (limited to 'items/BASE_CAMP_TRAVEL_SCROLL.json')
-rw-r--r-- | items/BASE_CAMP_TRAVEL_SCROLL.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/BASE_CAMP_TRAVEL_SCROLL.json b/items/BASE_CAMP_TRAVEL_SCROLL.json new file mode 100644 index 00000000..f1921959 --- /dev/null +++ b/items/BASE_CAMP_TRAVEL_SCROLL.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:map", + "displayname": "§9Travel Scroll to the Dwarven Base Camp", + "nbttag": "{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: §eBase Camp\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to the Dwarven Base Camp\"},ExtraAttributes:{id:\"BASE_CAMP_TRAVEL_SCROLL\"}}", + "damage": 0, + "lore": [ + "§7Consume this item to add its", + "§7destination to your Fast Travel", + "§7options.", + "", + "§7Island: §aDwarven Mines", + "§7Teleport: §eBase Camp", + "", + "§9§lRARE TRAVEL SCROLL" + ], + "internalname": "BASE_CAMP_TRAVEL_SCROLL", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "SKYBLOCK_COIN:500000.0", + "FLAWLESS_ONYX_GEM:1.0", + "ENCHANTED_ENDER_PEARL:16.0" + ], + "count": 1.0, + "overrideOutputId": "BASE_CAMP_TRAVEL_SCROLL", + "duration": 36000 + } + ] +}
\ No newline at end of file |