revert spout change?
This commit is contained in:
parent
057ce3103c
commit
4fedc0c4ef
1 changed files with 2 additions and 2 deletions
|
|
@ -316,14 +316,14 @@ const registerCreateRecipes = (event) => {
|
|||
' A ',
|
||||
' A '
|
||||
], {
|
||||
A: '#forge:plates/rubber',
|
||||
A: '#forge:foils/rubber',
|
||||
B: 'create:fluid_tank',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:tools/screwdrivers'
|
||||
}).id('tfg:create/shaped/spout')
|
||||
|
||||
event.recipes.gtceu.assembler('create:spout')
|
||||
.itemInputs('create:fluid_tank', '2x #forge:plates/rubber')
|
||||
.itemInputs('create:fluid_tank', '2x #forge:foils/rubber')
|
||||
.itemOutputs('create:spout')
|
||||
.duration(50)
|
||||
.circuit(2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue