Skip to content

Adding to Gradle

Deadlydiamond98 edited this page Aug 2, 2024 · 20 revisions

1.20.1 / 1.21

To add the library to your Project in 1.20.1 / 1.21 add the following

build.gradle

repositories {
    maven {
	name = "Modrinth"
        url = "https://api.modrinth.com/maven"
    }
}

dependencies {
    modImplementation "maven.modrinth:magic-bar-lib:${magic_bar_lib_version}"
}

Clone this wiki locally