Adding Nuclear Line on Mars (#1467)

* Adding the Nuclear Line CPU Wafer

* merge

* Revert "merge"

This reverts commit b29b5e324f587042a7aad01a49cfdf63b33ab7b4.

* revert

* Revert "revert"

This reverts commit 38376879b37a1150bd84dfa524621c2ffe6350db.

* no change weird things happening to me

* add fluid textures

* Modification of nuclear line

* fix conflict for fluids

* first balance change

* fix conflict with recipes.rocks

* Nuclear Line

* Add the bromine line and more fixes

* Fully added back the bromine line

* Add nuclear energy line and more fixes

* fix conflit

* Add back the recipes change to gtceu for nuclear

* revert

* fix conflict

* One last try

* Adjust Reactor rates

* Added change to uranium dust commented out until Mars Update

* Remove long rod from nuclear pellet
This commit is contained in:
TomPlop 2025-07-28 15:02:05 -04:00 committed by GitHub
parent e83833bcf5
commit 3c72e94109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 1945 additions and 583 deletions

View file

@ -48,6 +48,13 @@ function registerTFGSpaceRecipes(event) {
.duration(20*60*30)
.EUt(16)
event.recipes.gtceu.gas_collector('mars')
.circuit(3)
.outputFluids(Fluid.of('gtceu:carbon_dioxide', 10000))
.dimension('ad_astra:mars')
.duration(20*10)
.EUt(16)
// Aqueous accumulator
let aaCircuit = 1;