Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.2.0+alpha.11.57+24w06a
Alpha
0.2.0+alpha.11.57 devbuild for 24w06a2 years ago 748
Compatibility
Minecraft: Java Edition
24w06a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- bceebe5c fix(pain): log changed config and worker parallelism during startup - ishland
- 5a0e8790 fix: uncapped render distance reset - ishland
- 8f0dd51a fix: MC-263340 reintroduced when threaded worldgen is disabled - ishland
- cd4b0de1 new: use FlowSched for task scheduling (#256) - ishland
- 998dc47c perf: consolidate light update notifications - ishland
- 2672e796 perf: thread postComplete for full chunk conversion with asyncScheduling - ishland
- d801a3b4 refactor: use ModifyReturnValue for enhanced autosave - ishland
- ca66ce9f build: fix buildscript for codemc - ishland
- cdfac9be perf: reduce executor locking contention - ishland
- f8c56584 fix: mitigate race condition in onChunkStatusChange callback - ishland
- a43e6377 chore: 2024 - ishland
- f02b51ab change: hide BE mismatch warning behind flag - ishland
- 7c8453aa change: lower requirements for parallelism and render distance - ishland
- 2e0009ef new: check for async entity loading and unloading - ishland
- b1a279df build: 24w06a - ishland
- b46a3d83 Merge branch 'ver/1.20.4' into ver/1.20.5 - 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:83cMDwyA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:83cMDwyA"
}

