add conveyor assembler recipe (#2007)
* add conveyor assembler recipe * oopsie forgot the circuit * maybe this one?
This commit is contained in:
parent
af4777a6bc
commit
744272a27f
1 changed files with 7 additions and 0 deletions
|
|
@ -1702,6 +1702,13 @@ const registerCreateRecipes = (event) => {
|
|||
E: '#forge:tools/hammers'
|
||||
}).id('create:shaped/chain_conveyor')
|
||||
|
||||
event.recipes.gtceu.assembler('create:chain_conveyor')
|
||||
.itemInputs('2x #forge:large_cogwheels', 'create:andesite_casing', 'gtceu:treated_wood_plate')
|
||||
.itemOutputs('2x create:chain_conveyor')
|
||||
.circuit(20)
|
||||
.duration(20 * 20)
|
||||
.EUt(20)
|
||||
|
||||
event.shaped('2x create:cardboard', [
|
||||
'ABA',
|
||||
'BAB',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue