Skip to content

[1.5.0 ALPHA] Hide Your Armor

Choose a tag to compare

@G10W5 G10W5 released this 30 Jun 10:51
· 31 commits to main since this release

Migration of the mod to Minecraft 26.1 (Fabric)

  • Migrated client GUI elements, rendering screens, and widgets to use the new Mojang Mappings and 26.1 rendering pipeline APIs (converting GuiGraphics to GuiGraphicsExtractor, adjust pose stack matrix3x2f translations, etc.).
  • Renamed networking play registers to use the new serverboundPlay() and clientboundPlay() API methods.
  • Corrected mixin path mappings (e.g. CameraRenderState to its new level subpackage location, ShieldSpecialRenderer, and Wildfire's Gender Rework target classes).
  • Resolved target injection signature crashes by updating method descriptors.
  • Restored WGFM compatibility: adjusted breast armor layer transparency logic to target the updated class structure, and suppressed glint rendering directly via the new inlined MutableBoolean parameters inside the main render methods.
  • Added offhand shield HUD overlay: renders a looping top-to-bottom cooldown-style sweep bar over the offhand hotbar slot while holding down a shield (when shield visibility is hidden) that instantly vanishes upon releasing.