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