Simple mod that allows user to customize Spidertron's weapon slots. Optionally adds a fifth and sixth weapon slot, and dynamically modifies spidertron recipe to require the new weapons.
In settings.lua you have a setting named "Machine Gun", while func.lua wants to translate "Submachine Gun" into machine gun equipment. So you need to rename one of these. settings.lua: line 14 func.lua: line 6
Good catch! I updated the way the settings were being checked in the latest version (v2.0.5), and didn't notice the discrepancy, since it would fail silently instead of causing an error on load. Should be fixed in v2.0.6