Mechanical press (#1243)
* welcome back, mechanical press * EMI category order * langs * quests * emi categories * quests * greate stress settings for the mech press * I got distracted so I guess these are on this branch now * removed welding recipes from the pressurizer * recipe additions and changes for the mech press! * let's go gambling! * added flux to the mech press "welding" recipes
This commit is contained in:
parent
7d9a38d64b
commit
6bf2ad74cd
161 changed files with 623 additions and 280 deletions
|
|
@ -212,6 +212,11 @@ function registerTFCMetalsRecipes(event) {
|
|||
event.recipes.tfc.welding('tfc:jacks', '#forge:rods/brass', '#forge:plates/brass', 2)
|
||||
.id(`tfc:welding/jacks`)
|
||||
|
||||
event.recipes.greate.compacting('tfc:jacks', ['#forge:rods/brass', '#forge:plates/brass', 'tfc:powder/flux'])
|
||||
.heated()
|
||||
.recipeTier(0)
|
||||
.id('greate:compacting/jacks')
|
||||
|
||||
// Декрафт Jacks
|
||||
event.recipes.tfc.heating('tfc:jacks', 930)
|
||||
.resultFluid(Fluid.of('gtceu:brass', 144))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue