From d0de031b780a88729faaefe6a3686a61f7616eae Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 22 Sep 2025 19:47:18 +0100 Subject: [PATCH] fix food oven recipe for cooked toxlacanth --- kubejs/startup_scripts/tfc/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index b23774f81..b2fc167e9 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -909,7 +909,7 @@ global.TFC_MEAT_RECIPE_COMPONENTS = /** @type {const} */ ([ { input: "tfg:food/raw_sniffer_beef", output: "tfg:food/cooked_sniffer_beef", name: "cooked_sniffer_beef" }, { input: "tfg:food/raw_wraptor", output: "tfg:food/cooked_wraptor", name: "cooked_wraptor" }, { - input: "wan_ancient_beasts:raw_toxlacanth", + input: "wan_ancient_beasts:toxlacanth", output: "wan_ancient_beasts:cooked_toxlacanth", name: "cooked_toxlacanth", },