promotional bannermobile promotional banner

Blockify

Allows users to passthrough their Spotify information into Minecraft

File Details

[26.1.2] Blockify 1.3.0-alpha

  • R
  • May 17, 2026
  • 97.46 KB
  • 339
  • 26.1.2
  • Fabric + 1

File Name

blockify-26.1.2-1.3.0-alpha.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:blockify-579005:8104750"

Quilt

modImplementation "curse.maven:blockify-579005:8104750"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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