Fix Rod and nerf dry ice (#1982)
Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
parent
2befba5fd5
commit
f92ded749e
1 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
|||
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue