Skip to content

A new modloader dedicated to make the modding experience for devs easier and possibly interesting

License

Notifications You must be signed in to change notification settings

PuzzleLoader/PuzzleLoader

Repository files navigation

Puzzle Loader

The new and improved modloader for Cosmic Reach.

Credits

  • 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.

Adding to your projects

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

Need help set up your mod?

Contribution

  • 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 the src/main/resources/internal.mixins.json, and if it fixes a game bug put it in src/main/resources/bugfixes.mixins.json
  • The standard date time system in files would be labeled as yyyy/mm/dd.