diff options
Diffstat (limited to 'items/ENCHANTED_GRILLED_PORK.json')
-rw-r--r-- | items/ENCHANTED_GRILLED_PORK.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/ENCHANTED_GRILLED_PORK.json b/items/ENCHANTED_GRILLED_PORK.json new file mode 100644 index 00000000..7208d5a2 --- /dev/null +++ b/items/ENCHANTED_GRILLED_PORK.json @@ -0,0 +1,12 @@ +{ + "internalname": "ENCHANTED_GRILLED_PORK", + "itemid": "minecraft:cooked_porkchop", + "displayname": "Enchanted Grilled Pork", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Grilled Pork\"},ExtraAttributes:{id:\"ENCHANTED_GRILLED_PORK\"}}", + "modver": "1.0.0", + "lore": [ + "§9§lRARE" + ] +}
\ No newline at end of file |