Fix Rod and nerf dry ice (#1982)

Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
TomPlop 2025-10-08 14:46:19 -04:00 committed by GitHub
parent 2befba5fd5
commit f92ded749e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ function registerTFGNuclearRecipes(event) {
.EUt(GTValues.V[GTValues.IV])
*/
event.recipes.gtceu.lathe('tfg:empty_rod')
.itemInputs('gtceu:cobalt_large_restrictive_item_pipe', 'tfg:empty_rod')
.itemInputs('gtceu:cobalt_large_restrictive_item_pipe')
.itemOutputs('tfg:empty_rod')
.duration(20*15)
.EUt(GTValues.VA[GTValues.HV])
@ -293,8 +293,8 @@ function registerTFGNuclearRecipes(event) {
event.recipes.deafission.fission_reactor_processing('tfg:dry_ice')
.itemInputs('tfg:dry_ice')
.blastFurnaceTemp(100)
.addData("heat_per_tick", 10)
.duration(20*1)
.addData("heat_per_tick", 5)
.duration(10)
event.recipes.deafission.fission_reactor_processing('tfg:refrigerant_pellet')
.itemInputs('tfg:refrigerant_pellet')
@ -684,4 +684,4 @@ function registerTFGNuclearRecipes(event) {
*/
}
}