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