added assembler recipes for most create things, made steam engines, blaze burners, and alternators cheaper, made firmaciv sails use any fabric
This commit is contained in:
parent
b9af0c3afe
commit
26438a6165
3 changed files with 270 additions and 29 deletions
|
|
@ -81,15 +81,15 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
}).id('tfg:createadditions/shaped/electric_motor')
|
||||
|
||||
event.shaped('createaddition:alternator', [
|
||||
'AEA',
|
||||
'ABA',
|
||||
'CDC',
|
||||
'BFB'
|
||||
'EFE'
|
||||
], {
|
||||
A: '#gtceu:resistors',
|
||||
B: '#gtceu:circuits/lv',
|
||||
C: 'gtceu:ulv_voltage_coil',
|
||||
D: 'gtceu:lv_machine_hull',
|
||||
D: 'gtceu:ulv_machine_hull',
|
||||
E: 'gtceu:tin_single_cable',
|
||||
F: 'greate:steel_shaft'
|
||||
F: '#tfg:shafts'
|
||||
}).id('tfg:createadditions/shaped/alternator')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue