fix olive food processor conflict, fix pumpkin chunk duplicate recipe

This commit is contained in:
Pyritie 2025-08-02 15:35:16 +01:00
parent 08a8e00914
commit 9ae18130ed
3 changed files with 4 additions and 2 deletions

View file

@ -131,12 +131,12 @@ const registerTFCRecipes = (event) => {
// Тыква -> Кусочки тыквы
event.recipes.tfc.advanced_shapeless_crafting(
TFC.itemStackProvider.of('5x tfc:food/pumpkin_chunks').copyFood(),
TFC.itemStackProvider.of('4x tfc:food/pumpkin_chunks').copyFood(),
[TFC.ingredient.notRotten('tfc:pumpkin'), '#forge:tools/hammers'], 'tfc:pumpkin')
.id(`tfc:crafting/pumpkin_chunks_hammer`)
event.recipes.tfc.advanced_shapeless_crafting(
TFC.itemStackProvider.of('5x tfc:food/pumpkin_chunks').copyFood(),
TFC.itemStackProvider.of('4x tfc:food/pumpkin_chunks').copyFood(),
[TFC.ingredient.notRotten('tfc:pumpkin'), '#tfc:knives'], 'tfc:pumpkin')
.id(`tfc:crafting/pumpkin_chunks_knife`)

View file

@ -149,6 +149,7 @@ function removeTFCRecipes(event) {
event.remove({ id: 'tfc:crafting/vanilla/redstone/steel_minecart' })
event.remove({ id: 'tfc:crafting/vanilla/redstone/minecart' })
event.remove({ id: 'tfc:crafting/cake' })
event.remove({ id: 'tfc:crafting/pumpkin_chunks' })
event.remove({ id: /^tfc:crafting\/dough\/.*/ })

View file

@ -563,6 +563,7 @@ function registerTFGFoodRecipes(event) {
itemInputs: ['tfc:food/olive'],
itemOutputs: ['2x tfc:olive_paste'],
itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'),
circuit: 3
})
processorRecipe("soybean_paste", 60, 8, {