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
41
42
43
44
45
46
47
48
|
{
"itemid": "minecraft:skull",
"displayname": "§9Pure Mithril",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"5dafd990-b622-31d0-b4c8-369ae0c0a1ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Mithraic §7reforge when\",4:\"§7combined with a pickaxe or drill§7.\",5:\"\",6:\"§7§8§oIt takes a few hours of forging to\",7:\"§8§opurify Mithril - the impurities extract\",8:\"§8§othemselves while the Mithril coalesces.\",9:\"\",10:\"§9Mithraic §7(§6Legendary§7):\",11:\"§7Mining Speed: §a+40\",12:\"\",13:\"§9Mithraic Bonus\",14:\"§7Grants a §a10% §7chance to gain §a1 §7extra\",15:\"§7§fMithril §7when mining Mithril Ore.\",16:\"\",17:\"§7Requires §aMining Skill Level XVIII§7!\",18:\"\",19:\"§9§lRARE REFORGE STONE\"],Name:\"§9Pure Mithril\"},ExtraAttributes:{id:\"PURE_MITHRIL\"}}",
"damage": 3,
"lore": [
"§8Reforge Stone",
"§7§8Combinable in Reforge Anvil",
"",
"§7Applies the §9Mithraic §7reforge when",
"§7combined with a pickaxe or drill§7.",
"",
"§7§8§oIt takes a few hours of forging to",
"§8§opurify Mithril - the impurities extract",
"§8§othemselves while the Mithril coalesces.",
"",
"§9Mithraic §7(§6Legendary§7):",
"§7Mining Speed: §a+40",
"",
"§9Mithraic Bonus",
"§7Grants a §a10% §7chance to gain §a1 §7extra",
"§7§fMithril §7when mining Mithril Ore.",
"",
"§7Requires §aMining Skill Level XVIII§7!",
"",
"§9§lRARE REFORGE STONE"
],
"internalname": "PURE_MITHRIL",
"crafttext": "Requires: HotM 3",
"clickcommand": "viewrecipe",
"modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Pure_Mithril",
"https://wiki.hypixel.net/Pure_Mithril"
],
"recipes": [
{
"type": "forge",
"inputs": [
"REFINED_MITHRIL:2"
],
"count": 1,
"overrideOutputId": "PURE_MITHRIL",
"duration": 43200
}
]
}
|