Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teammetallurgy/atum2

Atum 2: Return to the Sands - Adds an entirely new Egyptian-themed dimension to Minecraft
https://github.com/teammetallurgy/atum2

atum minecraft minecraft-forge minecraft-mod

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# [Atum 2]

Download on [CurseForge](https://minecraft.curseforge.com/projects/atum)

How to get Atum 2 through maven
---
Add to your build.gradle:
```gradle
repositories {
maven {
// url of the maven that hosts Atum 2 files
url "https://girafi.dk/maven/"
}
}

dependencies {
// compile against Atum 2
compile fg.deobf("com.teammetallurgy.atum:atum2_${mc_version}:${mc_version}-${atum2_version}")
}
```

`${mc_version}` & `${atum2_version}` can be found [here](https://girafi.dk/maven/com/teammetallurgy/atum/), check the file name of the version you want.