diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-04-21 22:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 16:18:53 -0400 |
commit | 823c7ea1ce1e23d8b94ce8c6e24903b7613288e8 (patch) | |
tree | 65f0fdc97629f2b2b9d8f324fa62f44a651533c2 /items/ASPIRING_LEAP.json | |
parent | 9f320dd60715a91bcd75dcb402015a53ce77dffd (diff) | |
download | NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.tar.gz NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.tar.bz2 NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.zip |
new items (#466)
* new items
* Create BULKY_STONE.json
* uuid removal
Diffstat (limited to 'items/ASPIRING_LEAP.json')
-rw-r--r-- | items/ASPIRING_LEAP.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/items/ASPIRING_LEAP.json b/items/ASPIRING_LEAP.json index d3775227..c4d68743 100644 --- a/items/ASPIRING_LEAP.json +++ b/items/ASPIRING_LEAP.json @@ -1,11 +1,18 @@ { "itemid": "minecraft:ender_pearl", "displayname": "§5Aspiring Leap", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Aspiring Leap\"},ExtraAttributes:{id:\"ASPIRING_LEAP\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Aspiring Leap §e§lRIGHT CLICK\",1:\"§7Allows you to teleport to co-op\",2:\"§7members on your private island!\",3:\"§8Cooldown: §a5s\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Aspiring Leap\"},ExtraAttributes:{id:\"ASPIRING_LEAP\"}}", "damage": 0, "lore": [ + "§6Item Ability: Aspiring Leap §e§lRIGHT CLICK", + "§7Allows you to teleport to co-op", + "§7members on your private island!", + "§8Cooldown: §a5s", + "", "§5§lEPIC DUNGEON ITEM" ], + "internalname": "ASPIRING_LEAP", + "crafttext": "", "recipe": { "A1": "", "A2": "SPIRIT_LEAP:16", @@ -17,7 +24,7 @@ "C2": "SPIRIT_LEAP:16", "C3": "" }, - "internalname": "ASPIRING_LEAP", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL" + "modver": "2.0.0-REL", + "infoType": "" }
\ No newline at end of file |