Remove Saw Cutter until fix for Cleanroom (#873)

Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
TomPlop 2025-04-17 18:03:31 -04:00 committed by GitHub
parent e2499e68c6
commit 414036d86e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,31 +252,33 @@ function registerGreateRecipes(event) {
F: '#forge:tools/wrenches' F: '#forge:tools/wrenches'
}).id('greate:shaped/aluminium_mechanical_saw') }).id('greate:shaped/aluminium_mechanical_saw')
event.shaped('greate:stainless_steel_mechanical_saw', [ // Removed while we wait for a fix so recipes don't work without being in a Cleanroom - Important for Wafer
'ABA',
'CDC', // event.shaped('greate:stainless_steel_mechanical_saw', [
'FE ' // 'ABA',
], { // 'CDC',
A: '#gtceu:circuits/hv', // 'FE '
B: 'gtceu:red_steel_buzz_saw_blade', // ], {
C: 'gtceu:hv_electric_motor', // A: '#gtceu:circuits/hv',
D: 'gtceu:hv_machine_casing', // B: 'gtceu:red_steel_buzz_saw_blade',
E: 'greate:stainless_steel_shaft', // C: 'gtceu:hv_electric_motor',
F: '#forge:tools/wrenches' // D: 'gtceu:hv_machine_casing',
}).id('greate:shaped/stainless_steel_mechanical_saw') // E: 'greate:stainless_steel_shaft',
// F: '#forge:tools/wrenches'
// }).id('greate:shaped/stainless_steel_mechanical_saw')
event.shaped('greate:titanium_mechanical_saw', [ // event.shaped('greate:titanium_mechanical_saw', [
'ABA', // 'ABA',
'CDC', // 'CDC',
'FE ' // 'FE '
], { //], {
A: '#gtceu:circuits/ev', // A: '#gtceu:circuits/ev',
B: 'gtceu:ultimet_buzz_saw_blade', // B: 'gtceu:ultimet_buzz_saw_blade',
C: 'gtceu:ev_electric_motor', // C: 'gtceu:ev_electric_motor',
D: 'gtceu:ev_machine_casing', // D: 'gtceu:ev_machine_casing',
E: 'greate:titanium_shaft', // E: 'greate:titanium_shaft',
F: '#forge:tools/wrenches' // F: '#forge:tools/wrenches'
}).id('greate:shaped/titanium_mechanical_saw') //}).id('greate:shaped/titanium_mechanical_saw')
// #endregion // #endregion
@ -408,4 +410,4 @@ function registerGreateRecipes(event) {
}) })
// #endregion // #endregion
} }