All Projects → TeamMetallurgy → Atum2

TeamMetallurgy / Atum2

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Atum2

ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-62.24%)
Mutual labels:  minecraft-mod, minecraft-forge
minecraft-forge-kotlin-template
Minecraft 1.12.2 Mod template using Forge and Kotlin
Stars: ✭ 38 (-61.22%)
Mutual labels:  minecraft-mod, minecraft-forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+21.43%)
Mutual labels:  minecraft-mod, minecraft-forge
Metamorph
Morphing mod for Minecraft 1.12.2
Stars: ✭ 52 (-46.94%)
Mutual labels:  minecraft-mod, minecraft-forge
Levels
A small, Minecraft mod focused around the aspect of weapon and armor leveling.
Stars: ✭ 24 (-75.51%)
Mutual labels:  minecraft-mod, minecraft-forge
Tropicraft
Come sail away!
Stars: ✭ 80 (-18.37%)
Mutual labels:  minecraft-mod, minecraft-forge
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+63.27%)
Mutual labels:  minecraft-mod, minecraft-forge
Equivalent Exchange 3
Stars: ✭ 727 (+641.84%)
Mutual labels:  minecraft-mod, minecraft-forge
RubyMod
RubyMod is an open-source mod, which prioritizes sharing its code to help other modders learn.
Stars: ✭ 15 (-84.69%)
Mutual labels:  minecraft-mod, minecraft-forge
Bettercolors
⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Stars: ✭ 37 (-62.24%)
Mutual labels:  minecraft-mod, minecraft-forge
ElevatorMod
Port of the elevator from OpenBlocks for Minecraft 1.8+
Stars: ✭ 21 (-78.57%)
Mutual labels:  minecraft-mod, minecraft-forge
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (+34.69%)
Mutual labels:  minecraft-mod, minecraft-forge
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-84.69%)
Mutual labels:  minecraft-mod, minecraft-forge
Armourers Workshop
Minecraft armour customization mod.
Stars: ✭ 92 (-6.12%)
Mutual labels:  minecraft-mod, minecraft-forge
Customstuff4
A Minecraft mod for adding content
Stars: ✭ 24 (-75.51%)
Mutual labels:  minecraft-mod, minecraft-forge
Industrial Foregoing
IF: you need to automate all the things
Stars: ✭ 125 (+27.55%)
Mutual labels:  minecraft-mod, minecraft-forge
Cc Tweaked
Just another ComputerCraft fork
Stars: ✭ 331 (+237.76%)
Mutual labels:  minecraft-mod, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+326.53%)
Mutual labels:  minecraft-mod, minecraft-forge
Hypermc
Install Minecraft extensions with a user-friendly interface ⛏💎
Stars: ✭ 27 (-72.45%)
Mutual labels:  minecraft-mod, minecraft-forge
Future-MC
Adds blocks from future versions.
Stars: ✭ 51 (-47.96%)
Mutual labels:  minecraft-mod, minecraft-forge

[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 "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, check the file name of the version you want.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].