once again I break the modpack by committing on my lunch break, thanks krazh
This commit is contained in:
parent
6f7ad3bf48
commit
125a6fc293
1 changed files with 2 additions and 2 deletions
|
|
@ -740,7 +740,7 @@ function registerTFGFoodRecipes(event) {
|
||||||
})
|
})
|
||||||
|
|
||||||
processorRecipe("cured_maize", 300, 8, {
|
processorRecipe("cured_maize", 300, 8, {
|
||||||
circuit: 1
|
circuit: 1,
|
||||||
itemInputs: ["tfc:food/maize_grain"],
|
itemInputs: ["tfc:food/maize_grain"],
|
||||||
inputFluids: [Fluid.of('tfc:limewater', 100)],
|
inputFluids: [Fluid.of('tfc:limewater', 100)],
|
||||||
itemOutputs: ["firmalife:food/cured_maize"],
|
itemOutputs: ["firmalife:food/cured_maize"],
|
||||||
|
|
@ -748,7 +748,7 @@ function registerTFGFoodRecipes(event) {
|
||||||
})
|
})
|
||||||
|
|
||||||
processorRecipe("soy_mixture", 300, 8, {
|
processorRecipe("soy_mixture", 300, 8, {
|
||||||
circuit: 1
|
circuit: 1,
|
||||||
itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'],
|
itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'],
|
||||||
fluidInputs: ['#tfg:clean_water 50'],
|
fluidInputs: ['#tfg:clean_water 50'],
|
||||||
itemOutputs: ["firmalife:food/soy_mixture"],
|
itemOutputs: ["firmalife:food/soy_mixture"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue