Finishing adding the Fission Reactor to TFG (#1951)
* Some cleaning * Some multiblocks change * more changes * More changes to nuclear line adding coolant * Graphite line * Last changes to Fission Line * Finishing the nuclear line * add impure moderator * fix removal of plutonium * fix Tag Prefix
This commit is contained in:
parent
7c3f3b29a1
commit
744f34cda3
38 changed files with 394 additions and 38 deletions
|
|
@ -140,6 +140,8 @@ function registerTFGSpaceOres(event) {
|
|||
.duration(20 * 45)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
//#region Mars Ores Line
|
||||
|
||||
// Ostrum Harvester
|
||||
|
||||
event.recipes.gtceu.ostrum_harvester(`tfg:ostrum_harvesting`)
|
||||
|
|
@ -155,7 +157,7 @@ function registerTFGSpaceOres(event) {
|
|||
// Ostrum Linear Accelerator Recipes
|
||||
|
||||
event.recipes.gtceu.ostrum_linear_accelerator('tfg:ostrum_transformation')
|
||||
.inputFluids('gtceu:residual_radioactive_concoction 1000')
|
||||
.inputFluids('gtceu:residual_radioactive_concoction 100')
|
||||
.itemInputs('32x #forge:dusts/ostrum')
|
||||
.chancedFluidOutputLogic($ChanceLogic.XOR)
|
||||
.chancedFluidOutput('gtceu:lightweight_ostrum_vapor', 6000, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue