Stops slower. Adds some deceleration instead of almost immediately stopping for supported versions of Cosmic Reach.
Cosmic Player Deceleration is only officially available on CRMM and GitHub. All published version of this mod are both in CRMM and GitHub Releases:
Following are videos and applies to supported versions of Cosmic Reach.
hops-with-mod.mp4
hops-without-mod.mp4
This repository is generated from https://codeberg.org/CRModders/cosmic-quilt-example.
For a wiki on how to use Cosmic Quilt & Quilt, please look at the Cosmic Quilt wiki .
For testing in the developer environment, you can use the ./gradlew run
task
For building, the usual ./gradlew build
task can be used. The mod jars will be
in the build/libs/
folder
- 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.kts
- To add Quilt mods in the build, make sure to use
internal
rather thanimplementation