just gonna disable the curd food processor recipe until it's fixed
This commit is contained in:
parent
f1328ff1f4
commit
b82c3fd443
1 changed files with 7 additions and 5 deletions
|
|
@ -260,11 +260,13 @@ function registerTFGFoodRecipes(event) {
|
|||
|
||||
global.TFC_CURDS_AND_CHEESES.forEach(item => {
|
||||
|
||||
processorRecipe(`${item.curd}_curd`, 1200, 16, {
|
||||
itemOutputs: [item.curd],
|
||||
fluidInputs: [Fluid.of(item.input_fluid, 1000)],
|
||||
itemOutputProvider: TFC.isp.of(item.curd).resetFood()
|
||||
})
|
||||
// TODO: curds in a food processor always come out rotten
|
||||
|
||||
//processorRecipe(`${item.curd}_curd`, 1200, 16, {
|
||||
// itemOutputs: [item.curd],
|
||||
// fluidInputs: [Fluid.of(item.input_fluid, 1000)],
|
||||
// itemOutputProvider: TFC.isp.of(item.curd).resetFood()
|
||||
//})
|
||||
|
||||
processorRecipe(`${item.cheese1}_cheese_wheel_1`, 8000, 16, {
|
||||
itemInputs: [`3x ${item.curd}`],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue