No description
|
||
---|---|---|
.forgejo/workflows | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
.noai | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
jitpack.yml | ||
license.txt | ||
publish-dev.mjs | ||
readme.md | ||
settings.gradle |
CookieServerUtils Mod
Server sideMod/Plugin for game Cosmic Reach.
Based on the example mod for the Cosmic Quilt Loader
Mod requires
- Cosmic Reach (0.3.2-pre10 +)
- Cosmic Quilt (2.3.1+)
Mod Licensed under licensed under MIT 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 thanimplementation