diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-13 16:40:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 10:40:59 -0500 |
commit | 69d3d1f27183d2354aff3a648b9ee29494194e71 (patch) | |
tree | 88f7173ca0afd69a5381e56c27975252a137bd5b /items/CRYSTALLIZED_HEART.json | |
parent | 1cb5cf86be020b338722e76a1c50413f5f31212d (diff) | |
download | NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.gz NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.bz2 NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.zip |
Added Things, fixed Things (#355)
* Added Wiki Links, fixed Lion and Undead Bow
* Added new Enchants
* Added Zombie Slayer Text Req.
* Added Wolf Req.
* Added Spider Slayer Text Req.
Diffstat (limited to 'items/CRYSTALLIZED_HEART.json')
-rw-r--r-- | items/CRYSTALLIZED_HEART.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/items/CRYSTALLIZED_HEART.json b/items/CRYSTALLIZED_HEART.json index 7a714cd7..f6fcb225 100644 --- a/items/CRYSTALLIZED_HEART.json +++ b/items/CRYSTALLIZED_HEART.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Crystallized Heart", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"05fbf845-8fce-392c-a86d-8d9f4484bcad\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgzNTg1OTU4OTEsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3ZGZiN2MxZWU0ZGUzMWY1NDkzMWVhYzVjNjU3YzE0NWU0ZmE3ZmEwOWUzZjUyYjE3ODhhNjgyYjY1YWM3NSJ9fX0=\"}]}},display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+10\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Item Ability: Healing Boost\",5:\"§7Doubles all healing effects,\",6:\"§7including your natural\",7:\"§7regeneration and healing you\",8:\"§7deal to others, while wearing.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE HELMET\"],Name:\"§9Crystallized Heart\"},ExtraAttributes:{id:\"CRYSTALLIZED_HEART\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"05fbf845-8fce-392c-a86d-8d9f4484bcad\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgzNTg1OTU4OTEsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3ZGZiN2MxZWU0ZGUzMWY1NDkzMWVhYzVjNjU3YzE0NWU0ZmE3ZmEwOWUzZjUyYjE3ODhhNjgyYjY1YWM3NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+10\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Item Ability: Healing Boost\",5:\"§7Doubles all healing effects,\",6:\"§7including your natural\",7:\"§7regeneration and healing you\",8:\"§7deal to others, while wearing.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4☠ §cRequires §5Zombie Slayer 3\",12:\"§9§lRARE HELMET\"],Name:\"§9Crystallized Heart\"},ExtraAttributes:{id:\"CRYSTALLIZED_HEART\"}}", "damage": 3, "lore": [ "§7Health: §a+50 HP", @@ -15,6 +15,7 @@ "§7deal to others, while wearing.", "", "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Zombie Slayer 3", "§9§lRARE HELMET" ], "recipe": { @@ -31,9 +32,10 @@ "slayer_req": "ZOMBIE_3", "internalname": "CRYSTALLIZED_HEART", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crystallized_Heart" - ] -}
\ No newline at end of file + ], + "crafttext": "" +} |