Circuit Factory - Make More Circuits


A BIG CIRCUIT FACTORY that create a lot of Circuits per minute. It has 18x18 and came with 30 loaders to seems like an inline factory. Can make 8 full belts of eletronic circuit. Build Advanced Circuits and Processing Units too. Now you can blueprint them

Content
3 years ago
0.16 - 1.1
3.43K
Manufacturing

b Productivity modules

5 years ago

I'm using this mod together with The Big Furnace mod. Why can't Circuit Factory accept productivity modules while The Big Furnace can do that? I've tried to tweak the code od this mod to have productivity modules operational but without any success. Can you please release a new version that will accept them?

5 years ago

Yes, please make Productivity Modules useable in the Circuit Factory.

5 years ago

Add this to the end of data.lua

enable_productivity_recipes = {
"electronic-circuit-factory", "advanced-circuit-factory", "processing-unit-factory"
}

for k, v in pairs(data.raw.module) do
if v.name:find("productivity%-module") and v.limitation then
for _, recipe in ipairs(enable_productivity_recipes) do
if data.raw["recipe"][recipe] then
table.insert(v.limitation, recipe)
end
end
end
end

5 years ago

Thank you very very much @Svartrockstomten !!!!
works like a charm

5 years ago

Thanks Svartrockstomten! XD

New response