diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-13 19:07:23 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-13 19:07:23 -0400 |
commit | 1a2a7cc88e7148666ea99566f9a71db68d85b6ce (patch) | |
tree | 8579b3b2124e70dbb6d8f0f47a2a46d947b0e475 /items/REFINED_MINERAL.json | |
parent | 0f321b16ab20934882329e97fcbf1702999cd0d4 (diff) | |
download | NotEnoughUpdates-REPO-1a2a7cc88e7148666ea99566f9a71db68d85b6ce.tar.gz NotEnoughUpdates-REPO-1a2a7cc88e7148666ea99566f9a71db68d85b6ce.tar.bz2 NotEnoughUpdates-REPO-1a2a7cc88e7148666ea99566f9a71db68d85b6ce.zip |
Some more fixes
Diffstat (limited to 'items/REFINED_MINERAL.json')
-rw-r--r-- | items/REFINED_MINERAL.json | 19 |
1 files changed, 19 insertions, 0 deletions
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 |