Skip to content

Releases: erruqie/Blockify

[26.1.2] Blockify 1.3.0-alpha

17 May 17:08

Choose a tag to compare

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? -> in auth success page
  • Remove infinite recursion on 'Connection reset' in put/post/addTrack
  • Properly terminate Spotify polling thread on InterruptedException

[1.21.3] Blockify 1.2.6-unstable

20 Nov 23:24

Choose a tag to compare

  • updated to 1.21.3
  • album cover may be too dark
  • save track by button (L by default)

[1.20.6] Blockify 1.2.5-unstable

09 Jun 10:33

Choose a tag to compare

  • Updated for 1.20.6
    may be unstable

[1.19.2] Blockify 1.2.4.1

23 Nov 13:38

Choose a tag to compare

  • Updated fabric, midnightlib
  • Fixed spam logging
  • Removed join message
  • Tokens file moved

[1.19.2] Blockify 1.2.4

14 Aug 09:03

Choose a tag to compare

  • auto-hide blockify hud when debug is opened
  • updated for 1.19.2

[1.19] Blockify 1.2.3

13 Jul 17:46
d92de9b

Choose a tag to compare

  • Implemented a button for toggling in-game music

[1.19] Blockify 1.2.2

10 Jun 14:29

Choose a tag to compare

  • Updated for 1.19

[1.18.2] Blockify 1.2.1

14 May 18:14

Choose a tag to compare

  • target compatibility reduced to java 16
  • fixed crash on 1.18.2

[1.17-1.18.1] Blockify 1.2.0

08 May 13:36

Choose a tag to compare

* Added the ability to hide the album art

* Localization files will be downloaded when the mod is launched

[1.17x] [1.18x] Blockify 1.1.3

23 Apr 13:08

Choose a tag to compare

  • Implemented Volume Step configuration (#14)