diff options
Diffstat (limited to 'items/LEATHER.json')
-rw-r--r-- | items/LEATHER.json | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/items/LEATHER.json b/items/LEATHER.json index 40f68366..7eb944b4 100644 --- a/items/LEATHER.json +++ b/items/LEATHER.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:leather", "displayname": "§fLeather", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fLeather\"},ExtraAttributes:{id:\"LEATHER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather\"},ExtraAttributes:{id:\"LEATHER\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "LEATHER", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Leather" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "RABBIT_HIDE:1", + "A2": "RABBIT_HIDE:1", + "A3": "", + "B1": "RABBIT_HIDE:1", + "B2": "RABBIT_HIDE:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file |