small fix for alternator

This commit is contained in:
Dmitry
2024-09-07 15:42:13 +07:00
committed by Xikaro
parent 1305d8d6a6
commit 7bc9939c5a

View File

@@ -35,8 +35,9 @@ const registerGregTechMachines = (event) => {
.pattern(definition => FactoryBlockPattern.start()
.aisle("CWC", "CWC", "#W#")
.aisle("CWC", "K#E", "CWC")
.aisle("CWC", "CWA", "#W#")
.aisle("CWI", "CWA", "#W#")
.where('A', Predicates.controller(Predicates.blocks(definition.get())))
.where('I', Predicates.abilities(PartAbility.IMPORT_ITEMS).setExactLimit(1))
.where('W', Predicates.blocks(GTBlocks.COIL_CUPRONICKEL.get()))
.where("C", Predicates.blocks(GTBlocks.CASING_STEEL_SOLID.get()))
.where('#', Predicates.any())