From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/COAL.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/COAL.json (limited to 'items/COAL.json') diff --git a/items/COAL.json b/items/COAL.json new file mode 100644 index 00000000..4df92379 --- /dev/null +++ b/items/COAL.json @@ -0,0 +1,17 @@ +{ + "internalname": "COAL", + "itemid": "minecraft:coal", + "displayname": "Coal", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§7increases the speed of\",2:\"§7your minion by §a5%§7\",3:\"§7for 30 minutes§7!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fCoal\"},ExtraAttributes:{id:\"COAL\"}}", + "modver": "1.0.0", + "lore": [ + "?8Brewing Ingredient", + "?7increases the speed of", + "?7your minion by ?a5%?7", + "?7for 30 minutes?7!", + "", + "?f?lCOMMON" + ] +} \ No newline at end of file -- cgit