Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated last month
All versions
1.1.0
Release
Block Image Renderer 1.1.0last month 28
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Support 26.2
Changes
- Retargeted the HUD extraction mixin: 26.2 moved
extractRenderState(GuiGraphicsExtractor, DeltaTracker)fromGuito the newHudclass. - Adapted to 26.2 API changes: colored banner items are now a
ColorCollection, and the main render target moved toGameRenderer.
Fixes (affected 26.1 too)
- The dump could wedge at 100% — no "Done" message, F7/F8 unresponsive, and the forced GUI scale never restored. Completion is now detected as soon as the last capture lands.
fabric.mod.jsondeclared its constraints underdependenciesinstead ofdepends, so Fabric ignored them (and warned at startup).
I've also added a "Porting to a new Minecraft version" guide to CONTRIBUTING.
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:uG52EqRY:N8D8dVAF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uG52EqRY:N8D8dVAF"
}

