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/TITANIUM_DRILL_4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/TITANIUM_DRILL_4.json') diff --git a/items/TITANIUM_DRILL_4.json b/items/TITANIUM_DRILL_4.json index 9c537310..015cbd24 100644 --- a/items/TITANIUM_DRILL_4.json +++ b/items/TITANIUM_DRILL_4.json @@ -34,7 +34,7 @@ "§6§lLEGENDARY DRILL" ], "internalname": "TITANIUM_DRILL_4", - "crafttext": "", + "crafttext": "Requries: HotM 6", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "infoType": "WIKI_URL", -- cgit