For this to be work you must have Curse Maven added to your dev environment, you can find out how to add that here : https://www.cursemaven.com/
Put this code in your build.gradle:
repositories { maven { url "https://www.cursemaven.com" } }
dependencies {
modImplementation "curse.maven:tipsylib-${tipsylib_version}"
}
Versions
A list of versions can be found on the Curseforge page. The version properties can be set in gradle.properties.
Here is an example of the properties being set for v1.0.1 in gradle.properties
tipsylib_version=880879:5253649
If you don't want to use Curse Maven, you can use Modrinth maven instead!
This page explains the entire process for you! https://support.modrinth.com/en/articles/8801191-modrinth-maven
Versions
A list of versions can be found on the Modrinth page. The version properties can be set in gradle.properties.
Here is an example of the properties being set for v1.0.1 in gradle.properties
tipsylib_version=880879:5253649
If you get stuck or have any problems feel free to join my Discord Server for help!