Minecraft SimpleOreLib mod 2026 download
logo
minecraft mod SimpleOreLib

SimpleOreLib

Game Version: 1.15.2
Total Downloads: 446
Updated: Jun 8, 2020
Created: Jan 21, 2020
Download SimpleOreLibDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
simpleorelib-1.15.2-1.3.jar release 49.32 KB Jun 8, 2020 1.15.2 399 download SimpleOreLib simpleorelib-1.15.2-1.3.jar releaseDownload
simpleorelib-1.14.4-1.0.0.0.jar release 8.97 KB Jan 21, 2020 1.14.4 47 download SimpleOreLib simpleorelib-1.14.4-1.0.0.0.jar releaseDownload

Description

Share this:

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]")
}

Comments

Add a comment