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
|
|
@ -110,8 +110,9 @@ function registerTFGPapermakingRecipes(event) {
|
|||
//Beat thermochemically treated hardwood dust into soaked unrefined paper
|
||||
event.recipes.tfc.anvil('tfg:soaked_unrefined_paper', 'gtceu:thermochemically_treated_hardwood_dust', ['hit_last', 'hit_last', 'hit_last'])
|
||||
.id('tfg:anvil/soaked_unrefined_paper')
|
||||
event.recipes.createDeploying(Item.of('tfg:soaked_unrefined_paper').withChance(0.8), ['gtceu:thermochemically_treated_hardwood_dust', '#forge:tools/hammers'])
|
||||
.id('tfg:pressing/soaked_unrefined_paper')
|
||||
event.recipes.greate.pressing(Item.of('tfg:soaked_unrefined_paper'), 'gtceu:thermochemically_treated_hardwood_dust')
|
||||
.recipeTier(0)
|
||||
.id('greate:pressing/soaked_unrefined_paper')
|
||||
event.custom({
|
||||
type: "firmalife:stomping",
|
||||
ingredient: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue