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:
TomPlop 2025-10-04 11:44:53 -04:00 committed by GitHub
parent 7c3f3b29a1
commit 744f34cda3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 394 additions and 38 deletions

View file

@ -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)