From 176d09426ca98d5a7b043e92329dec67d747b8f5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 27 May 2024 17:05:25 +0200 Subject: Added craft text to all forge items (#1217) * Added craft text to all forge items * Fixed mithril fuel tank --- items/REFINED_MITHRIL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/REFINED_MITHRIL.json') diff --git a/items/REFINED_MITHRIL.json b/items/REFINED_MITHRIL.json index 1b9a6225..33ee642a 100644 --- a/items/REFINED_MITHRIL.json +++ b/items/REFINED_MITHRIL.json @@ -7,7 +7,7 @@ "§5§lEPIC" ], "internalname": "REFINED_MITHRIL", - "crafttext": "", + "crafttext": "Requries: HotM 2", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", -- cgit