diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-02 17:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:41:58 +0000 |
commit | 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e (patch) | |
tree | 93bef849963060da7a222471c6ca37a9ffcc891b /items/PET_ITEM_VAMPIRE_FANG.json | |
parent | bb79c8cc5d60b64a462ea35c5877bdc672516fa6 (diff) | |
download | NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.gz NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.bz2 NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.zip |
Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081)
Diffstat (limited to 'items/PET_ITEM_VAMPIRE_FANG.json')
-rw-r--r-- | items/PET_ITEM_VAMPIRE_FANG.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/PET_ITEM_VAMPIRE_FANG.json b/items/PET_ITEM_VAMPIRE_FANG.json index 2ba815b5..ee29597a 100644 --- a/items/PET_ITEM_VAMPIRE_FANG.json +++ b/items/PET_ITEM_VAMPIRE_FANG.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:ghast_tear", "displayname": "§6Vampire Fang", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade a Bat pet\",1:\"§7to §dMythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Vampire Fang\"},ExtraAttributes:{id:\"PET_ITEM_VAMPIRE_FANG\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at §bKat §7to upgrade §eBat Pets §7to\",1:\"§7§dMythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Vampire Fang\"},ExtraAttributes:{id:\"PET_ITEM_VAMPIRE_FANG\"}}", "damage": 0, "lore": [ - "§7Use at Kat to upgrade a Bat pet", - "§7to §dMythic §7rarity.", + "§7Use at §bKat §7to upgrade §eBat Pets §7to", + "§7§dMythic §7rarity.", "", "§6§lLEGENDARY" ], |