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