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/FIRE_ASPECT;3.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/FIRE_ASPECT;3.json') diff --git a/items/FIRE_ASPECT;3.json b/items/FIRE_ASPECT;3.json index e2698528..c36283b3 100644 --- a/items/FIRE_ASPECT;3.json +++ b/items/FIRE_ASPECT;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§fFire Aspect III", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Aspect III\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a9% §7of your damage\",3:\"§7per second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§fFire Aspect III\"},ExtraAttributes:{id:\"FIRE_ASPECT;3\",enchantments:{fire_aspect:3}}}", + "displayname": "§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Aspect III\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a9% §7of your damage\",3:\"§7per second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;3\",enchantments:{fire_aspect:3}}}", "damage": 0, "lore": [ "§9Fire Aspect III", @@ -19,4 +19,4 @@ "clickcommand": "", "modver": "2.1.0-REL", "infoType": "" -} \ No newline at end of file +} -- cgit