Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 8 hours ago
All versions
0.3.0+alpha.0.355+1.21.1
Alpha
0.3.0+alpha.0.355 devbuild for 1.21.111 months ago 6,805
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- d838efae change: lower maxConcurrentChunkLoads for 1.21.1 - ishland
- 6631eb46 change: make threads alloc more aggressive - ishland
- 8bd8ef8e new: allow setting thread priority - ishland
- ddc310f6 fix: properly map simulation distance to vanilla map - ishland
- 91de95fd fix: protect block and light update from reentrance - ishland
- bb8bd92e fix: ServerCore broadcast optimization compat - ishland
- 4fd7812c change: call server.onChunkLoadFailure for failures - ishland
- 4b32833d change: lower block entity warning to debug - ishland
- 5770d2ba perf: filterFluidPostProcessing - ishland
- a2a2289a fix: stop ppl hallucination on task thread dump - ishland
- f1672149 new: low memory mode - ishland
- 49492ad5 new: fully threaded scheduling squashed - ishland
- 8902c6e8 change: cleanup retry stacktraces - ishland
- 7497ea5b new: add elapsed time to task dump - ishland
- e1f1cba9 fix: clear "broken" flag when unloaded but not removed - ishland
- bde1f78f fix: disable optimizeStructureWeightSampler when twilightforest is present - ishland
- 599ad741 new: lowMemoryMode again - ishland
- 6143d1ad fix: enable legacy scheduling for now - ishland
- e0818204 refactor: replace CompletionStage with Completable in status - ishland
- 631aade0 new: preDowngrade hook - 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:gfKw9l3e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:gfKw9l3e"
}

