Science Pack Galore

by Semenar

Add lots of types of science packs to spice up your set-ups with additional production lines! Includes 36 new science packs.

2 years ago
1.1
1.45K

g missed packs in SpaceX

2 years ago

in SpaceX sciences did no add 32, 33, 34, 36 science packs.

2 years ago

It is working as intended; the last few packs mostly appear only on infinite technologies, for which you need all 36.

2 years ago

If you want to add all science packs to SpaceX sciences when your mod is enabled, you can loop over tool category (this is the one that contains science packs).
Maybe something like that:

for key, _ in pairs(data.raw.tool) do
bobmods.lib.tech.add_new_science_pack(technology, key, 1)
end

New response