fix food oven recipe for cooked toxlacanth

This commit is contained in:
Pyritie 2025-09-22 19:47:18 +01:00
parent bc7fb49404
commit d0de031b78

View file

@ -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",
},