Update recipes.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
fa51974bc6
commit
73096acc50
1 changed files with 27 additions and 1 deletions
|
|
@ -68,4 +68,30 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
.itemOutputs('4x createaddition:barbed_wire')
|
||||
.duration(200)
|
||||
.EUt(20)
|
||||
}
|
||||
|
||||
// electric motor: EU to SU
|
||||
event.shaped('createaddition:electric_motor', [
|
||||
'CCC',
|
||||
'BAD',
|
||||
'CCC'
|
||||
], {
|
||||
A: 'gtceu:mv_machine_casing',
|
||||
B: 'create:rotation_speed_controller',
|
||||
C: 'gtceu:manganese_phosphide_quadruple_wire',
|
||||
D: 'gtceu:mv_electric_motor',
|
||||
}).id('tfg:electric_motor_mv')
|
||||
|
||||
// alternator: SU to EU
|
||||
event.shaped('createaddition:alternator', [
|
||||
'ABA',
|
||||
'CDC',
|
||||
'EFE'
|
||||
], {
|
||||
A: '#gtceu:resistors',
|
||||
B: '#gtceu:circuits/lv',
|
||||
C: 'gtceu:lv_voltage_coil',
|
||||
D: 'gtceu:mv_machine_casing',
|
||||
E: 'gtceu:manganese_phosphide_quadruple_wire',
|
||||
F: 'create:rotation_speed_controller'
|
||||
}).id('tfg:alternator_mv')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue