This is an example mod for Cosmic Reach game based on Fabric Mod Loader.
- Load the Gradle project in IntelIJ
- Move the main game jar into the /run folder and rename it to "cosmic-reach.jar"
- Run modLoader:buildAndCopy. It should create .jar file in the run folder
- Make sure the launch.bat/launch.sh is referencing a java 17 executable
- Run examplemod:runClient task. It should launch the game.
- There's no automatic way for it currently. You need to manually decompile the game jar with JD-gui or other decompilers and export it sources.
- Then you need to choose them with IntelIj.
- EliteMasterEric for the original template
- KaboomRoads for making MixinExtras work and fixing a lot of stuff