diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-03 20:30:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 19:30:52 +0000 |
| commit | 2bea137a22d29907fe0f48cd4999fab0b1143d7d (patch) | |
| tree | 159adcdb92361f6361525a06dca4de514aae7172 /items/LEATHER_CLOTH.json | |
| parent | d2ee441346e03a9695d6057eba3a6c6a67ef62c0 (diff) | |
| download | NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.gz NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.bz2 NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.zip | |
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
Diffstat (limited to 'items/LEATHER_CLOTH.json')
| -rw-r--r-- | items/LEATHER_CLOTH.json | 9 |
1 files changed, 4 insertions, 5 deletions
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", |
