Skip to content

[1.5.2 BETA] Hide Your Armor

Choose a tag to compare

@G10W5 G10W5 released this 01 Jul 14:31
· 15 commits to main since this release

Hide Your Armor — v1.5.2-beta

What's New

  • Shield Opacity slider — replace the old ON/OFF toggle with a full 0–100% opacity slider for shields
  • Hotbar blocking animation — shield blocking animation now shows in the hotbar when opacity is below 25%
  • Glint toggle on Offhand tab — the enchantment glint toggle button now appears on both the Armor and Offhand tabs

Fixes

  • Shield transparency actually works now — shield rendering now correctly applies the opacity value in-game and in the inventory preview
  • Glint text repositioned — "Glint" column header moved above the separator line and now shows on both tabs
  • Shield label renamed — "Shield Visibility" changed to "Shield Opacity" for clarity

Updated for Minecraft 26.2

  • Fabric API 0.153.0+26.2
  • Compat level JAVA_25
  • GUI class migration (client.screenclient.gui.screen(), client.setScreen()client.gui.setScreen())
  • Mixin target fix: HotbarOverlayMixin now targets Hud.class instead of Gui.class