fixed ostrum machine casing recipe (#2427)
Signed-off-by: FlightingFalcon <100160941@ccisd.net> Co-authored-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
389c084ee5
commit
cfe7ad1b6f
1 changed files with 2 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ function registerTFGNuclearRecipes(event) {
|
|||
//#endregion
|
||||
|
||||
//#region Cooling Tower
|
||||
/*
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:ostrum_carbon_casing')
|
||||
.itemInputs('2x #forge:plates/ostrum', '2x #forge:plates/titanium_carbide', '#forge:dense_plates/hsla_steel', '#forge:frames/black_steel')
|
||||
.itemOutputs('2x tfg:casings/machine_casing_ostrum_carbon')
|
||||
|
|
@ -440,6 +440,7 @@ function registerTFGNuclearRecipes(event) {
|
|||
.duration(20 * (2.5))
|
||||
.EUt(GTValues.VH[GTValues.LV])
|
||||
.addMaterialInfo(true)
|
||||
/*
|
||||
|
||||
event.recipes.gtceu.mixer('tfg:thermally_conductive_fluid')
|
||||
.itemInputs('7x #forge:dusts/gallium', '2x #forge:dusts/tin', '#forge:dusts/zinc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue