From df0f65f713c2943ed645b8256a6b928b4927e76e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:24:55 +0200 Subject: fix: Mithril Pickaxe still having a forge recipe (#1414) --- items/MITHRIL_PICKAXE.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json index c177a44c..eb9dc53b 100644 --- a/items/MITHRIL_PICKAXE.json +++ b/items/MITHRIL_PICKAXE.json @@ -22,18 +22,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Pickaxe", "https://wiki.hypixel.net/Mithril_Pickaxe" - ], - "recipes": [ - { - "type": "forge", - "inputs": [ - "ENCHANTED_MITHRIL:30", - "ENCHANTED_GOLD:10", - "BEJEWELED_HANDLE:1" - ], - "count": 1, - "overrideOutputId": "MITHRIL_PICKAXE", - "duration": 2700 - } ] } \ No newline at end of file -- cgit