diff --git a/kubejs/startup_scripts/gregtech/machines.js b/kubejs/startup_scripts/gregtech/machines.js index f8d48cda3..a631a5555 100644 --- a/kubejs/startup_scripts/gregtech/machines.js +++ b/kubejs/startup_scripts/gregtech/machines.js @@ -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())