Makes the spidertron available once you have access to construction robots.
Small changes concerning balance, gameplay, or graphics.
Transportation of the player, be it vehicles or teleporters.
New ways to deal with enemies, be it attack or defense.
Armors or armor equipment.
Hello!
In the file space-spidertron-changes.lua you set on of the Space Spidertron ingredients to {"efficency-module-2", 10}, while it should actually be {"effectivity-module-2", 10}. It's one of those weird legacy naming thing in Factorio :)
space-spidertron-changes.lua
{"efficency-module-2", 10}
{"effectivity-module-2", 10}
Fixed in 1.3.1
I wonder how that slipped in since I use them in other recipes and got it correctly there.