Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.3.1+alpha.0.17+24w46a
Alpha
0.3.1+alpha.0.17 devbuild for 24w46a2 years ago 370
Compatibility
Minecraft: Java Edition
24w46a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 4c852976 perf: allow unloading to be cancelled - ishland
- 138c5391 Revert "fix: shortcut existing chunks check" - ishland
- db70e1b5 new: use built-in chunksToSave for enhanced autosave - ishland
- 827ed69d change: use vanilla simulation distance tracking - ishland
- ab17a931 change: get autosave chunk holder from currentChunkHolders - ishland
- 95d0af94 perf: optimize NewChunkHolderVanillaInterface#getLevel - ishland
- 188a7f96 Revert "perf: optimize NewChunkHolderVanillaInterface#getLevel" - ishland
- 329600c9 change: update FlowSched - ishland
- 8c852825 feat: basic deadlock debugging facilities - ishland
- 7326b9ee build: 24w46a - ishland
- 6c5d7819 Merge branch 'dev/1.21.3' into dev/1.21.4 - 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:rFqGqFgQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:rFqGqFgQ"
}

