From 3ec6c8dc31693dc4f81b1de80f012f475c621f48 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:18:24 +0200 Subject: fixed enchanted book name (#1205) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> --- items/FIRE_ASPECT;2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/FIRE_ASPECT;2.json') diff --git a/items/FIRE_ASPECT;2.json b/items/FIRE_ASPECT;2.json index 281dce3f..777b29e0 100644 --- a/items/FIRE_ASPECT;2.json +++ b/items/FIRE_ASPECT;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fire Aspect II\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a6% §7of your damage\",3:\"§7per second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-II: §7Enchantment Table,\",10:\"§7Blaze Rod Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fLongsword\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;2\",enchantments:{fire_aspect:2}},AttributeModifiers:[]}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fire Aspect II\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a6% §7of your damage\",3:\"§7per second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-II: §7Enchantment Table,\",10:\"§7Blaze Rod Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fLongsword\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;2\",enchantments:{fire_aspect:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Fire Aspect II", -- cgit