Description
SimpleOreLib
Summary
This Library mod makes it easy to add ore and handles the generation for you.
build.gradle
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/Minecraftschurli/SimpleOreLib"
credentials {
username = [GITHUB_USER]
password = [GITHUB_TOKEN]
}
}
}
dependencies {
compile fg.deobf("minecraftschurli:SimpleOreLib:[CURRENT_MC_VERSION]-[CURRENT_SIMPLE_ORE_LIB_VERSION]")
}
