From ba03e53d32ee4d77cf144f70886b5b401e12c6f7 Mon Sep 17 00:00:00 2001 From: Nick Kunnert <34910276+pownsgg@users.noreply.github.com> Date: Sat, 16 Sep 2023 03:43:37 +0200 Subject: Fixed item lores for Sunder books (#985) Co-authored-by: jani270 --- items/SUNDER;2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/SUNDER;2.json') diff --git a/items/SUNDER;2.json b/items/SUNDER;2.json index 4414f364..2fe61900 100644 --- a/items/SUNDER;2.json +++ b/items/SUNDER;2.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sunder 2\",1:\"§7Grants §a+25 §6☘ Farming\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple crops.\",4:\"\",5:\"§7Can be applied to Axes.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7SkyMart\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fAxe\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SUNDER;2\",enchantments:{sunder:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sunder II\",1:\"§7Grants §a+25 §6☘ Farming\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple crops.\",4:\"\",5:\"§7Can be applied to Axes.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7SkyMart\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fAxe\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SUNDER;2\",enchantments:{sunder:2}}}", "damage": 0, "lore": [ - "§9Sunder 2", + "§9Sunder II", "§7Grants §a+25 §6☘ Farming", "§6Fortune§7, which increases your", "§7chance for multiple crops.", -- cgit