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/ULTIMATE_CHIMERA;1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/ULTIMATE_CHIMERA;1.json') diff --git a/items/ULTIMATE_CHIMERA;1.json b/items/ULTIMATE_CHIMERA;1.json index 7a676c1e..ddb3e54d 100644 --- a/items/ULTIMATE_CHIMERA;1.json +++ b/items/ULTIMATE_CHIMERA;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera I\",1:\"§7Copies §a20% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fLongsword\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;1\",enchantments:{ultimate_chimera:1}},AttributeModifiers:[]}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera I\",1:\"§7Copies §a20% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fLongsword\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;1\",enchantments:{ultimate_chimera:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lChimera I", -- cgit