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/GLACITE_CHISEL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/GLACITE_CHISEL.json') diff --git a/items/GLACITE_CHISEL.json b/items/GLACITE_CHISEL.json index a742061e..7ddf3116 100644 --- a/items/GLACITE_CHISEL.json +++ b/items/GLACITE_CHISEL.json @@ -17,7 +17,7 @@ "§5§lEPIC CHISEL" ], "internalname": "GLACITE_CHISEL", - "crafttext": "", + "crafttext": "Requries: HotM 9", "clickcommand": "viewrecipe", "modver": "v2.1.1-pre5", "infoType": "WIKI_URL", -- cgit