Tags
Creators
Details
6.3.0-BETA-quilt
Compatibility
Changes
This version introduces an overhaul for image handling via the library-image addon. Notable new capabilities include:
- Image stitching support for large scale image distribution.
- Coordinate transformations on images, allowing the configuration of the world position of images.
- More flexible color to biome mappings.
- Distance transform noise sampler, allowing applications such as height maps from pure-black/pure-white images.
- Image source for pipeline v2.
You can find the documentation for this new addon here: https://terra.polydev.org/config/documentation/image/index.html
In addition are the following changes:
- Fixed a bug in pipeline v2 where the correct base biome was not returned, resulting in extrusions incorrectly working.
- Added a new alternative method of calculating slant palettes that better supports overhanging terrain.
- Reduced the amount of caching done by pipeline v2, reducing memory consumption for applicable config packs.
- Fixed relative offset handling for Sponge v2 schematics exported by WorldEdit and Sponge v3 schematics.
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:FIlZB9L0:M6I6zza3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FIlZB9L0:M6I6zza3"
}

