Change Fission Progression (#2040)
This commit is contained in:
parent
f5ad5f091c
commit
2a97ad0b72
5 changed files with 88 additions and 47 deletions
|
|
@ -1675,9 +1675,16 @@ const registerGTCEURecipes = (event) => {
|
|||
.EUt(GTValues.VA[GTValues.EV])
|
||||
|
||||
|
||||
// New Alloys For Turbines
|
||||
// New Alloys
|
||||
|
||||
event.recipes.gtceu.mixer('tfg:tungsten_bismuth_oxide_composite')
|
||||
.itemInputs('1x #forge:dusts/iodine', '2x #forge:dusts/ostrum')
|
||||
.itemOutputs('3x #forge:dusts/ostrum_iodide')
|
||||
.duration(20 * 12)
|
||||
.circuit(1)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
|
||||
event.recipes.gtceu.mixer('tfg:ostrum_iodide')
|
||||
.itemInputs('2x #forge:dusts/bismuth', 'gtceu:tungsten_dust')
|
||||
.inputFluids(Fluid.of('gtceu:oxygen', 3000))
|
||||
.itemOutputs('3x tfg:tungsten_bismuth_oxide_composite_dust')
|
||||
|
|
|
|||
|
|
@ -1252,13 +1252,14 @@ function registerGTCEuMachineRecipes(event) {
|
|||
event.shaped('gtceu:heat_exchanger', [
|
||||
'TUT',
|
||||
'WZW',
|
||||
'TBT'
|
||||
'GBG'
|
||||
], {
|
||||
T: 'gtceu:high_temperature_smelting_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:ev_sensor',
|
||||
Z: 'gtceu:ev_machine_hull',
|
||||
B: 'gtceu:ev_fluid_regulator'
|
||||
B: 'gtceu:ev_fluid_regulator',
|
||||
G: '#forge:gears/ostrum_iodide'
|
||||
}
|
||||
).id('tfg:shaped/heat_exchanger')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue