More fixes to nuclear line (#1477)
* 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 * more fixes to nuclear line * test to increase output
This commit is contained in:
parent
64e6834f07
commit
31d0e68058
2 changed files with 28 additions and 24 deletions
|
|
@ -1266,8 +1266,16 @@ const registerGTCEURecipes = (event) => {
|
|||
|
||||
// TODO: Nano CPU use Nuclear Tritiated Water COMMENTED UNTIL MARS IS OUT
|
||||
/*
|
||||
event.replaceInput({ id: 'gtceu:chemical_reactor/nano_cpu_wafer' }, Fluid.of('gtceu:glowstone'), Fluid.of('gtceu:tritiated_water'))
|
||||
event.replaceInput({ id: 'gtceu:large_chemical_reactor/nano_cpu_wafer' }, Fluid.of('gtceu:glowstone'), Fluid.of('gtceu:tritiated_water'))
|
||||
event.remove({ id: 'gtceu:chemical_reactor/nano_cpu_wafer' })
|
||||
event.remove({ id: 'gtceu:large_chemical_reactor/nano_cpu_wafer' })
|
||||
|
||||
event.recipes.gtceu.chemical_reactor('tfg:nano_cpu_wafer')
|
||||
.inputFluids(Fluid.of('gtceu:tritiated_water', 576))
|
||||
.itemInputs('gtceu:cpu_wafer', '16x gtceu:carbon_fibers')
|
||||
.itemOutputs('gtceu:nano_cpu_wafer')
|
||||
.duration(20*60)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
|
||||
// Remove Plutonium from centrifuging Uranium dust
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue