neuralgia/kubejs/startup_scripts/tfg/element.js
TomPlop 3c72e94109
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
2025-07-28 20:02:05 +01:00

13 lines
No EOL
268 B
JavaScript

// priority: 0
const registerTFGElement = (event) => {
event.create("thorium_230")
.protons(90)
.neutrons(230)
.symbol("Th²³⁰")
event.create("thorium_232")
.protons(90)
.neutrons(232)
.symbol("Th²³²")
}