Skip to content

A config library for Minecraft making use of Night Config (TOML) and SpruceUI

License

Notifications You must be signed in to change notification settings

ThePoultryMan/Cactus-Config

Repository files navigation

Hosted By: Cloudsmith

Cactus Config

About

Cactus Config is a library mod for Minecraft.

For Users

If a mod requires Cactus Config but does not include it, you can download it from GitHub releases.

For Developers

To use Cactus Config in a mod project, use the repository and modImplementation as provided below.

Repository

repositories {
    maven {
        name = 'Cactus Config'
        url = 'https://dl.cloudsmith.io/public/carbon-toast/cactus-config/maven/'
    }
}

Dependency

Make sure that you replace VERSION with the most recent version.

dependencies {
    include modImplementation('io.github.thepoultryman:cactus-config:VERSION')
}

Latest version of 'cactus-config' @ Cloudsmith

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.

About

A config library for Minecraft making use of Night Config (TOML) and SpruceUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages