The Aether Team presents the original Aether mod! Up to date for modern Minecraft versions and fully compatible with multiplayer. The Aether is a dimension of floating islands high in the sky, where you can begin a new survival adventure packed with new ores, mythical creatures and perilous Dungeons! All you need to do is construct a Glowstone frame and add water to light the mystical portal, and once you step in youβll be transported immediately to the luscious hostile paradise of the Aether! The Aether Team has ensured to maintain the Aether as close to its original state from 2011 as possible, while still making improvements for modern versions. The team also continues to work on the mod's sequel, The Aether II.
If you enjoy our work, please consider making a pledge today to help fund development. Every pledge goes directly into our development process and services, enabling us to continue making the Minecraft mods you know and love.
You can also support the Aether project and The Aether Team by telling your friends, joining our Discord server, and sharing our progress and announcements on social media. Every bit helps!
If you're interested in sponsoring the Aether project or The Aether Team, please contact Oz#1986 on the Aether Community Discord.
The Aether has stable release builds available for 1.19.2, 1.19.4, 1.20.1, 1.20.2, and 1.20.4 on Modrinth and CurseForge.
If youβre feeling a bit more adventurous or wish to help test the in-development versions, we provide bleeding edge builds which are produced on CircleCI. These builds are created for every new commit and contain the latest available code. We do not recommend users treat these builds as releases, as they are unfinished and may contain serious issues. If you wish to download these builds, check out this guide.
To install this mod through GitHub Packages in Gradle for development, you will need the Gradle Github Packages Plugin. To use it, make sure you have access to the Gradle plugins maven and the plugin as a buildscript dependency:
Buildscript Code
settings.gradle
pluginManagement {
repositories {
gradlePluginPortal()
}
}
build.gradle
plugins {
id 'io.github.0ffz.github-packages' version '[1,2)'
}
Then you need to specify the package you want to use in your repository:
Repositories Code
repositories {
...
maven githubPackage.invoke("The-Aether-Team/The-Aether")
}
Then load it through your dependencies, with project.aether_version
specified in the gradle.properties
:
Dependencies Code
dependencies {
...
implementation fg.deobf("com.aetherteam.aether:aether:${project.aether_version}")
...
}
If you're running into bugs or other problems, feel free to open an issue on our issue tracker. When doing so, make sure to use one of the provided templates and fill out all the requested information. Make sure to keep your issue's description clear and concise. Your issue's title should also be easy to digest, giving our developers and reporters a good idea of what's wrong without including too many details. Failure to follow any of the above may result in your issue being closed.
Looking to contribute to the project? We ask that you read over our Contributor's Guide for more details as well as our Contributor License Agreement (CLA) before getting started.
Not sure what to help with? Take a look at our issue tracker for some ideas! Here's a quick link which shows all the currently open issues that we'd love some help on.
If you're wanting to create a gameplay video/review, extension or addon, parody, or any other fan work of your own for The Aether, go for it! We love seeing the content our community creates, and we hope to make it as welcoming as possible for everyone. We ask however that you please don't advertise using our brand (our specific logo assets, team name, official social media posts).
If you are thinking about using the Aether project's code or assets, please note our licensing. All assets of The Aether are unlicensed and all rights are reserved to them by The Aether Team and their respective authors. The source code of The Aether mod for Minecraft 1.7+ is under the LGPL v3.0 license. Any previous versions' source code is unlicensed and all rights are reserved to it by The Aether Team.
If you have a reason that you wish to use our brand or any unlicensed material, please get in contact with Oz#1986 on the Aether Community Discord for details.
The Aether is available in these languages thanks to the following contributors:
Language | Locale | Translators |
---|---|---|
Arabic | (ar_sa) | Leopotion |
Austrian German | (de_at) | Builderdog |
Brazilian Portuguese | (pt_br) | Wanadi, Metal_knight, ZippetTV, CavaleiroDev, Jay_See, cacovil08, arthurdepaulafreitas, leparkorsz |
Chinese Simplified | (zh_cn) | ETStareak, Parallel011, Haku98, minecraftXYZ, LuminaHeinsborough |
Chinese Traditional | (zh_tw) | y830705 |
Czech | (cs_cz) | Aerod, pomi108, bruno.sulc602 |
Dutch | (nl_nl) | Critical, Morgan Hofmann, WarpedCarrot |
European French | (fr_fr) | lololoustau, Beethov46, Aethyus, HidaSharker, ninjdai |
German | (de_de) | HazeWorksOnFiveMServer, Catchears, A1403, DarkBread, KaiLeon8789, alleseinfacher, magiczocker, TotallyABot |
Greek | (el_gr) | Manthos3gr |
Hungarian | (hu_hu) | HedSut |
Indonesian | (id_id) | F640 |
Italian | (it_it) | fabiross096 |
Japanese | (ja_jp) | baguchan, falogonia, yukinosuke.tokyo |
Kazakh | (kk_kz) | snowcore |
Korean | (ko_kr) | minejango2, alligggg44, DataCenter1216, hyuzes, Cinam, smoong951 |
Lithuanian | (lt_lt) | WaryRGMCA |
Malay | (ms_my) | HoodyP |
Mexican Spanish | (es_mx) | Aer-ink, Kidi, Looxond |
Polish | (pl_pl) | DarkKnightComes, Cinex20, damianek1984, mati.makosie, Pufferfish |
Romanian | (ro_ro) | lucatatar321, gigelciobanu205 |
Russian | (ru_ru) | LeyxorCheysen, andreyalex1236, LunarP1, zombi1944, Foxgreat, lonespeaker, davekart0n, paskanius, AEZAMF |
Slovak | (sk_sk) | GaucovyAero |
Spanish | (es_es) | cabaneter |
Swedish | (sv_se) | magicus, 2lay |
Thai | (th_th) | txwfyxa |
Toki Pona | (tok) | leko soko Wijapipapa |
Turkish | (tr_tr) | Dragunovi, egeyesss |
Ukrainian | (uk_ua) | Nerkin, un_roman |
Upside Down British English | (en_ud) | magiczocker |
Vietnamese | (vi_vn) | godkyo98 |
Welsh | (cy_gb) | Plague von Karma |
If you are interested in contributing translations to The Aether, check out our Crowdin and our Discord! If you have contributed translations in the past and your name is missing from the above list, please contact us.
All of our code contribution credits can be found here. If you contributed to the project and do not see your name, please contact us.
The Aether would not be possible without the features provided by the APIs and libraries it implements. Thanks goes to:
Library | Information |
---|---|
Curios API was created by C4. The source can be found at https://github.com/TheIllusiveC4/Curios. The dependency is licensed under LGPL v3. |