CR_OmniPower_Mod/readme.md
pietru 3dc322b5b8
Some checks failed
/ Auto-Build-App (push) Has been cancelled
update cr to 0.1.21
2024-04-12 17:39:23 +02:00

29 lines
No EOL
997 B
Markdown

# OmniPower Mod
Mod for game Cosmic Reach.\
Based on the example mod for the [Cosmic Quilt](https://codeberg.org/CRModders/cosmic-quilt) Loader
## Mod requires
- Cosmic Reach (0.1.21+)
- Cosmic Quilt (1.2.6+)
- Flux API (0.5.7+)
<br>
<br>
Mod Licensed under licensed under MIT like license. <br>
Check <code>license.txt</code> for details.
## How to test/build
For testing in the dev env, you can use the `gradle run` task
For building, the usual `gradle build` task can ba used\
the output will be in the `build/libs/` folder
## Wiki
For a wiki on how to use Cosmic Quilt & Quilt, please look at the [Cosmic Quilt wiki](https://codeberg.org/CRModders/cosmic-quilt/wiki)
## Notes
- Most project properties can be changed in the `gradle.properties`
- To change author, description and stuff that isnt there, edit `src/main/resources/quilt.mod.json`
- The project name is defined in `settings.gradle`
- To add Quilt mods in the build, make sure to use `quiltMod` rather than `implementation`