Adding Nuclear Fission (#1926)
* Fix Chute Assembler recipe * Fix quest tips beekeper * Fix for wine and jar alloy smelter conflicting recipe * fix to fit #1141 * mistakes were made * Fix jetpack 1 quest mv * Mistake again * Revert the fix on chute * Adding compatibility for nuclear Vazde mod * Add textures to fission rods * Updating fission with Vazde mod * more fixes and add new rotor bismuth * More changes * switch recipes for fission reactor * More fixes for nuclear mod * more fixes * Disable tbu * Nerf Heavy Water cost * Fix alloy
This commit is contained in:
parent
c96c02af23
commit
3d3795f828
18 changed files with 276 additions and 97 deletions
|
|
@ -1232,7 +1232,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
|
||||
//#region Nuclear Controler
|
||||
|
||||
event.shaped('gtceu:fission_reactor', [
|
||||
event.shaped('deafission:fission_reactor_mk1', [
|
||||
'TUT',
|
||||
'WZW',
|
||||
'TUT'
|
||||
|
|
@ -1242,7 +1242,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
U: 'gtceu:hv_field_generator',
|
||||
Z: 'gtceu:ev_machine_hull'
|
||||
}
|
||||
).id('tfg:shaped/fission_reactor')
|
||||
).id('tfg:shaped/fission_reactor_mk1')
|
||||
|
||||
event.shaped('gtceu:nuclear_fuel_factory', [
|
||||
'TUT',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue