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