Skip to content

Releases: IsQuyet/mind-your-bubbles

Mind Your Bubbles 1.2.1 for Minecraft 1.21.11

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:31

Mind Your Bubbles 1.2.1 for Minecraft 1.21.11 is a maintenance update that improves optional dependency handling, configuration recovery, and future version maintenance.

Changes

  • Removed Fabric API as a required dependency. Fabric Loader is still required.
  • Kept Mod Menu and Cloth Config optional by delaying config screen class loading until Cloth Config is installed.
  • Improved recovery for oversized, malformed, or missing-field JSON config files, including timestamped backups.
  • Moved air bar policy, counting, and animation state out of the HUD mixin to make future Minecraft version ports easier.
  • Added Mod Menu name and description translations for every bundled language.
  • Added a manual GitHub Actions release workflow for GitHub and Modrinth publishing.

Compatibility

  • Minecraft 1.21.11
  • Fabric Loader 0.19.3 or newer
  • Client-side only
  • Fabric API is not required

Mind Your Bubbles 1.2.0 for Minecraft 1.21.11

Choose a tag to compare

@IsQuyet IsQuyet released this 29 Jun 02:27

Features

  • Added smooth air bar animation for large entity Air value changes.
  • Added visual transitions for bubble popping, blank slots, and empty bubble slots.

Changed

  • Renamed the mod from Air Bar Tweaks to Mind Your Bubbles.
  • Changed the mod ID, config file name, resource namespace, and generated jar name to mind-your-bubbles.

Compatibility and defaults

  • The mod is still client-side only.
  • The default visibility mode is still VANILLA.
  • Smooth animation is enabled by default.
  • Mod Menu and Cloth Config remain optional.
  • Smooth animation only changes what the air bar shows. It does not change the actual Air value, breathing rules, or server behavior.

Migration notes

  • Existing pre-release air-bar-tweaks.json configs are not migrated.
  • If needed, copy your old settings into mind-your-bubbles.json.

Air Bar Tweaks 1.1.0 for Minecraft 1.21.11

Choose a tag to compare

@IsQuyet IsQuyet released this 10 Jun 17:29

Features

  • Added optional in-game configuration through Mod Menu and Cloth Config.
  • Added a Mod Menu config screen for changing air bar visibility.
  • Saved in-game config changes now update immediately and write to the JSON config file.

Localization

  • Added configuration screen translations for:
    • Simplified Chinese
    • Traditional Chinese
    • Japanese
    • Korean
    • German
    • French
    • Spanish
    • Brazilian Portuguese

Notes

  • Mod Menu and Cloth Config are optional.
  • Without them, Air Bar Tweaks continues to work with the JSON config file.
  • Default mode remains VANILLA.

Air Bar Tweaks 1.0.0 for Minecraft 1.21.11

Choose a tag to compare

@IsQuyet IsQuyet released this 09 Jun 03:04

Features

  • Added configurable vanilla air bar visibility.
  • Added VANILLA, WHEN_NOT_FULL, and ALWAYS display modes.
  • Added JSON configuration at .minecraft/config/air-bar-tweaks.json.
  • Marked the mod as client-side only.

Notes

  • Default mode is VANILLA.
  • This mod only changes when the vanilla air bar is rendered.
  • It does not change breathing mechanics, HUD position, or textures.
  • This mod does not need to be installed on servers.