reduced food oven recipes from 1A LV to slightly-less-than-1A LV
This commit is contained in:
parent
55b56630eb
commit
bbdeb9ba12
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ function registerTFGFoodRecipes(event) {
|
|||
* @param {boolean?} isFirmaDynamic
|
||||
*/
|
||||
function cookingRecipe(id, input, out, fluid, isFirmaDynamic) {
|
||||
return registerFoodRecipe("food_oven", id, 300, 32, "", {
|
||||
return registerFoodRecipe("food_oven", id, 300, GTValues.VA[GTValues.LV], "", {
|
||||
itemInputs: [input],
|
||||
itemOutputs: [out],
|
||||
fluidInputs: (fluid === undefined) ? [] : [fluid],
|
||||
|
|
@ -599,7 +599,7 @@ function registerTFGFoodRecipes(event) {
|
|||
cookingRecipe("dried_seaweed_b", "tfc:groundcover/seaweed", "tfc:food/dried_seaweed")
|
||||
|
||||
// Vinegar
|
||||
processorRecipe('vinegar_alcohol', 600, 32, {
|
||||
processorRecipe('vinegar_alcohol', 600, GTValues.VA[GTValues.LV], {
|
||||
circuit: 5,
|
||||
itemInputs: ['#tfc:foods/fruits'],
|
||||
fluidInputs: ['#tfc:alcohols 250'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue