mc1.18.1-0.4.0-alpha6
Compatibility
Changes
This release is a minor patch for 0.4.0-alpha5 which fixes a number of reported issues. We're currently working on some pretty big changes for the next major release and are pressed for time, so this patch only a small set of issues.
Highlights
- Lag spikes caused by block updates should be significantly improved
- Fog effects now match those introduced in Minecraft 1.18.1
- Fixed a slow memory leak that would occur from fence objects being leaked
- Server view distance is now respected, preventing discrepancies between client/server
- Biome blending effects have been improved slightly
- World rendering bugs/flickering caused by being far away from world center (i.e. near the world border) no longer occurs
Known issues
- Some parts of the world may not load correctly unless the player exits and loads the world file again
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:AANobbMI:5JyduDNN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:5JyduDNN"
}

