Allows the use of certain Minecraft stuff in Cosmic Reach (such as blocks)
Find a file
2024-05-04 11:54:06 +00:00
gradle/wrapper Initial commit 2024-05-04 11:54:06 +00:00
src/main Initial commit 2024-05-04 11:54:06 +00:00
.gitignore Initial commit 2024-05-04 11:54:06 +00:00
build.gradle Initial commit 2024-05-04 11:54:06 +00:00
gradle.properties Initial commit 2024-05-04 11:54:06 +00:00
gradlew Initial commit 2024-05-04 11:54:06 +00:00
gradlew.bat Initial commit 2024-05-04 11:54:06 +00:00
jitpack.yml Initial commit 2024-05-04 11:54:06 +00:00
license.txt Initial commit 2024-05-04 11:54:06 +00:00
readme.md Initial commit 2024-05-04 11:54:06 +00:00
settings.gradle Initial commit 2024-05-04 11:54:06 +00:00

Cosmic Quilt Example Mod

The example mod for the Cosmic Quilt Loader

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 be 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 is not 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 internal rather than implementation