From 1a2a7cc88e7148666ea99566f9a71db68d85b6ce Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 13 Sep 2020 19:07:23 -0400 Subject: Some more fixes --- items/REFINED_MINERAL.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/REFINED_MINERAL.json (limited to 'items/REFINED_MINERAL.json') diff --git a/items/REFINED_MINERAL.json b/items/REFINED_MINERAL.json new file mode 100644 index 00000000..32c3d07d --- /dev/null +++ b/items/REFINED_MINERAL.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§9Refined Mineral", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Rare minerals found during\",1:\"§7National Mining Month.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Refined Mineral\"},ExtraAttributes:{id:\"REFINED_MINERAL\"}}", + "damage": 12, + "lore": [ + "§7Rare minerals found during", + "§7National Mining Month.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "REFINED_MINERAL", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +} \ No newline at end of file -- cgit