This repository houses several of my public mods for Eco, and because of the dependencies between them they share a single repo for ease of updating them.
You can find out more in their individual project folders.
This is a library for help other mods be compatible with each other.
This is a mod that gives various quality-of-life improvements to players if they invest in high tier food and housing.
This is a library to help mods replace interaction parameters or replace the implementation of interactions without overriding the file.
This is a library my other mods use to help run automated tests.
"Replacement Interactions" and "Eco Test Tools" are licensed under Apache 2.0 because they are simply too small in scope and usage to bother with anything more substantial.
Ecompatible is licensed under the GNU Lesser General Public License (LGPL). I've chosen this license because the project is intended to be a shared resource for multiple mods from independent authors. LGPL ensures that:
- Improvements to the library by others are shared and able to be used by all other modders.
- If at any point I no longer keep the project up to date then others will be able to take it on to provide continued support to mods that depend on it.
- Using the library does not limit which licenses a modder can publish their mod under, unlike GPL.
XP Benefits is distributed without a license. However, that doesn't mean I have an issue with you making and sharing changes to the code.
Thank you for reading.