HeartDev

Implementation

To implement this library you need to access your build.gradle file in your mod project, and go in the first "repositories" section you find. In here you need to insert this code:

repositories {
maven { url = "https://api.modrinth.com/maven" } // insert this!
}

Then in you "dependencies" section add this code:

dependencies {
implementation("maven.modrinth:heartdev:-version-") //HeartDev implementation!
}

In -version- put the last version available of the library! (for example -version- = 1.0.5)

That's it! Just reload your project and a download of the resources should start!


-> Check out the rest of the wiki to understand how to use the library!