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