diff options
Diffstat (limited to 'items/PORK.json')
-rw-r--r-- | items/PORK.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/PORK.json b/items/PORK.json index 14d52320..89c4c3b9 100644 --- a/items/PORK.json +++ b/items/PORK.json @@ -1,17 +1,20 @@ { "itemid": "minecraft:porkchop", "displayname": "§fRaw Porkchop", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRaw Porkchop\"},ExtraAttributes:{id:\"PORK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fRaw Porkchop\"},ExtraAttributes:{id:\"PORK\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "PORK", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Raw_Porkchop" - ] + ], + "crafttext": "" }
\ No newline at end of file |