diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-09-16 02:42:19 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 02:42:19 +1000 |
commit | c027306cd79720df7bed93ac185ab2876b50c3e9 (patch) | |
tree | 92bff677fffbbd67522da5a481e40033e9c9cf50 /items/REFINED_MINERAL.json | |
parent | 7e35f6cf68b7d7f096b740819bfadad4d959971b (diff) | |
parent | 22248d8b5f54994b374401a3a30b85a0c173a303 (diff) | |
download | NotEnoughUpdates-REPO-c027306cd79720df7bed93ac185ab2876b50c3e9.tar.gz NotEnoughUpdates-REPO-c027306cd79720df7bed93ac185ab2876b50c3e9.tar.bz2 NotEnoughUpdates-REPO-c027306cd79720df7bed93ac185ab2876b50c3e9.zip |
Merge pull request #265 from IRONM00N/master
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 |