Mods
Mod is short for "modification", and SpaceSlog has been designed from the ground up to be highly moddable.
A mod can range from altered stat values to entirely new items, or even full-blown total conversions.
Setting up your module
Inside the SpaceSlog game source folder, you will see two folders: Data and Modules.
All of the game's core files can be found in Data/Core. You can browse these and make adjustments, though it's always best to create your own mod within the Modules folder.
To do this, simply create a new folder within the Modules folder and give it the same name as your mod.
Inside this folder, you need a Mod_info.json file, which will store the basic info about your modification. You will also need folders containing your mod data, which you can either create yourself, or copy over from the Core folders.