moved golden apples to the food processor
This commit is contained in:
parent
6bba775be0
commit
365fe1e5ca
3 changed files with 18 additions and 28 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue