Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 2 days ago
All versions
0.3.0+alpha.0.290+1.21.1
Alpha
0.3.0+alpha.0.290 devbuild for 1.21.12 years ago 27K
Uploaded by
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:
- 321f8a50 perf: more micro optimizations - ishland
- 14cfd95f perf: merge spline calls for same values - ishland
- 173dc039 perf: inline const splines - ishland
- c4144ded perf: revert to packed positions and branch prediction magic - ishland
- d14aaa4a perf: micro optimization for StructureWeightSampler#getMagnitudeWeight - ishland
- 4522dd5c perf: micro optimization for interpolation iteration - ishland
- e0a8b877 fix: equality checks - ishland
- 90c916f4 fix: equality checks for CacheLikeNode - ishland
- a08ed127 perf: density functions are pure - ishland
- 2dd72b16 Merge branch 'ver/1.21.1' into feature/dfc-v0 - ishland
- 150b8c6a change: delay CacheLike application - ishland
- 032f52cf fix: broken cache merging - ishland
- 0b7231df perf: reduce allocation in AquiferSamplerImpl - ishland
- 8e26af82 fix: blending hopefully - ishland
- 74729146 Merge branch 'ver/1.21.1' into feature/dfc-v0 - ishland
- 305288c8 change: disable dfc by default - ishland
- a832bbe1 change: enable dfc for testing - ishland
- 8fdcae8e change: change the compiler export directory - ishland
- 90262cca Merge branch 'ver/1.21.1' into feature/dfc-v0 - ishland
- e03ee7b0 new: introduce density function compiler targetting jvm bytecode (#361) - 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:PC6SfgkD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:PC6SfgkD"
}

