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

@ -104,14 +104,15 @@ global.MARS_BIOMES = [
* @type {string[]} - Block Names
*/
global.TFG_MACHINE_CASINGS = [
//'machine_casing_clean_stainless_steel_desh',
//'machine_casing_desh_ptfe',
'machine_casing_clean_stainless_steel_desh',
'machine_casing_desh_ptfe',
'machine_casing_iron_desh',
//'machine_casing_ptfe_desh',
//'machine_casing_stainless_steel_desh',
//'machine_casing_blue_solar_panel',
//'machine_casing_green_solar_panel',
'machine_casing_red_solar_panel'
'machine_casing_ptfe_desh',
'machine_casing_stainless_steel_desh',
'machine_casing_blue_solar_panel',
'machine_casing_green_solar_panel',
'machine_casing_red_solar_panel',
'machine_casing_mars'
];
/**