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
|
|
@ -545,6 +545,11 @@ const registerMinecraftRecipes = (event) => {
|
|||
event.recipes.tfc.welding('minecraft:bucket', 'tfc:metal/bucket/red_steel', 'tfc:metal/bucket/blue_steel', 6)
|
||||
.id('tfg:anvil/vanilla_bucket')
|
||||
|
||||
event.recipes.greate.compacting('minecraft:bucket', ['tfc:metal/bucket/red_steel', 'tfc:metal/bucket/blue_steel', 'tfc:powder/flux'])
|
||||
.heated()
|
||||
.recipeTier(0)
|
||||
.id('greate:compacting/vanilla_bucket')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:vanilla/bucket')
|
||||
.itemInputs('#forge:plates/red_steel', '#forge:plates/blue_steel')
|
||||
.circuit(6)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue