diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/POWER_CRYSTAL.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/POWER_CRYSTAL.json')
-rw-r--r-- | items/POWER_CRYSTAL.json | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/items/POWER_CRYSTAL.json b/items/POWER_CRYSTAL.json index 0ba95e76..78298555 100644 --- a/items/POWER_CRYSTAL.json +++ b/items/POWER_CRYSTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", "displayname": "§5Power 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:[]}", + "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\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7§7Powers §bBeacons §7for up to", @@ -12,19 +12,26 @@ "", "§7Has a single §7use and can be stacked.", "", - "§5§lEPIC", - "", - "§eItems Required", - "§9Starfall §7x256", - "", - "§7Duration: §b2h" + "§5§lEPIC" ], "internalname": "POWER_CRYSTAL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Power_Crystal" + "https://hypixel-skyblock.fandom.com/wiki/Power_Crystal", + "https://wiki.hypixel.net/Power_Crystal" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "STARFALL:256" + ], + "count": 1, + "overrideOutputId": "POWER_CRYSTAL", + "duration": 7200 + } ] -} +}
\ No newline at end of file |