Links
Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 weeks ago
All versions
3.0.0-beta.2+mc26.2
Beta
SOUL ASCENSION 3.0.0-beta.2 for Minecraft 26.22 weeks ago 35
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Fixed the NeoForge 26.2 item-registration crash caused by constructing items before their IDs were assigned.
- Updated vanilla attribute IDs, recipe ingredients and global loot modifiers to their Minecraft 26.2 formats while retaining compatibility with beta.1 attribute configuration IDs.
- Deferred Soul Lens HUD registration until the Minecraft client window is initialized and now requires U-API 3.0.0-beta.2 with lifecycle-safe HUD registration.
- Isolated development run directories by Minecraft version to prevent older mod sets and worlds from leaking into 26.2 test runs.
Compatibility
- Minecraft: 26.2
- Loader: NeoForge
- Java: 25
- Requires: U-API
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:nIkFUlCR:hO9jfX4j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nIkFUlCR:hO9jfX4j"
}


