diff options
Diffstat (limited to 'items/POISONOUS_POTATO.json')
-rw-r--r-- | items/POISONOUS_POTATO.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/items/POISONOUS_POTATO.json b/items/POISONOUS_POTATO.json index 9e0a6aac..1138bb43 100644 --- a/items/POISONOUS_POTATO.json +++ b/items/POISONOUS_POTATO.json @@ -1,13 +1,17 @@ { - "internalname": "POISONOUS_POTATO", "itemid": "minecraft:poisonous_potato", - "displayname": "Poisonous Potato", - "clickcommand": "", - "damage": 0, + "displayname": "§fPoisonous Potato", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fPoisonous Potato\"},ExtraAttributes:{id:\"POISONOUS_POTATO\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§8Brewing Ingredient", "§f§lCOMMON" + ], + "internalname": "POISONOUS_POTATO", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Poisonous_Potato" ] }
\ No newline at end of file |