No description
Find a file
pietru 6ed005b71e
Some checks failed
/ Auto-Build-App (push) Has been cancelled
update for flux to 0.5.7
2024-04-12 17:33:53 +02:00
.forgejo/workflows add autobuilds 2024-03-31 16:15:16 +02:00
gradle/wrapper first commit 2024-03-29 18:36:48 +01:00
mods update for cq to 2.0.0 2024-04-12 17:00:38 +02:00
src/main update for cq to 2.0.0 2024-04-12 17:00:38 +02:00
.gitignore first commit 2024-03-29 18:36:48 +01:00
build.gradle update for flux to 0.5.7 2024-04-12 17:33:53 +02:00
gradle.properties update for flux to 0.5.7 2024-04-12 17:33:53 +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 update for cq to 2.0.0 2024-04-12 17:00:38 +02:00
settings.gradle first commit 2024-03-29 18:36:48 +01:00

OmniPower Mod

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

Mod requires

  • Cosmic Reach (0.1.20+)
  • Cosmic Quilt (1.2.6+)
  • Flux API (0.5.5+)


Mod Licensed under licensed under MIT like license.
Check license.txt 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

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