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
Mods introducing new content into the game.
Furnaces, assembling machines, production chains.
Could add to your mod to include MSP - 30 new Science Packs. would like to see them work together.
I tried to use your mod with the 30+msp. but it does not so the slots for the packs. Some help please.
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
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