Tags
Creators
Details
All versions
1.21.11-alpha.2.1-neoforge
Beta
The Aether II - 1.21.11-alpha.2.1-neoforge4 months ago 7,899
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
The Aether II - NeoForge - 1.21.11-alpha.2.1
Additions
- Added Arkenium Bars; these come in one regular and 3 Artisan's Bench variants
Changes
- Charms can now be applied to pendants
- Buffed Neptune Armor set-bonus
- The Sentry Boots zephyr protection ability is now mentioned in the item's tooltip
- Tamed animals will no longer die when falling out of The Aether
Fixes
- Fixed Bedrolls exploding when used
- Fixed head rotation of bestiary entity renders being wrong
- Fixed guidebook health display sometimes being inaccurate
- Fixed Skybirch Saplings not growing
Experimental Dungeon Content
[Note: Infected Guardian Tree structure must be spawned in using commands]
- Fixed some Infected Guardian Tree room connection issues
- Reduced average amount of Guardian Tree rooms
- The Guardian Tree is no longer made-up of placeholder blocks
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:JD2NSu5O:Xj4gSNSR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JD2NSu5O:Xj4gSNSR"
}

