Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.2.0+alpha.10.44+23w13a
Alpha
0.2.0+alpha.10.44 devbuild for 23w13a3 years ago 93
Compatibility
Minecraft: Java Edition
23w13a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- fbacd5f2 refactor: rewrite chunk priority system — ishland
- 4a5edf1f refactor: remove priority system from ioSystem.replaceImpl — ishland
- 1ce631cb perf: make lighting considered async in scheduling — ishland
- a56dc926 perf: improve scheduling on chunk IO and sync loads — ishland
- 5e192ddb refactor: move profiling packages — ishland
- 145d685d fix: logspam when creating new chunks — ishland
- 019ec37c fix: properly handle timeout checks in C2MEStorageThread — ishland
- a257d894 Merge branch 'ver/1.19.4' into rewrite/scheduling — ishland
- 167ba27f refactor: merge async scheduling into threaded worldgen — ishland
- 46c1555a perf: improve notickvd loading mechanism — ishland
- f36a36b5 perf: improve notickvd loading scheduling — ishland
- 3c81e0fe build: 23w13a — ishland
- a6e7d768 Merge branch 'ver/1.19.4' into ver/1.20.0 — 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:Tfsv99Ne"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:Tfsv99Ne"
}

