This is a simple tooltip mod, mainly extending the current tooltips to the item catalog and when switching with the hotbar.
Cosmic Light Bleed 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
internalrather thanimplementation