Tags
Creators
Details
Licensed CC0-1.0
Published 4 years ago
Updated 3 months ago
All versions
1.3.0-alpha
Release
Blockify 1.3.0-alpha3 months ago 896
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
update to MC 26.1.2 with Mojang mappings, bump to 1.3.0-alpha
- Migrate from Yarn to Mojang official mappings (Minecraft 26.1.2 ships unobfuscated)
- Update Loom plugin (net.fabricmc.fabric-loom 1.16-SNAPSHOT), Gradle 9.5.1, Java 25
- Replace InGameHud mixin with Fabric HudElementRegistry
- Move all client logic from BlockifyMain into BlockifyClient (no main entrypoint)
- Migrate API: Minecraft, Component, KeyMapping, GuiGraphicsExtractor, FormattedCharSequence, etc.
- Drop RenderUtil (album art now drawn via GuiGraphicsExtractor.blit)
- Bump fabric-api 0.149.0+26.1.2, midnightlib 1.9.3+26.1-fabric, loader 0.19.2
Bug fixes carried in:
- Fix matrix stack leak when HUD hidden (push without matching pop)
- Guard volume controls against null hudInfo[6] before parseInt
- Fix OAuth callback URL parsing (handled '=' in code, multiple params)
- Fix typo </body? -> </body> in auth success page
- Remove infinite recursion on 'Connection reset' in put/post/addTrack
- Properly terminate Spotify polling thread on InterruptedException
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:X5aijFqA:e6aVASDm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X5aijFqA:e6aVASDm"
}

