Cactus Config is a library mod for Minecraft.
If a mod requires Cactus Config but does not include it, you can download it from GitHub releases.
To use Cactus Config in a mod project, use the repository and modImplementation as provided below.
repositories {
maven {
name = 'Cactus Config'
url = 'https://dl.cloudsmith.io/public/carbon-toast/cactus-config/maven/'
}
}
Make sure that you replace VERSION with the most recent version.
dependencies {
include modImplementation('io.github.thepoultryman:cactus-config:VERSION')
}
Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.