Change Fission Progression (#2040)

This commit is contained in:
TomPlop 2025-10-15 15:37:10 -04:00 committed by GitHub
parent f5ad5f091c
commit 2a97ad0b72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 88 additions and 47 deletions

View file

@ -338,6 +338,7 @@ function registerTFGNuclearRecipes(event) {
event.recipes.gtceu.assembler('tfg:tetrafluoroethane_gem')
.itemInputs(Item.of('tfg:tetrafluoroethane_gem', 1))
.itemInputs(Item.of('tfg:polycaprolactam_fabric', 16))
.inputFluids(Fluid.of('gtceu:radon', 5))
.itemOutputs(Item.of('tfg:refrigerant_pellet', 1))
.EUt(GTValues.VA[GTValues.EV])
.duration(20*17)