From 3efdfd0c530b0764831206f88ad28e005c8251af Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 8 Jun 2023 21:34:21 +0200 Subject: Added §c. (#937) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added §c. * Added Right Click to open sack! * Fixed lore of cole mayor --- items/CHARCOAL.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/CHARCOAL.json (limited to 'items/CHARCOAL.json') diff --git a/items/CHARCOAL.json b/items/CHARCOAL.json new file mode 100644 index 00000000..86a32d29 --- /dev/null +++ b/items/CHARCOAL.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:coal", + "displayname": "§fCharcoal", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases the speed of\",1:\"§7your minion by §a5%§7\",2:\"§7for 30 minutes§7!\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fCharcoal\"},ExtraAttributes:{id:\"CHARCOAL\"}}", + "damage": 1, + "lore": [ + "§7Increases the speed of", + "§7your minion by §a5%§7", + "§7for 30 minutes§7!", + "", + "§f§lCOMMON" + ], + "internalname": "CHARCOAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit