Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.3.0+alpha.0.211+24w36a
Alpha
0.3.0+alpha.0.211 devbuild for 24w36a2 years ago 585
Compatibility
Minecraft: Java Edition
24w36a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 7445671d perf: use int32 math rather than int8 - ishland
- 3fef2b47 perf: improve memory layout of InterpolatedNoiseSampler - ishland
- 7bfd314b fix: avoid loading native library when not needed - ishland
- 926f6e8a change: add logging before native call - ishland
- 18314d59 change: make AVX-512 usage opt-in - ishland
- 3095c814 fix: benchmark - ishland
- 9f983de4 docs: update README.md [ci skip] - ishland
- 961d22d7 Merge branch 'feature/nativeaccel-v2' into ver/1.21.1 - ishland
- 7d555732 build: get native builds quieter - ishland
- c5e9678e perf: get slightly more from parallel scheduling - ishland
- c3ea7b8c fix: nativeaccel not properly enabling itself - ishland
- 0e0c8460 fix: enable native acceleration on CI - ishland
- cec6ad4e fix: reproducible builds - ishland
- 8276feba build: reproducible builds attempt 1 - ishland
- 96983cef build: reproducible builds attempt 2 - ishland
- 1a8aa8aa chore: remove unused folder - ishland
- 8f6738b5 fix: vanilla path also called in end islands - ishland
- e74073a1 perf: reduce scheduling pressure - ishland
- cac1f625 build: 24w36a - ishland
- 5ea45e15 Merge branch 'ver/1.21.1' into ver/1.21.2 - 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:1okuP8yY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:1okuP8yY"
}

