Tags
Creators
Details
2.1.1
Compatibility
Required content
Changes
Preview decodes AV1 payloads, plus full-color wiki coverage
/loominary preview used to copy the first 16,384 bytes after the manifest onto the map, which is only correct for raw payloads; an AV1 tile (lossless, lossy, full-color sRGB, or composite) carries a compressed stream there, so a static AV1 tile previewed as garbage. Preview now routes AV1 payloads through the real decode pipeline, the same one the scanner uses.
- The wiki gained a Full color (sRGB) deep-dive page and full-color sections across the import, editing, export, codec, animation, and FAQ pages, with new screenshots from both rigs, including a palette-versus-full-color comparison of the same art on real in-game maps.
- The screenshot harnesses grew to match: the web rig shoots the color-mode step, the color panel, and the sRGB export panel; the game rig loads a committed sRGB demo state (
node web/scripts/gen-docs-srgb-state.mjs) and photographs it decoded in an item frame.
Optional dependencies
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:WeegFlra:1ZzMFPQe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WeegFlra:1ZzMFPQe"
}


