From 2bea137a22d29907fe0f48cd4999fab0b1143d7d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:30:52 +0100 Subject: feat: 0.20.9 changes part 1 (#1486) * feat: 0.20.9 changes part 1 * fix: Kuudra Armor lore * feat: 0.20.9 Essence costs * feat: even more essence cost changes --- items/LEATHER_CLOTH.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/LEATHER_CLOTH.json') diff --git a/items/LEATHER_CLOTH.json b/items/LEATHER_CLOTH.json index c1af0b3b..774d7da2 100644 --- a/items/LEATHER_CLOTH.json +++ b/items/LEATHER_CLOTH.json @@ -1,21 +1,20 @@ { "itemid": "minecraft:leather", "displayname": "§5Leather Cloth", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oThe origin of that leather\",1:\"§7§ois a well kept secret.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC\"],Name:\"§5Leather Cloth\"},ExtraAttributes:{id:\"LEATHER_CLOTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oThe origin of that leather is a well\",1:\"§7§okept secret.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Leather Cloth\"},ExtraAttributes:{id:\"LEATHER_CLOTH\"}}", "damage": 0, "lore": [ - "§7§7§oThe origin of that leather", - "§7§ois a well kept secret.", + "§7§7§oThe origin of that leather is a well", + "§7§okept secret.", "", "§eRight-click to view recipes!", "", - "§8§l* §8Co-op Soulbound §8§l*", "§5§lEPIC" ], "internalname": "LEATHER_CLOTH", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Leather_Cloth", -- cgit