diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-22 15:55:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 13:55:59 +0000 |
commit | aa5a1508ecc795441917b7a5a8dfe33a00791d07 (patch) | |
tree | 4df05e8ac4c44eeeeee17724bcc661b486538b0c /items/LEECH_SWORD.json | |
parent | 32fc60e063aad146420ec4924d4d69ff7d1f0358 (diff) | |
download | NotEnoughUpdates-REPO-aa5a1508ecc795441917b7a5a8dfe33a00791d07.tar.gz NotEnoughUpdates-REPO-aa5a1508ecc795441917b7a5a8dfe33a00791d07.tar.bz2 NotEnoughUpdates-REPO-aa5a1508ecc795441917b7a5a8dfe33a00791d07.zip |
Fixed 2 rift items and added missing npc (#1012)
Diffstat (limited to 'items/LEECH_SWORD.json')
-rw-r--r-- | items/LEECH_SWORD.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/LEECH_SWORD.json b/items/LEECH_SWORD.json index 7a5c7e1c..df585ac1 100644 --- a/items/LEECH_SWORD.json +++ b/items/LEECH_SWORD.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:wooden_sword", "displayname": "§9Leech Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Speed: §a+2\",1:\"\",2:\"§7Regens §b3 Mana §7on hit.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE SWORD\"],Name:\"§9Leech Sword\"},ExtraAttributes:{id:\"LEECH_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Damage: §a+3\",1:\"§7Speed: §a+2\",2:\"\",3:\"§7Regens §b3 Mana §7on hit.\",4:\"\",5:\"§9§lRARE SWORD\"],Name:\"§9Leech Sword\"},ExtraAttributes:{id:\"LEECH_SWORD\"}}", "damage": 0, "lore": [ + "§7Rift Damage: §a+3", "§7Speed: §a+2", "", "§7Regens §b3 Mana §7on hit.", "", - "§7§8This item can be reforged!", "§9§lRARE SWORD" ], "recipe": { |