diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
commit | b8d00599721cd30fd5c3653ab99397133da6ba3a (patch) | |
tree | 15ca8716c056ccb0fb00a573eb917dc28c7cabce /items/REFINED_MITHRIL.json | |
parent | 67c7d99689333490e92575c4c098b4b871fcdb0b (diff) | |
download | NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.gz NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.bz2 NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.zip |
Added a few more items and included forge recipes in lore until moul adds official support for forge recipies.
Diffstat (limited to 'items/REFINED_MITHRIL.json')
-rw-r--r-- | items/REFINED_MITHRIL.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/REFINED_MITHRIL.json b/items/REFINED_MITHRIL.json index dff2e1e6..c72ed654 100644 --- a/items/REFINED_MITHRIL.json +++ b/items/REFINED_MITHRIL.json @@ -1,10 +1,15 @@ { "itemid": "minecraft:dye", "displayname": "§5Refined Mithril", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§5Refined Mithril\"},ExtraAttributes:{id:\"REFINED_MITHRIL\"}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§5§lEPIC\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Mithril §7x160\",4:\"\",5:\"§7Duration: §b6h\"],Name:\"§5Refined Mithril\"},ExtraAttributes:{id:\"REFINED_MITHRIL\"},AttributeModifiers:[]}", "damage": 4, "lore": [ - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Enchanted Mithril §7x160", + "", + "§7Duration: §b6h" ], "internalname": "REFINED_MITHRIL", "crafttext": "", |