add conveyor assembler recipe (#2007)

* add conveyor assembler recipe

* oopsie forgot the circuit

* maybe this one?
This commit is contained in:
Jason Nash 2025-10-11 16:18:37 +01:00 committed by GitHub
parent af4777a6bc
commit 744272a27f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',