There was an error while loading. Please reload this page.
Add the following to your build.gradle:
build.gradle
repositories { maven { url 'https://jitpack.io' } } dependencies { modImplementation "com.github.AdaptorMC:CauldronApi:${project.cauldronapi_version}" }
In your gradle.properties, set:
gradle.properties
cauldronapi_version = [version] // without [ ] 'bracket' cauldronapi_version = 0.1.1
Version :
Replace [version] with the appropriate version of CauldronApi you want to use.