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
38
39
40
|
{
"itemid": "minecraft:skull",
"displayname": "§5Petrified Starfall",
"nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Reforge Stone",
"",
"§7Can be used in a Reforge Anvil",
"§7or with the Dungeon Blacksmith",
"§7to apply the §9Stellar §7reforge",
"§7to a pickaxe.",
"",
"§7§8§oIt\u0027s not actually a star.",
"",
"§7Requires §aMining Skill Level",
"§aXXVI§7!",
"",
"§5§lEPIC REFORGE STONE"
],
"internalname": "PETRIFIED_STARFALL",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Petrified_Starfall"
],
"recipes": [
{
"type": "forge",
"inputs": [
"STARFALL:512"
],
"count": 1,
"overrideOutputId": "PETRIFIED_STARFALL",
"duration": 50400
}
]
}
|