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