Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teammetallurgy/atum2
- Owner: TeamMetallurgy
- Created: 2018-05-01T16:55:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T22:29:34.000Z (7 months ago)
- Last Synced: 2024-10-14T07:01:06.238Z (30 days ago)
- Topics: atum, minecraft, minecraft-forge, minecraft-mod
- Language: Java
- Homepage:
- Size: 13.5 MB
- Stars: 107
- Watchers: 11
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
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.