All versions
2.4.4
Release
Ascend 2.4.4last week 28
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Switched Iron's Spellbooks 3.16.2 to its current Curse Maven artifact because the legacy API-classifier coordinate is no longer published.
- Removed obsolete Caelus and Curios API-classifier dependencies and compile against their current full artifacts.
- Updated Forge to 47.4.22, Iron's Spellbooks to 3.16.2, GeckoLib to 4.8.4, Curios to 5.14.1, and Caelus to 3.2.0. Updated Mind & Motion and the Skill Engine development runtime addon to 1.4.5.
- Centralized the Mind & Motion and Skill Engine versions in gradle.properties.
- Persisted fortitude max-health modifiers so saved current health above the vanilla 20 HP limit is retained when players rejoin.
- Restored full modified health again on the first server tick after login or death respawn to prevent later lifecycle initialization from reverting it to 20 HP.
Optional dependencies
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:Mjpj9PWl:1MVhMCmP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mjpj9PWl:1MVhMCmP"
}



