diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-18 13:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 12:13:13 +0000 |
commit | 330fa7830719001cd6c85c5ff79dc40f8b70713f (patch) | |
tree | 7ff59aff01b76b1130cc74a55b103564bcec1a88 /items/SPIRIT_LEAP.json | |
parent | 990dca8da74e61b12c4460c2966a35bbc15ed85a (diff) | |
download | NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.gz NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.bz2 NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.zip |
Fixed recipe of 8 items (#1075)
* Fixed recipe of 8 items
* Adding count to 144 recipes
* Fixed lore of hypergolic fuel
* Removed recipe, added 2 npcs, fixed lore and nbt of 3 items
Diffstat (limited to 'items/SPIRIT_LEAP.json')
-rw-r--r-- | items/SPIRIT_LEAP.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/items/SPIRIT_LEAP.json b/items/SPIRIT_LEAP.json index f5d129b2..47959864 100644 --- a/items/SPIRIT_LEAP.json +++ b/items/SPIRIT_LEAP.json @@ -4,12 +4,16 @@ "displayname": "§9Spirit Leap", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Spirit Leap §e§lRIGHT CLICK\",1:\"§7Allows you to teleport to any\",2:\"§7teammate!\",3:\"§8Cooldown: §a5s\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Spirit Leap\"},ExtraAttributes:{id:\"SPIRIT_LEAP\"}}", - "modver": "2.1.0-REL", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§6Ability: Spirit Leap §e§lRIGHT CLICK\",2:\"§7Allows you to teleport to any\",3:\"§7teammate! Grants §a1 §7second of\",4:\"§7immunity after teleporting,\",5:\"§7immunity is cancelled upon\",6:\"§7dealing damage.\",7:\"§8Cooldown: §a5s\",8:\"\",9:\"§cDungeons only!\",10:\"\",11:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Spirit Leap\"},ExtraAttributes:{id:\"SPIRIT_LEAP\"}}", + "modver": "2.1.1-PRE", "lore": [ - "§6Ability: Spirit Leap §e§lRIGHT CLICK", + "§8Brewing Ingredient", + "§6Ability: Spirit Leap §e§lRIGHT CLICK", "§7Allows you to teleport to any", - "§7teammate!", + "§7teammate! Grants §a1 §7second of", + "§7immunity after teleporting,", + "§7immunity is cancelled upon", + "§7dealing damage.", "§8Cooldown: §a5s", "", "§cDungeons only!", |