generated from CRModders/cosmic-quilt-example
Cosmic Reach bindings for the Distant Horizons mod
| coreSubProjects@cb0c294df6 | ||
| gradle/wrapper | ||
| quilt | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| jitpack.yml | ||
| license.txt | ||
| readme.md | ||
| settings.gradle | ||
Distant Cosmos
Allows the use of the Distant Horizons mod on Cosmic Reach
Compiling
From the File Explorer:
- Download and extract the project zip
- Download the core from https://gitlab.com/jeseibel/distant-horizons-core and extract into a folder called
coreSubProjects - Open a terminal emulator in the project folder (On Windows you can type
cmdin the title bar) - Run the commands:
./gradlew assemble(You may need to use a.\on Windows) - Merge the jars wih
./gradlew mergeJars - The compiled jar file will be in the folder
Merged
From the command line:
git clone --recurse-submodules https://codeberg.org/CRModders/distant-cosmos.gitcd distant-cosmos./gradlew assemble- Output will be in
build/libs/