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/UMBER_PLATE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/UMBER_PLATE.json') diff --git a/items/UMBER_PLATE.json b/items/UMBER_PLATE.json index 9b2f1ba3..8dd10d01 100644 --- a/items/UMBER_PLATE.json +++ b/items/UMBER_PLATE.json @@ -7,7 +7,7 @@ "§9§lRARE" ], "internalname": "UMBER_PLATE", - "crafttext": "", + "crafttext": "Requries: Umber VI", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "infoType": "WIKI_URL", -- cgit