Change dark stock to rich stock in recipe
Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
7c4befc987
commit
4deb1ab0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1541,7 +1541,7 @@ function registerTFGFoodRecipes(event) {
|
|||
'firmalife:food/butter',
|
||||
'tfg:spice/allspice'
|
||||
],
|
||||
fluidInputs: ['tfg:light_stock 1000', 'tfg:dark_stock 1000'],
|
||||
fluidInputs: ['tfg:light_stock 1000', 'tfg:rich_stock 1000'],
|
||||
fluidOutputs: [Fluid.of('tfg:brown_gravy', 2000)]
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue