small fix for alternator
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user