Skip to content

Releases: lunabot9/FloydAddons

FloydAddons 2.4.8 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@github-actions github-actions released this 15 Aug 11:37

FloydAddons 2.4.8

This release adds a guided SkyBlock Level 7 route, refreshes FloydAddons' menu
presentation, and fixes interaction and layout problems across both GUI styles for
Minecraft 26.1, 26.1.2, and 26.2.

Changes in this release:

  • Added a persistent 119-step SkyBlock Level 7 guide with a movable HUD, automatic
    progress detection, manual previous/next/reset controls, and live Treecapitator
    lowest-BIN guidance from SkyCofl.
  • Redesigned the custom main-menu background around FloydAddons' amber palette with
    animated stars, aurora curtains, reflective water, and updated color defaults.
  • Fixed custom and styled vanilla menu text alignment by measuring the exact NanoVG
    render path and using stable widget/title slots for centered labels.
  • Fixed ClickGUI layouts retaining stale wrapped rows after enough horizontal space
    becomes available, and kept narrow fallback layouts visible by collapsing their
    default panels into compact header rows.
  • Expanded boolean-setting clicks to the full setting row in the modern ClickGUI.
  • Improved the legacy GUI with working popup slider/color/title dragging, responsive
    navigation buttons, safer text and selector layouts, visible scrollbars and
    truncation indicators, and accurate numeric-input cursor placement.
  • Added regression coverage for the guide route and Treecapitator price parser, menu
    shader/layout behavior, and stale ClickGUI row recovery.

Downloads:

  • FloydAddons-2.4.8-26.1.jar for Minecraft 26.1
  • FloydAddons-2.4.8-26.1.2.jar for Minecraft 26.1.2
  • FloydAddons-2.4.8-26.2.jar for Minecraft 26.2
  • SHA256SUMS-v2.4.8.txt for artifact verification

Modrinth builds require both Fabric API and Fabric Language Kotlin.

FloydAddons 2.4.7 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@github-actions github-actions released this 12 Aug 07:30

FloydAddons 2.4.7

This compatibility release fixes a crash when opening Devonian's HUD editor across
Minecraft 26.1, 26.1.2, and 26.2.

Changes in this release:

  • Fixed the SkyBlock Pack Disabler item-model hook assuming every rendered item has an
    item-model identifier.
  • Added safe pass-through behavior for synthetic cross-mod HUD previews, including
    Devonian's Barrier preview item.
  • Prevented the resulting emergency crash path that appeared to freeze on
    Saving World.
  • Added regression coverage for missing item-model identifiers while preserving the
    existing Hypixel SkyBlock replacement behavior.

Verified live with Devonian 1.28.9 and the SkyBlock Pack Disabler enabled.

Modrinth builds require both Fabric API and Fabric Language Kotlin.

FloydAddons 2.4.6 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:58

FloydAddons 2.4.6

This release adds new SkyBlock render helpers, restores the independent Floyd GUI flow,
and fixes panel/text controls across Minecraft 26.1, 26.1.2, and 26.2.

Changes in this release:

  • Added a standalone Sparkling Critter ESP with local loaded-entity detection, optional
    tracers and hitboxes, chat coordinates, and migration from the previous Mob ESP toggle.
  • Added a movable, resizable tree-fell HUD notification for WOODPECKER, PETALFALL, and
    TIMBER messages.
  • Added a customizable Scoreboard Larp footer to Custom Scoreboard and ensured layout
    caches refresh immediately when the text changes.
  • Restored the Floyd GUI hub for the Floyd/legacy commands and keybind while keeping the
    panel-based ClickGUI available independently.
  • Fixed editable string settings so their text, caret, selection, and click focus use the
    rendered field bounds.
  • Split panel blur enable switches from blur-kernel selectors, migrated older configs,
    and repaired rounded backdrop blur rendering for Floyd panels and the scoreboard.
  • Expanded live-control state and regression coverage for the new modules, configuration
    migrations, blur options, scoreboard footer, and text input behavior.

Modrinth builds require both Fabric API and Fabric Language Kotlin.

FloydAddons 2.4.5 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:21

FloydAddons 2.4.5

This release finishes the ClickGUI text and layout cleanup across search fields,
setting rows, and Minecraft menu screens, while also refreshing the matching
FoidAddons builds for all supported Minecraft versions.

Changes in this release:

  • Centered ClickGUI search text inside its pill and aligned typed text with the
    search-field background.
  • Removed duplicate search placeholders while a field is active.
  • Added width-aware sizing for long setting names, selected values, keybinds,
    sliders, dropdowns, HUD controls, and searchable-list headers so labels no
    longer overlap neighboring buttons or values.
  • Removed duplicate Minecraft screen titles and expanded title clipping so
    Singleplayer, Multiplayer, and Options headings render once without being cut
    off.
  • Rebuilt the FoidAddons variants through the Gradle branding pipeline so their
    generated Fabric metadata retains all bundled NanoVG and MSDF dependencies.
  • Published matching FoidAddons versions with Fabric API and Fabric Language
    Kotlin marked as required dependencies on Modrinth.

Included GitHub artifacts:

  • FloydAddons-2.4.5-26.1.jar
  • FloydAddons-2.4.5-26.1.2.jar
  • FloydAddons-2.4.5-26.2.jar

Matching FoidAddons builds are available from the FoidAddons Modrinth project.

FloydAddons 2.4.4 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@github-actions github-actions released this 07 Aug 05:42

FloydAddons 2.4.4

This release restores all Calculator text in the scaled HUD panel and improves the
Windows live-client verification workflow used to prove visual changes.

Changes in this release:

  • Fixed the Calculator title, mode label, display value, and button labels disappearing
    when deferred Minecraft-font replay was used inside the scaled NanoVG HUD PIP.
  • Kept Calculator text in the same immediate NanoVG frame as its shapes so transforms
    remain consistent.
  • Added repo-level testing expectations and tracked the Floyd live-client skill in its
    standard .agents/skills location.
  • Split Loom and packaged-client verification so Loom never receives a duplicate jar,
    requires a version-specific runClient, and uses its own bridge port.
  • Added Windows guidance for managed-session port checks, hidden/behind-window launches,
    safe Gradle shutdown, and config-preserving profile deployment.
  • Updated release automation to publish the version's real changelog when present.

Included artifacts:

  • FloydAddons-2.4.4-26.1.jar
  • FloydAddons-2.4.4-26.1.2.jar
  • FloydAddons-2.4.4-26.2.jar

FloydAddons 2.4.3 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@lunabot9 lunabot9 released this 06 Aug 11:11

FloydAddons 2.4.3

Release published from 465f0ec.

Artifacts are distributed outside GitHub Releases.

FloydAddons 2.4.2 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@lunabot9 lunabot9 released this 05 Aug 01:11

FloydAddons 2.4.2

This release updates the current 2.4.2 build on GitHub with the actual multi-version jars and the finalized fixes that landed on main.

Changes in this release:

  • Fixed ClickGUI search bar/footer alignment so the bottom chroma stays synced and the search module text is centered correctly.
  • Hardened the NVG text policy path used by the GUI text renderer.
  • Fixed the narrow-width ClickGUI centering test expectation that was failing GitHub Actions for the 2.4.2 branch state.

Included artifacts:

  • FloydAddons-2.4.2-26.1.jar
  • FloydAddons-2.4.2-26.1.2.jar
  • FloydAddons-2.4.2-26.2.jar

Release commit: dcf9bdf

FloydAddons 2.4.1 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@lunabot9 lunabot9 released this 01 Aug 10:44

Menu rendering and background pass cleanup.

Changes:

  • made the shader menu background render consistently across wrapped menu screens instead of falling back to black or corrupting UI textures
  • moved menu text replacement onto the NVG path across vanilla, Sodium, and Reese's menu surfaces so labels render consistently instead of looking code-drawn
  • fixed clipped and missing menu labels by queueing widget and title text with screen-aware bounds and sanitized formatting
  • made the menu water shader more reflective and added a solid fallback fill so menus never flash black while the shader warms up
  • fixed the 26.2 runClient startup crash by updating GuiRenderer tail injection to the current render signature
  • fixed the multiplayer menu shown after disconnect so the vanilla return screen uses the same shader background and NVG text path as the wrapped multiplayer menu
  • switched the legacy NVG text escape hatch from a leaked environment variable to an explicit JVM property for safer local diagnostics

Verification:

  • built fresh release jars for 26.1, 26.1.2, and 26.2 on August 1, 2026
  • verified 26.1 and 26.2 dev runClient launches get past the previous startup crash and into resource loading on August 1, 2026

SHA-256:

  • FloydAddons-2.4.1-26.1.jar: 80E6C1DD2E1E8ED4FBA9DBB897804F6AFFCCA28318BF6CB9912F0BB17F72E3B4
  • FloydAddons-2.4.1-26.1.2.jar: A9807273B0B7612B37FDC4AA5B8EF24AA1C1C3687AC47A5E3B691B3B084D0953
  • FloydAddons-2.4.1-26.2.jar: 8438110EBF138D0439DEDCEF3715CB1BD93B8F63567CEF6A07AF5BA5BB7FF42D

FloydAddons 2.4.0 (MC 26.1 / 26.1.2 / 26.2)

Choose a tag to compare

@lunabot9 lunabot9 released this 01 Aug 01:56

Summary

  • Replaced the custom main menu background with a shader-driven ocean and night-sky scene across 26.1, 26.1.2, and 26.2.
  • Fixed black/red background flashes and disappearing Floyd font batches in Multiplayer, Singleplayer, and Options.
  • Kept the animated shader on the custom title screen while vanilla submenu screens use Minecraft's stable blurred background lifecycle.

Included changes

  • Prevented the menu shader PIP renderer from flushing Minecraft's shared GUI buffer into its off-screen target.
  • Moved pooled PIP texture recycling to the completed GUI-frame boundary.
  • Added stable Floyd wrapper screens for Multiplayer, Singleplayer, and Options.
  • Preserved linear sampling for the menu shader on 26.1 and 26.1.2 with a 26.2-safe version gate.
  • Rebuilt and tested fresh jars for 26.1, 26.1.2, and 26.2.

FloydAddons 2.3.9

Choose a tag to compare

@lunabot9 lunabot9 released this 31 Jul 00:39

FloydAddons 2.3.9

  • Fixes SkyBlock Pack Disabler still displaying Hypixel's custom item textures.
  • Stops mounting the downloaded Hypixel item pack as a Floyd fallback.
  • Uses the live pack only as inert metadata, automatically mapping new hypixel_skyblock:* models back to their vanilla parent models.
  • Excludes Hypixel textures and global Minecraft overrides from the compatibility cache.

Validated with focused regression coverage, full builds/tests on Minecraft 26.1, 26.1.2, and 26.2, and an isolated 26.1.2 live-client resource reload with the disabler enabled.