diff options
Diffstat (limited to 'items/ENCHANTED_OAK_LOG.json')
-rw-r--r-- | items/ENCHANTED_OAK_LOG.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ENCHANTED_OAK_LOG.json b/items/ENCHANTED_OAK_LOG.json index ec6adb33..b0300031 100644 --- a/items/ENCHANTED_OAK_LOG.json +++ b/items/ENCHANTED_OAK_LOG.json @@ -1,12 +1,27 @@ { - "internalname": "ENCHANTED_OAK_LOG", "itemid": "minecraft:log", - "displayname": "Enchanted Oak Wood", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§aEnchanted Oak Wood", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Oak Wood\"},ExtraAttributes:{id:\"ENCHANTED_OAK_LOG\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "LOG:32", + "A3": "", + "B1": "LOG:32", + "B2": "LOG:32", + "B3": "LOG:32", + "C1": "", + "C2": "LOG:32", + "C3": "" + }, + "internalname": "ENCHANTED_OAK_LOG", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Oak_Wood" ] }
\ No newline at end of file |