From b09d5d229d6134a9346b0a702bff4ccccf66e5d0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:05 +0200 Subject: Reforge Stones and Rainbow Names + removing Item + update things (#503) * Reforge Stones and Rainbow Names * Removing dupe json with the wrong name * Fixing other Stuff * Another Rainbow name * Another Fix * Rainbow name * Rainbow Name * Another Fix * First Part * Fuck * Part 2 * Part 3 * Part 4 * copy paste ftw --- items/WAND_OF_ATONEMENT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/WAND_OF_ATONEMENT.json') diff --git a/items/WAND_OF_ATONEMENT.json b/items/WAND_OF_ATONEMENT.json index 4d8c30bd..efeac16d 100644 --- a/items/WAND_OF_ATONEMENT.json +++ b/items/WAND_OF_ATONEMENT.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:stick", "displayname": "§6Wand of Atonement", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§6Item Ability: Huge Heal §e§lRIGHT CLICK\",1:\"§7Heal §c170❤§7/s for 3s.\",2:\"§7§8Wand heals don\u0027t stack.\",3:\"§8Mana Cost: §3120\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§7§4☠ §cRequires §5Zombie Slayer 7\",7:\"§6§lLEGENDARY WAND\"],Name:\"§6Wand of Atonement\"},ExtraAttributes:{id:\"WAND_OF_ATONEMENT\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§6Item Ability: Huge Heal §e§lRIGHT CLICK\",1:\"§7Heal §c170❤§7/s for 7s.\",2:\"§7§8Wand heals don\u0027t stack.\",3:\"§8Mana Cost: §3120\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§7§4☠ §cRequires §5Zombie Slayer 7\",7:\"§6§lLEGENDARY WAND\"],Name:\"§6Wand of Atonement\"},ExtraAttributes:{id:\"WAND_OF_ATONEMENT\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§6Item Ability: Huge Heal §e§lRIGHT CLICK", - "§7Heal §c170❤§7/s for 3s.", + "§7Heal §c170❤§7/s for 7s.", "§7§8Wand heals don\u0027t stack.", "§8Mana Cost: §3120", "§8Cooldown: §a1s", -- cgit