The new and improved modloader for Cosmic Reach.
- Nanobass, for the Flux-Entites & Flux v6/7 internals that puzzle uses as its api (with a few changes ofc)
- CPW, for the base functionalities of LegacyLauncher aka LaunchWrapper used before it was refactored into oblivion.
look at jitpack for adding this to your project or look at the example mods
Java Example Mod
Kotlin Example Mod
Scala Example Mod
Lua Example Mod
- If you were to contribute to this project you must acknowledge that you are under the LGPLv3 License.
- We use the 4-space tabs provided by the code editor.
- To make a pull request you must provide a description of what you have changed in the pull request.
- If you are to make a mixin that is labeled as an accessor put it in the
src/main/resources/accessors.mixins.json
config, if not put it in thesrc/main/resources/internal.mixins.json
, and if it fixes a game bug put it insrc/main/resources/bugfixes.mixins.json
- The standard date time system in files would be labeled as
yyyy/mm/dd
.