recipes for railgun machines + greenhouse

This commit is contained in:
Pyritie 2025-07-31 23:32:33 +01:00
parent 234f88551d
commit 0fb1c66006
2 changed files with 98 additions and 0 deletions

View file

@ -943,6 +943,17 @@ function registerTFGFoodRecipes(event) {
.circuit(7)
.EUt(GTValues.VA[GTValues.LV])
event.shaped('tfg:electric_greenhouse', [
'ABA',
'CDC',
'BCB'
], {
A: '#gtceu:circuits/mv',
B: '#forge:single_cables/copper',
C: 'tfc:compost',
D: 'gtceu:steel_machine_casing'
}).id('tfg:shaped/electric_greenhouse')
// Tweaks to the machine crafts that are more annoying to do in java
event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk')
event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk')