Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 565 Bytes

[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.