diff options
Diffstat (limited to 'items/PUMPKIN_PIE.json')
-rw-r--r-- | items/PUMPKIN_PIE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/PUMPKIN_PIE.json b/items/PUMPKIN_PIE.json new file mode 100644 index 00000000..223d2553 --- /dev/null +++ b/items/PUMPKIN_PIE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:pumpkin_pie", + "displayname": "§fPumpkin Pie", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPumpkin Pie\"},ExtraAttributes:{id:\"PUMPKIN_PIE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "PUMPKIN_PIE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PUMPKIN:1", + "A2": "SUGAR:1", + "A3": "EGG:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file |