diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-18 19:24:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 17:24:55 +0000 |
| commit | df0f65f713c2943ed645b8256a6b928b4927e76e (patch) | |
| tree | e378760068574ba4f841d179bc7c338b0b110215 | |
| parent | 06b36297a5968f9d9d91cac0e71a0d01dfbc53fc (diff) | |
| download | NotEnoughUpdates-REPO-df0f65f713c2943ed645b8256a6b928b4927e76e.tar.gz NotEnoughUpdates-REPO-df0f65f713c2943ed645b8256a6b928b4927e76e.tar.bz2 NotEnoughUpdates-REPO-df0f65f713c2943ed645b8256a6b928b4927e76e.zip | |
fix: Mithril Pickaxe still having a forge recipe (#1414)
| -rw-r--r-- | items/MITHRIL_PICKAXE.json | 13 |
1 files changed, 0 insertions, 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 |
