/Atum2

Atum 2: Return to the Sands - Adds an entirely new Egyptian-themed dimension to Minecraft

Primary LanguageJava

[Atum 2]

Download on CurseForge

How to get Atum 2 through maven

Add to your build.gradle:

repositories {
  maven {
    // url of the maven that hosts Atum 2 files
    url "http://girafi.dk/maven/"
  }
}

dependencies {
  // compile against Atum 2
  deobfCompile "com.teammetallurgy.atum:atum2_${mc_version}:${mc_version}-${atum2_version}"
}

${mc_version} & ${atum2_version} can be found here, check the file name of the version you want.