Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.3.4+alpha.0.30+25w21a
Alpha
0.3.4+alpha.0.30 devbuild for 25w21alast year 808
Compatibility
Minecraft: Java Edition
25w21a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 92a710f4 new: fully threaded scheduling - ishland
- 7b58b1da fix: some performance issues - ishland
- 38647703 perf: slightly more perf - ishland
- 90ea98f8 fix: small leak - ishland
- 44b2b53a perf: ever so slightly faster - ishland
- 47147991 fix: another fix for concurrency - ishland
- eb9ff302 change: use inlined AtomicBoolean - ishland
- 9207f963 perf: consolidate level update notifications - ishland
- c91858de perf: more faster - ishland
- de8f6d7e change: enable lowMemoryMode by default - ishland
- 06c51bb8 perf: reduce background executor dispatch - ishland
- 86977bbf change: rename lowMemoryMode to !useLegacyScheduling - ishland
- 7870d4be fix: missed synchronization - ishland
- 7e571abb perf: track ticket size in a separate array - ishland
- f2707da4 Merge branch 'feature/fully-threaded-sched' into dev/1.21.5 - ishland
- bda4198f change: cleanup retry stacktraces - ishland
- 063d855c Merge branch 'dev/1.21.5' into dev/1.21.6 - ishland
- 63cc7d4d build: 25w21a - 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:aRwzS4Dq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:aRwzS4Dq"
}

