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/BEJEWELED_HANDLE.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/BEJEWELED_HANDLE.json')
-rw-r--r-- | items/BEJEWELED_HANDLE.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/items/BEJEWELED_HANDLE.json b/items/BEJEWELED_HANDLE.json index f426f5e8..bb73b1d2 100644 --- a/items/BEJEWELED_HANDLE.json +++ b/items/BEJEWELED_HANDLE.json @@ -1,10 +1,15 @@ { "itemid": "minecraft:stick", - "displayname": "§f§f§9Bejeweled Handle", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§f§f§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}", + "displayname": "§9Bejeweled Handle", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Glacite Jewel §7x3\",4:\"\",5:\"§7Duration: §b30m\"],Name:\"§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "§9§lRARE" + "§9§lRARE", + "", + "§eItems Required", + "§9Glacite Jewel §7x3", + "", + "§7Duration: §b30m" ], "internalname": "BEJEWELED_HANDLE", "crafttext": "", |