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/POWER_CRYSTAL.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/POWER_CRYSTAL.json')
-rw-r--r-- | items/POWER_CRYSTAL.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/POWER_CRYSTAL.json b/items/POWER_CRYSTAL.json index aa322c31..28204e0f 100644 --- a/items/POWER_CRYSTAL.json +++ b/items/POWER_CRYSTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", "displayname": "§5Power Crystal", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to\",1:\"§7§348 hours §7at a time!\",2:\"\",3:\"§7§7Can be obtained through refining at forges\",4:\"§7§7in the §6Dwarven Mines§7.\",5:\"\",6:\"§7Has a single §7use and can be stacked.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to\",1:\"§7§348 hours §7at a time!\",2:\"\",3:\"§7§7Can be obtained through refining at forges\",4:\"§7§7in the §6Dwarven Mines§7.\",5:\"\",6:\"§7Has a single §7use and can be stacked.\",7:\"\",8:\"§5§lEPIC\",9:\"\",10:\"§eItems Required\",11:\"§9Starfall §7x256\",12:\"\",13:\"§7Duration: §b2h\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7§7Powers §bBeacons §7for up to", @@ -12,7 +12,12 @@ "", "§7Has a single §7use and can be stacked.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Starfall §7x256", + "", + "§7Duration: §b2h" ], "internalname": "POWER_CRYSTAL", "crafttext": "", |