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