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:
parent
e83833bcf5
commit
3c72e94109
39 changed files with 1945 additions and 583 deletions
13
kubejs/startup_scripts/tfg/element.js
Normal file
13
kubejs/startup_scripts/tfg/element.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// 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²³²")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue