From 9b3005d4a487f8ab309020e86d024fdb756c4cff Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:44:43 +0200 Subject: feat: Dye Changes Part 1 (#1308) * feat: Dye Changes Part 1 * More changes * feat: Fishing Sack changes * fix: Emerald Artifact in misc file --- items/TOTEM_OF_CORRUPTION.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'items/TOTEM_OF_CORRUPTION.json') diff --git a/items/TOTEM_OF_CORRUPTION.json b/items/TOTEM_OF_CORRUPTION.json index e32a0712..896b531d 100644 --- a/items/TOTEM_OF_CORRUPTION.json +++ b/items/TOTEM_OF_CORRUPTION.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:banner", "displayname": "§aTotem of Corruption", - "nbttag": "{HideFlags:254,BlockEntityTag:{Patterns:[0:{Pattern:\"b\",Color:0},1:{Pattern:\"cr\",Color:13},2:{Pattern:\"cbo\",Color:5},3:{Pattern:\"mc\",Color:5},4:{Pattern:\"flo\",Color:0},5:{Pattern:\"bts\",Color:0},6:{Pattern:\"tts\",Color:0}],Base:15},display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7§7Place a totem down for §a2m\",2:\"§a§7turning nearby mobs into their\",3:\"§7§cCorrupted §7forms.\",4:\"\",5:\"§7§eNote: §7Only one Corrupted\",6:\"§7Totem can be active at a time.\",7:\"§8Mana Cost: §3200\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aTotem of Corruption\"},ExtraAttributes:{id:\"TOTEM_OF_CORRUPTION\"}}", + "nbttag": "{HideFlags:254,BlockEntityTag:{Patterns:[0:{Pattern:\"b\",Color:0},1:{Pattern:\"cr\",Color:13},2:{Pattern:\"cbo\",Color:5},3:{Pattern:\"mc\",Color:5},4:{Pattern:\"flo\",Color:0},5:{Pattern:\"bts\",Color:0},6:{Pattern:\"tts\",Color:0}],Base:15},display:{Lore:[0:\"§6Ability: Deploy §e§lRIGHT CLICK\",1:\"§7§7Place a totem down for §a2m §7turning\",2:\"§7nearby mobs into their §cCorrupted\",3:\"§c§7forms.\",4:\"\",5:\"§7§eNote: §7Only one Corrupted Totem can\",6:\"§7be active at a time.\",7:\"§8Mana Cost: §3200\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aTotem of Corruption\"},ExtraAttributes:{id:\"TOTEM_OF_CORRUPTION\"}}", "damage": 15, "lore": [ - "§6Item Ability: Deploy", - "§7§7Place a totem down for §a2m", - "§a§7turning nearby mobs into their", - "§7§cCorrupted §7forms.", + "§6Ability: Deploy §e§lRIGHT CLICK", + "§7§7Place a totem down for §a2m §7turning", + "§7nearby mobs into their §cCorrupted", + "§c§7forms.", "", - "§7§eNote: §7Only one Corrupted", - "§7Totem can be active at a time.", + "§7§eNote: §7Only one Corrupted Totem can", + "§7be active at a time.", "§8Mana Cost: §3200", "", "§a§lUNCOMMON" @@ -29,7 +29,7 @@ "internalname": "TOTEM_OF_CORRUPTION", "crafttext": "Requires: Sulphur IV", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Totem_of_Corruption", -- cgit