Fixes ambient occlusion when on surface corners as observed in Cosmic Reach
0.1.43
.
Fix (Mod Installed) | Issue (Cosmic Reach as of 0.1.43) |
---|---|
Corner Ambient Occlusion Fix is only officially available on CRMM and GitHub. All published version of this mod are both in CRMM and GitHub Releases:
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