Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.2.0+alpha.11.67+24w09a
Alpha
0.2.0+alpha.11.67 devbuild for 24w09a2 years ago 120
Compatibility
Minecraft: Java Edition
24w09a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 693b21b3 build: make life easier by disabling transitive AW - ishland
- 227a3750 new: further increase maximum render distance - ishland
- 03c0429b change: use twice the parallelism for notickvd max concurrent loads - ishland
- 88a605cc perf: limit enhanced autosave iteration to avoid issues with high RD - ishland
- ad4660d4 fix: log async catcher messages in case the offending mod swallows it - ishland
- 4a0a3201 new: add ext_render_distance_v1 protocol for 127+ RD multiplayer - ishland
- 5758a432 build: make life easier by disabling transitive AW - ishland
- 8312fca4 build: 24w09a - ishland
- becb50ed Merge branch 'ver/1.20.4' into ver/1.20.5 - ishland
- b41a821e fix: suppress cancellation exceptions - ishland
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:VSNURh3q:ZwukJJVG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:ZwukJJVG"
}

