diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /items/TOTEM_OF_CORRUPTION.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'items/TOTEM_OF_CORRUPTION.json')
-rw-r--r-- | items/TOTEM_OF_CORRUPTION.json | 16 |
1 files changed, 8 insertions, 8 deletions
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", |