diff options
Diffstat (limited to 'items/PURE_MITHRIL.json')
-rw-r--r-- | items/PURE_MITHRIL.json | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/items/PURE_MITHRIL.json b/items/PURE_MITHRIL.json index efb0ea6d..fd290b09 100644 --- a/items/PURE_MITHRIL.json +++ b/items/PURE_MITHRIL.json @@ -18,19 +18,26 @@ "§7Requires §aMining Skill Level", "§aXVIII§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§5Refined Mithril §7x2", - "", - "§7Duration: §b12h" + "§9§lRARE REFORGE STONE" ], "internalname": "PURE_MITHRIL", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Pure_Mithril" + "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 + } ] }
\ No newline at end of file |