diff options
Diffstat (limited to 'items/PUMPKIN.json')
-rw-r--r-- | items/PUMPKIN.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/items/PUMPKIN.json b/items/PUMPKIN.json index abfcfad8..07b0491f 100644 --- a/items/PUMPKIN.json +++ b/items/PUMPKIN.json @@ -1,12 +1,16 @@ { - "internalname": "PUMPKIN", "itemid": "minecraft:pumpkin", - "displayname": "Pumpkin", - "clickcommand": "", - "damage": 0, + "displayname": "§fPumpkin", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPumpkin\"},ExtraAttributes:{id:\"PUMPKIN\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" + ], + "internalname": "PUMPKIN", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pumpkin" ] }
\ No newline at end of file |