Tags
Creators
Details
All versions
1.8.18+26.3-pre-3
Release
Worlds 1.8.18+26.3-pre-32 weeks ago 22
Compatibility
Minecraft: Java Edition
26.3-pre-3
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Added
- Support for Minecraft 26.3 Pre-Release 3 (Fabric API 0.160.1+26.3).
ServerLevelProvider.createLevelStem, a recovery hook called only when a world's stored generator could not be read. A provider whose generation is determined by the world id and seed can rebuild one there instead of the world being skipped.mc-worlds:defaultdoes not implement it.
Fixed
- A world whose stored generator cannot be decoded no longer loses it. The undecodable
level_stemis kept as-is and written back unchanged, so the world recovers once whatever supplied that generator is present again. Such a world is skipped with an error in the log if its provider cannot rebuild a generator, instead of failing server startup andMinecraftServer.getLevel.
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:rDdf0tz6:CPOfwv6E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rDdf0tz6:CPOfwv6E"
}

