No description
Find a file
pietru e2adbc4070
Some checks failed
/ Auto-Build-App (push) Failing after 46s
update scripts for 0.4.12
2025-06-30 11:12:13 +02:00
.forgejo/workflows make auto build use commit name 2024-11-05 10:40:36 +01:00
gradle/wrapper update scripts for 0.4.12 2025-06-30 11:12:13 +02:00
src/main add static text 2025-05-10 22:03:41 +02:00
.gitignore first commit 2024-10-10 13:19:44 +02:00
.noai bump version, add file to make sure no idea ai starts 2025-04-21 12:58:25 +02:00
build.gradle update scripts for 0.4.12 2025-06-30 11:12:13 +02:00
gradle.properties update scripts for 0.4.12 2025-06-30 11:12:13 +02:00
gradlew first commit 2024-10-10 13:19:44 +02:00
gradlew.bat first commit 2024-10-10 13:19:44 +02:00
jitpack.yml first commit 2024-10-10 13:19:44 +02:00
license.txt first commit 2024-10-10 13:19:44 +02:00
publish-dev.mjs update publish script 2025-02-20 13:53:32 +01:00
readme.md add setup, add setting and clearing groups 2024-10-28 09:41:24 +01:00
settings.gradle first commit 2024-10-10 13:19:44 +02:00

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 than implementation