All versions
3.0+26.1
Alpha
[26.1] Nine lifes 3.05 months ago 67
Compatibility
Minecraft: Java Edition
26.1-snapshot-9
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Breaking changes
- End of support for 1.21.6-1.21.9. Nine Lifes now requires 1.21.10+
- Rewrite config to YACL instead of MidnightLib
Version updates
- 26.1-snapshot-9
- Bump Fabric Loader version to 0.18.4
- Bump Fabric Language Kotlin version to 1.13.9+kotlin.2.3.10
- Minimal Fabric API Version changes:
- 0.143.5 (26.1-snapshot-9)
- 0.141.3 (1.21.11)
- 0.138.3 (1.21.10)
Bug fixes
- Hardcore buttons when player ate charged amethyst with 1 life
- Hardcore title don't appear when game over
Optimisations
- Use Fabric Api events for bed sleeping problems instead of Mixin's
Dev
- Bump fabric loom version to 1.15.4
- Bump Kotlin version to 2.3.10
Optional dependencies
Supplementary resources
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:eVHgznon:EGr8QeXu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eVHgznon:EGr8QeXu"
}




