From f96b9092419d9fd473ae628605a48c48dec98dfb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 15 Aug 2021 02:39:44 +0200 Subject: YEP - Fixing Hypixels Stupid Shit (#594) * YEP * Fixing Smarty Pants Enchant * Fixing other Hypixel Shit --- items/CRYSTALLIZED_HEART.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/CRYSTALLIZED_HEART.json') diff --git a/items/CRYSTALLIZED_HEART.json b/items/CRYSTALLIZED_HEART.json index f6fcb225..a0993457 100644 --- a/items/CRYSTALLIZED_HEART.json +++ b/items/CRYSTALLIZED_HEART.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§9Crystallized 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\"}}", + "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:\"§6Ability: 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", "§7Defense: §a+10", "§7Intelligence: §a+50", "", - "§6Item Ability: Healing Boost", + "§6Ability: Healing Boost", "§7Doubles all healing effects,", "§7including your natural", "§7regeneration and healing you", @@ -32,10 +32,10 @@ "slayer_req": "ZOMBIE_3", "internalname": "CRYSTALLIZED_HEART", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crystallized_Heart" ], "crafttext": "" -} +} \ No newline at end of file -- cgit