diff options
Diffstat (limited to 'items/PORK.json')
-rw-r--r-- | items/PORK.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/PORK.json b/items/PORK.json index 20de3757..e3062d60 100644 --- a/items/PORK.json +++ b/items/PORK.json @@ -1,12 +1,12 @@ { - "internalname": "PORK", "itemid": "minecraft:porkchop", - "displayname": "Raw Porkchop", - "clickcommand": "", - "damage": 0, + "displayname": "§fRaw Porkchop", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRaw Porkchop\"},ExtraAttributes:{id:\"PORK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "PORK", + "clickcommand": "", + "modver": "1.0.0" }
\ No newline at end of file |