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