From 68b518d9c446d6013dee1246a708938e3f8dce70 Mon Sep 17 00:00:00 2001 From: SeRaid <77941535+SeRaid743@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:00:34 +1200 Subject: 3 --- items/LEATHER.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'items/LEATHER.json') diff --git a/items/LEATHER.json b/items/LEATHER.json index 3f7c8610..77edd9b0 100644 --- a/items/LEATHER.json +++ b/items/LEATHER.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:leather", "displayname": "§fLeather", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather\"},ExtraAttributes:{id:\"LEATHER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fLeather\"},ExtraAttributes:{id:\"LEATHER\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "LEATHER", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -24,5 +26,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Leather" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit