can we use modularmachinery:blockparallelcontroller? QWQ
Rimuru-Tempest opened this issue ยท 1 comments
val machineName as string[] = [
"mythic_processor_alloy_furnace",
"mythic_processor_assembling_machine",
"mythic_processor_compactor",
"mythic_processor_drying_rack",
"mythic_processor_electrolyzer",
"mythic_processor_empowerer",
"mythic_processor_furnace",
"mythic_processor_gearworking_die",
"mythic_processor_isotope_separator",
"mythic_processor_melter",
"mythic_processor_pulverizer",
"mythic_processor_purifier",
"mythic_processor_resonator",
"mythic_processor_rolling_machine",
"mythic_processor_wiremill"
];
for i in machineName {
MachineBuilder.getBuilder(i).setParallelizable(true);
}