Hello,
I found a bug where line 8852 in entity.lua of this mod blocks all other mods that adds custom science packs to the lab.
Specifically:
data.raw["lab"]["lab"].inputs = {"automation-science-pack", "logistic-science-pack","military-science-pack", "pm-advanced-advanced-transition-metal-science-pack" }
It returns the error:
Failed to load mods: Technology XXX: there is no lab that will accept all of the science packs this technology requires.
Where XXX is the technology using the custom science pack.
Please fix this by doing an iterative approach by copying all added science packs to your machine instead of hard-coding them in entity.lua if possible.
Have a nice day.