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
|
|
@ -145,6 +145,10 @@ function registerTFGRockRecipes(event) {
|
|||
.itemOutputs(x.cracked)
|
||||
.duration(12)
|
||||
.EUt(8)
|
||||
|
||||
event.recipes.greate.pressing(x.cracked, x.raw)
|
||||
.recipeTier(1)
|
||||
.id(`greate:pressing/${x.raw}_to_${x.cracked}`.replace(/:/g, '_'))
|
||||
})
|
||||
|
||||
// forge hammer
|
||||
|
|
@ -183,6 +187,10 @@ function registerTFGRockRecipes(event) {
|
|||
.itemOutputs(x.hammered)
|
||||
.duration(12)
|
||||
.EUt(8)
|
||||
|
||||
event.recipes.greate.pressing(x.hammered, x.raw)
|
||||
.recipeTier(1)
|
||||
.id(`greate:pressing/${x.raw}_to_${x.hammered}`.replace(/:/g, '_'))
|
||||
})
|
||||
|
||||
// slabs, stairs, walls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue