- Moved red steel flask recipe
This commit is contained in:
parent
17b4391542
commit
f7831ef436
2 changed files with 6 additions and 5 deletions
|
|
@ -330,9 +330,4 @@ function registerTFCMetalsRecipes(event) {
|
|||
.EUt(GTValues.VA[GTValues.LV])
|
||||
})})
|
||||
//#endregion
|
||||
event.remove({id: 'waterflasks:heating/red_steel_unfinished_red_steel_flask'})
|
||||
|
||||
event.recipes.tfc.heating('waterflasks:unfinished_red_steel_flask', 1500)
|
||||
.resultFluid(Fluid.of('tfc:metal/red_steel', 144))
|
||||
.id('waterflasks:tfc/heating/unfinished_red_steel_flask')
|
||||
}
|
||||
|
|
@ -24,6 +24,12 @@ const registerWaterFlasksRecipes = (event) => {
|
|||
.useDurability(true)
|
||||
.id(`waterflasks:heating/red_steel_flask`)
|
||||
|
||||
event.remove({id: 'waterflasks:heating/red_steel_unfinished_red_steel_flask'})
|
||||
event.recipes.tfc.heating('waterflasks:unfinished_red_steel_flask', 1535)
|
||||
.resultFluid(Fluid.of('tfc:metal/red_steel', 144))
|
||||
.useDurability(true)
|
||||
.id('waterflasks:tfc/heating/unfinished_red_steel_flask')
|
||||
|
||||
//#region Кожанная фласка
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:water_flasks/leather_flask')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue