Remove Saw Cutter until fix for Cleanroom (#873)
Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
parent
e2499e68c6
commit
414036d86e
1 changed files with 27 additions and 25 deletions
|
|
@ -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',
|
|
||||||
'FE '
|
|
||||||
], {
|
|
||||||
A: '#gtceu:circuits/hv',
|
|
||||||
B: 'gtceu:red_steel_buzz_saw_blade',
|
|
||||||
C: 'gtceu:hv_electric_motor',
|
|
||||||
D: 'gtceu:hv_machine_casing',
|
|
||||||
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:stainless_steel_mechanical_saw', [
|
||||||
'ABA',
|
// 'ABA',
|
||||||
'CDC',
|
// 'CDC',
|
||||||
'FE '
|
// 'FE '
|
||||||
], {
|
// ], {
|
||||||
A: '#gtceu:circuits/ev',
|
// A: '#gtceu:circuits/hv',
|
||||||
B: 'gtceu:ultimet_buzz_saw_blade',
|
// B: 'gtceu:red_steel_buzz_saw_blade',
|
||||||
C: 'gtceu:ev_electric_motor',
|
// C: 'gtceu:hv_electric_motor',
|
||||||
D: 'gtceu:ev_machine_casing',
|
// D: 'gtceu:hv_machine_casing',
|
||||||
E: 'greate:titanium_shaft',
|
// E: 'greate:stainless_steel_shaft',
|
||||||
F: '#forge:tools/wrenches'
|
// F: '#forge:tools/wrenches'
|
||||||
}).id('greate:shaped/titanium_mechanical_saw')
|
// }).id('greate:shaped/stainless_steel_mechanical_saw')
|
||||||
|
|
||||||
|
// event.shaped('greate:titanium_mechanical_saw', [
|
||||||
|
// 'ABA',
|
||||||
|
// 'CDC',
|
||||||
|
// 'FE '
|
||||||
|
//], {
|
||||||
|
// A: '#gtceu:circuits/ev',
|
||||||
|
// B: 'gtceu:ultimet_buzz_saw_blade',
|
||||||
|
// C: 'gtceu:ev_electric_motor',
|
||||||
|
// D: 'gtceu:ev_machine_casing',
|
||||||
|
// E: 'greate:titanium_shaft',
|
||||||
|
// F: '#forge:tools/wrenches'
|
||||||
|
//}).id('greate:shaped/titanium_mechanical_saw')
|
||||||
|
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue