No description
Find a file
pietru 51792fe1d4
Some checks failed
/ Auto-Build-App (push) Failing after 40s
update events
2024-09-19 17:02:27 +02:00
.forgejo/workflows update events 2024-09-19 16:49:22 +02:00
gradle/wrapper first commit 2024-03-29 18:36:48 +01:00
mods update to cr 0.1.22 2024-04-15 19:28:13 +02:00
src/main update events 2024-09-19 16:49:22 +02:00
.gitignore first commit 2024-03-29 18:36:48 +01:00
build.gradle update events 2024-09-19 16:49:22 +02:00
gradle.properties update events 2024-09-19 16:49:22 +02:00
gradlew first commit 2024-03-29 18:36:48 +01:00
gradlew.bat first commit 2024-03-29 18:36:48 +01:00
jitpack.yml first commit 2024-03-29 18:36:48 +01:00
license.txt update license 2024-04-01 23:51:33 +02:00
readme.md add icon 2024-07-29 17:21:03 +02:00
settings.gradle first commit 2024-03-29 18:36:48 +01:00
upload_new_release.gd update events 2024-09-19 16:49:22 +02:00

OmniPower Mod

Mod for game Cosmic Reach.
Based on the example mod for the Cosmic Quilt Loader

Mod requires

  • Cosmic Reach (0.1.24+)
  • Cosmic Quilt (2.0.2+)
  • Flux API (0.5.9+)


Mod Licensed under licensed under MIT like license.
Check license.txt for details.

I call OmniPower license MIT Like cause I belive you can do what you want with it as long as you are not selling it.
By selling I don't mean selling other mod that might use OmniPower Power Action. So as long as you are using OmniPower for API feel free to treat license like MIT.

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

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