changed basin to cast iron ingots so you can actually use the mech press in the bronze age
This commit is contained in:
parent
626bdb0de0
commit
cce674098d
1 changed files with 2 additions and 2 deletions
|
|
@ -155,12 +155,12 @@ const registerCreateRecipes = (event) => {
|
|||
'ABA',
|
||||
'AAA'
|
||||
], {
|
||||
A: '#forge:plates/iron',
|
||||
A: '#forge:ingots/iron',
|
||||
B: '#forge:tools/hammers'
|
||||
}).id('tfg:create/shaped/basin')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:create/basin')
|
||||
.itemInputs('5x #forge:plates/iron')
|
||||
.itemInputs('5x #forge:ingots/iron')
|
||||
.circuit(3)
|
||||
.itemOutputs('create:basin')
|
||||
.duration(200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue