From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/POTATO_ITEM.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 items/POTATO_ITEM.json (limited to 'items/POTATO_ITEM.json') diff --git a/items/POTATO_ITEM.json b/items/POTATO_ITEM.json new file mode 100644 index 00000000..1e1f123b --- /dev/null +++ b/items/POTATO_ITEM.json @@ -0,0 +1,12 @@ +{ + "internalname": "POTATO_ITEM", + "itemid": "minecraft:potato", + "displayname": "Potato", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPotato\"},ExtraAttributes:{id:\"POTATO_ITEM\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +} \ No newline at end of file -- cgit