From 879244328bbc106fe3039a595c3fb33deb971dd5 Mon Sep 17 00:00:00 2001 From: syeyoung <42869671+cyoung06@users.noreply.github.com> Date: Sun, 12 Jun 2022 21:51:53 +0900 Subject: Fix inconsistent naming in Hardened Mana 8~10 (#764) --- items/THUNDERLORD;7.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/THUNDERLORD;7.json') diff --git a/items/THUNDERLORD;7.json b/items/THUNDERLORD;7.json index fb96a252..9ccbdbd5 100644 --- a/items/THUNDERLORD;7.json +++ b/items/THUNDERLORD;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§5Thunderlord VII", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord VII\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§5Thunderlord VII\"},ExtraAttributes:{id:\"THUNDERLORD;7\",enchantments:{thunderlord:7}}}", + "displayname": "§f§5Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord VII\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§5Enchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;7\",enchantments:{thunderlord:7}}}", "damage": 0, "lore": [ "§9Thunderlord VII", @@ -19,4 +19,4 @@ "clickcommand": "", "modver": "2.1.0-REL", "infoType": "" -} \ No newline at end of file +} -- cgit