Skip to content

Install

Sypztep edited this page Jul 8, 2024 · 3 revisions

Add the following to your build.gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    modImplementation "com.github.AdaptorMC:CauldronApi:${project.cauldronapi_version}"
}

In your gradle.properties, set:

cauldronapi_version = [version] // without [ ] 'bracket' cauldronapi_version = 0.1.1

Version :

Replace [version] with the appropriate version of CauldronApi you want to use.

Clone this wiki locally