From 9ae18130edfe12654bb02db31b7fbe87b26eaa77 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 2 Aug 2025 15:35:16 +0100 Subject: [PATCH] fix olive food processor conflict, fix pumpkin chunk duplicate recipe --- kubejs/server_scripts/tfc/recipes.js | 4 ++-- kubejs/server_scripts/tfc/recipes.removes.js | 1 + kubejs/server_scripts/tfg/recipes.food.js | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 7b2e482f4..cf193f1f9 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -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`) diff --git a/kubejs/server_scripts/tfc/recipes.removes.js b/kubejs/server_scripts/tfc/recipes.removes.js index f30cc8538..95ee811ee 100644 --- a/kubejs/server_scripts/tfc/recipes.removes.js +++ b/kubejs/server_scripts/tfc/recipes.removes.js @@ -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\/.*/ }) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 384abc236..34bac7321 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -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, {