diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-17 18:28:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 18:28:05 +0100 |
commit | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (patch) | |
tree | c83e9c6f0995cb6b1314f750628c2e1a7be5a506 /items/ZOMBIE_HEART.json | |
parent | d0b970f10ff94cadd7100c1778f1710d8009a98b (diff) | |
download | NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.gz NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.bz2 NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.zip |
New Trapper Items (#862)
* New Trapper Items
* Fixed 3 Items
* Fixed recipe
* Ups
* Fixed recipe
Diffstat (limited to 'items/ZOMBIE_HEART.json')
-rw-r--r-- | items/ZOMBIE_HEART.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/items/ZOMBIE_HEART.json b/items/ZOMBIE_HEART.json index b6fb7dd4..9eb062a3 100644 --- a/items/ZOMBIE_HEART.json +++ b/items/ZOMBIE_HEART.json @@ -1,16 +1,14 @@ { "itemid": "minecraft:skull", - "displayname": "§9Zombie's Heart", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9784bb22-d55f-3b77-bf68-544c287b12c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFkN2M4MTZmYzhjNjM2ZDdmNTBhOTNhMGJhN2FhZWZmMDZjOTZhNTYxNjQ1ZTllYjFiZWYzOTE2NTVjNTMxIn19fQ==\"}]}},display:{Lore:[0:\"§7Health: §a+50\",1:\"\",2:\"§6Ability: Healing Boost\",3:\"§7Doubles all healing effects,\",4:\"§7including your natural\",5:\"§7regeneration and healing you\",6:\"§7deal to others, while wearing.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE HELMET\"],Name:\"§9Zombie's Heart\"},ExtraAttributes:{id:\"ZOMBIE_HEART\"}}", + "displayname": "§f§f§9Zombie\u0027s Heart", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9784bb22-d55f-3b77-bf68-544c287b12c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFkN2M4MTZmYzhjNjM2ZDdmNTBhOTNhMGJhN2FhZWZmMDZjOTZhNTYxNjQ1ZTllYjFiZWYzOTE2NTVjNTMxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+50\",1:\"\",2:\"§6Ability: Healing Boost\",3:\"§7Doubles your §a☄ Mending §7and\",4:\"§7§4♨ Vitality §7while wearing.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§9§lRARE HELMET\"],Name:\"§f§f§9Zombie\u0027s Heart\"},ExtraAttributes:{id:\"ZOMBIE_HEART\"}}", "damage": 3, "lore": [ "§7Health: §a+50", "", "§6Ability: Healing Boost", - "§7Doubles all healing effects,", - "§7including your natural", - "§7regeneration and healing you", - "§7deal to others, while wearing.", + "§7Doubles your §a☄ Mending §7and", + "§7§4♨ Vitality §7while wearing.", "", "§7§8This item can be reforged!", "§9§lRARE HELMET" @@ -33,6 +31,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie%27s_Heart", - "https://wiki.hypixel.net/Zombie's_Heart" + "https://wiki.hypixel.net/Zombie\u0027s_Heart" ] }
\ No newline at end of file |