moved golden apples to the food processor

This commit is contained in:
Pyritie 2025-08-13 23:08:01 +01:00
parent 6bba775be0
commit 365fe1e5ca
3 changed files with 18 additions and 28 deletions

View file

@ -880,6 +880,23 @@ function registerTFGFoodRecipes(event) {
.id(`tfg:mortar/salt`)
//#endregion
//#region Выход: Золотое яблоко
processorRecipe('golden_apple_from_red', 30 * 20, GTValues.VA[GTValues.HV], {
itemInputs: ['tfc:food/red_apple'],
fluidInputs: [Fluid.of('gtceu:gold', 144 * 8)],
itemOutputs: ['minecraft:golden_apple'],
circuit: 5
})
processorRecipe('golden_apple_from_green', 30 * 20, GTValues.VA[GTValues.HV], {
itemInputs: ['tfc:food/green_apple'],
fluidInputs: [Fluid.of('gtceu:gold', 144 * 8)],
itemOutputs: ['minecraft:golden_apple'],
circuit: 5
})
//#endregion
//#region New foods