Skip to content

Port to Minecraft 1.21.11 & UI Layout Fixes

Latest

Choose a tag to compare

@Partymann2000 Partymann2000 released this 18 Dec 09:27
  • Dependencies: Updated project to Minecraft 1.21.11, Gradle 9.2, and Fabric Loom 1.14.
  • Render Fix: Refactored ServerEntryMixin to match the new 1.21.11 rendering signature (fetching coordinates via getContentX/Y instead of parameters).
  • Input Fix: Updated mouseClicked injection to use the new Click object and MouseInput.
  • UI Layout: Forced server list entry height to 64px using a @Redirect in MultiplayerScreenMixin to provide space for control buttons.
  • Logic: Control buttons are now enabled even if the server status is INCOMPATIBLE, allowing restarts of version-mismatched servers.