fix food oven recipe for cooked toxlacanth
This commit is contained in:
parent
bc7fb49404
commit
d0de031b78
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue