Remove the Heat Exchanger (#3500)
* move heat exchanger to core * add deprecetad heat exchanger * forgot quests change * oups * fix titanium requiring nichrome coils * temp
This commit is contained in:
@@ -147,7 +147,7 @@ function registerTFGHVMaterialRecipes(event) {
|
||||
.inputFluids(Fluid.of('gtceu:titanium_tetrachloride', 1000))
|
||||
.itemOutputs(Item.of('gtceu:hot_titanium_ingot', 1), Item.of('gtceu:magnesium_chloride_dust', 6))
|
||||
.duration(20 * 30)
|
||||
.blastFurnaceTemp(2750)
|
||||
.blastFurnaceTemp(2950)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
// Let's also do NaqLine here
|
||||
@@ -158,7 +158,7 @@ function registerTFGHVMaterialRecipes(event) {
|
||||
.itemOutputs(Item.of('gtceu:hot_titanium_ingot', 1))
|
||||
.outputFluids(Fluid.of('gtceu:hydrofluoric_acid', 3000))
|
||||
.duration(20 * 30)
|
||||
.blastFurnaceTemp(2750)
|
||||
.blastFurnaceTemp(2950)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
//#endregion
|
||||
|
||||
@@ -222,7 +222,7 @@ function registerTFGMultiblockRecipes(event) {
|
||||
B: 'gtceu:ev_robot_arm'
|
||||
}).addMaterialInfo().id('tfg:shaped/nuclear_fuel_factory')
|
||||
|
||||
event.recipes.gtceu.shaped('gtceu:heat_exchanger', [
|
||||
event.recipes.gtceu.shaped('tfg:heat_exchanger', [
|
||||
'TUT',
|
||||
'WZW',
|
||||
'GBG'
|
||||
|
||||
@@ -903,7 +903,7 @@ function registerTFGNuclearRecipes(event) {
|
||||
event.recipes.deafission.hb_import('tfg:dense_steam')
|
||||
.inputFluids(Fluid.of('gtceu:dense_steam', 20))
|
||||
.outputFluids(Fluid.of('minecraft:water', 20))
|
||||
.blastFurnaceTemp(1000)
|
||||
.blastFurnaceTemp(910)
|
||||
.addData("hb_energy", 20)
|
||||
.duration(5*20)
|
||||
.hideDuration(true);
|
||||
|
||||
Reference in New Issue
Block a user