Included content
| Name | Version | |
|---|---|---|
Fixes
Additions
V to toggle the Invisibility Cloak's ability.#accessories_capes, #accessories_gloves, #accessories_miscellaneous, #accessories_pendants, #accessories_rings, #accessories_shields. Addon developers should use these instead of Curios' tags.RecipeType field to ItemUseConversionEvent.Changes
minecraft data directory into the aether data directory.Fixes
ItemUseConversionEvent being called more than it should.Additions
EggLayEvent for addon developers to modify Moa egg laying behavior.ResourceLocationss instead of Strings, allowing addon developers to use their own mod IDs for accessory textures.Changes
Fixes
Additions
is_cold for damage that affects the Sun Spirit.Changes
Fixes
Additions
Changes
Fixes
The Aether has undergone a full code rewrite between 1.12.2 and 1.19.4. A full changelog of everything that has been fixed and improved will be ready for full release, but as of beta we do not have one yet. For more information about the changes, you can ask around our Discord at https://discord.gg/aethermod.
| Name | Version | |
|---|---|---|
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.
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:YhmgMVyu:Jc2hNfUa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YhmgMVyu:Jc2hNfUa"
}