Change dark stock to rich stock in recipe

Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
Redeix 2025-11-20 16:52:13 -06:00 committed by GitHub
parent 7c4befc987
commit 4deb1ab0c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)]
});