1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"itemid": "minecraft:nether_star",
"displayname": "§5Power Crystal",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to §348 hours\",1:\"§3§7at a time!\",2:\"\",3:\"§7§7Can be obtained through refining at forges §7in the\",4:\"§7§6Dwarven Mines§7.\",5:\"\",6:\"§7Has a single §7use and can be stacked.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"}}",
"damage": 0,
"lore": [
"§7§7Powers §bBeacons §7for up to §348 hours",
"§3§7at a time!",
"",
"§7§7Can be obtained through refining at forges §7in the",
"§7§6Dwarven Mines§7.",
"",
"§7Has a single §7use and can be stacked.",
"",
"§5§lEPIC"
],
"internalname": "POWER_CRYSTAL",
"crafttext": "Requires: HotM 2",
"clickcommand": "viewrecipe",
"modver": "",
"infoType": "WIKI_URL",
"info": [
"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
}
]
}
|