Periodic Madness


This overhaul mod aims to add all the elements of the periodic table to Factorio.

Overhaul
9 days ago
1.1 - 2.0
3.41K
Logistics Combat Armor Mining Fluids Logistic network Manufacturing Power Storage

b Issues with any mod that adds custom science

7 months ago
(updated 7 months ago)

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.

New response