More Labs


I recreated the an old mod from scratch just so I could use the large lab. Adds a lot of new labs ranging from 3x3 to 27x27 Has support for Bobs module lab, 30+ MSP, and DiScO ScIEnCe

Content
1 year, 3 months ago
1.1
4.22K
Manufacturing

i MSP - 30 new Science Packs

2 years ago

Could add to your mod to include MSP - 30 new Science Packs. would like to see them work together.

2 years ago

I tried to use your mod with the 30+msp. but it does not so the slots for the packs. Some help please.

2 years ago

I have just taken a look with just MSP and my mod enabled and they work perfectly well. Make sure that you are using this MSP as its the one I know works. https://mods.factorio.com/mod/MoreSciencePacks-for1_1

10 months ago

Integration with MoreSciencePacks broken.

Add the following to dataupdates.lua to correct issue:

if mods["MoreSciencePacks-for1_1"] then
for i=1,30,1 do
table.insert(base_inputs, "more-science-pack-" ..i)
end
end

New response