
Armor Hider
Hide or adjust the transparency of armor, glint, and offhand items - with full multiplayer sync. No dependencies required.
[Fabric] mc-1.21.5-8 - 0.10.14-pre.2
beta3 мая 2026 г.What's Changed
I've had this PR open for a while and decided to put out another pre-release in case there are any regressions. If none appear, I'll create a non-beta release out of this in a few days.
Features
-
This release removes equipment render states eagerly when a piece of armor should be fully hidden in game versions that support it (after 1.21.4). This should improve compatibility to other mods that correctly read their render changes from the render state.
-
Slot modifications (think, the piece of information that gets injected into MC's rendering per slot) are now cached instead of being recalculated on each render pass - and only recalculated when the configuration changes for the player. While computationally cheap previously, this makes the mod more efficient.
-
I've merged duplicated mixin classes within the same files, where the mixins would do basically the same. Previously, code was duplicated between e.g. game version 1.21.4 and 1.21.11. Now, only the imports and mixin methods between versions change, but the code that Armor Hider users is more homogeneous throughout game versions. This should make it easier to pin down issues.
Fixes
Elytra Flight Detection
I had another look at the render changes to Elytras while the player is in flight. Transparency or hiding the Elytra should now be correctly suppressed (i.e. Elytra always shows) when a player is in flight.
26.1 and later icon issue
The icons Armor Hider uses on the GUI should now correctly work on 26.1 and later instead of displaying checkerboard / missing texture sprites.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.14-pre.1...v0.10.14-pre.2
[Neoforge] mc-1.21.9-10 - 0.10.14-pre.2
beta3 мая 2026 г.What's Changed
I've had this PR open for a while and decided to put out another pre-release in case there are any regressions. If none appear, I'll create a non-beta release out of this in a few days.
Features
-
This release removes equipment render states eagerly when a piece of armor should be fully hidden in game versions that support it (after 1.21.4). This should improve compatibility to other mods that correctly read their render changes from the render state.
-
Slot modifications (think, the piece of information that gets injected into MC's rendering per slot) are now cached instead of being recalculated on each render pass - and only recalculated when the configuration changes for the player. While computationally cheap previously, this makes the mod more efficient.
-
I've merged duplicated mixin classes within the same files, where the mixins would do basically the same. Previously, code was duplicated between e.g. game version 1.21.4 and 1.21.11. Now, only the imports and mixin methods between versions change, but the code that Armor Hider users is more homogeneous throughout game versions. This should make it easier to pin down issues.
Fixes
Elytra Flight Detection
I had another look at the render changes to Elytras while the player is in flight. Transparency or hiding the Elytra should now be correctly suppressed (i.e. Elytra always shows) when a player is in flight.
26.1 and later icon issue
The icons Armor Hider uses on the GUI should now correctly work on 26.1 and later instead of displaying checkerboard / missing texture sprites.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.14-pre.1...v0.10.14-pre.2
[Fabric] mc-1.20.0-1 - 0.10.14-pre.2
beta3 мая 2026 г.What's Changed
I've had this PR open for a while and decided to put out another pre-release in case there are any regressions. If none appear, I'll create a non-beta release out of this in a few days.
Features
-
This release removes equipment render states eagerly when a piece of armor should be fully hidden in game versions that support it (after 1.21.4). This should improve compatibility to other mods that correctly read their render changes from the render state.
-
Slot modifications (think, the piece of information that gets injected into MC's rendering per slot) are now cached instead of being recalculated on each render pass - and only recalculated when the configuration changes for the player. While computationally cheap previously, this makes the mod more efficient.
-
I've merged duplicated mixin classes within the same files, where the mixins would do basically the same. Previously, code was duplicated between e.g. game version 1.21.4 and 1.21.11. Now, only the imports and mixin methods between versions change, but the code that Armor Hider users is more homogeneous throughout game versions. This should make it easier to pin down issues.
Fixes
Elytra Flight Detection
I had another look at the render changes to Elytras while the player is in flight. Transparency or hiding the Elytra should now be correctly suppressed (i.e. Elytra always shows) when a player is in flight.
26.1 and later icon issue
The icons Armor Hider uses on the GUI should now correctly work on 26.1 and later instead of displaying checkerboard / missing texture sprites.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.14-pre.1...v0.10.14-pre.2
[Neoforge] mc-26.1.0-2 - 0.10.14-pre.2
beta3 мая 2026 г.What's Changed
I've had this PR open for a while and decided to put out another pre-release in case there are any regressions. If none appear, I'll create a non-beta release out of this in a few days.
Features
-
This release removes equipment render states eagerly when a piece of armor should be fully hidden in game versions that support it (after 1.21.4). This should improve compatibility to other mods that correctly read their render changes from the render state.
-
Slot modifications (think, the piece of information that gets injected into MC's rendering per slot) are now cached instead of being recalculated on each render pass - and only recalculated when the configuration changes for the player. While computationally cheap previously, this makes the mod more efficient.
-
I've merged duplicated mixin classes within the same files, where the mixins would do basically the same. Previously, code was duplicated between e.g. game version 1.21.4 and 1.21.11. Now, only the imports and mixin methods between versions change, but the code that Armor Hider users is more homogeneous throughout game versions. This should make it easier to pin down issues.
Fixes
Elytra Flight Detection
I had another look at the render changes to Elytras while the player is in flight. Transparency or hiding the Elytra should now be correctly suppressed (i.e. Elytra always shows) when a player is in flight.
26.1 and later icon issue
The icons Armor Hider uses on the GUI should now correctly work on 26.1 and later instead of displaying checkerboard / missing texture sprites.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.14-pre.1...v0.10.14-pre.2
[Fabric] mc-26.1-pre.1-2 - 0.10.14-pre.2
beta3 мая 2026 г.What's Changed
I've had this PR open for a while and decided to put out another pre-release in case there are any regressions. If none appear, I'll create a non-beta release out of this in a few days.
Features
-
This release removes equipment render states eagerly when a piece of armor should be fully hidden in game versions that support it (after 1.21.4). This should improve compatibility to other mods that correctly read their render changes from the render state.
-
Slot modifications (think, the piece of information that gets injected into MC's rendering per slot) are now cached instead of being recalculated on each render pass - and only recalculated when the configuration changes for the player. While computationally cheap previously, this makes the mod more efficient.
-
I've merged duplicated mixin classes within the same files, where the mixins would do basically the same. Previously, code was duplicated between e.g. game version 1.21.4 and 1.21.11. Now, only the imports and mixin methods between versions change, but the code that Armor Hider users is more homogeneous throughout game versions. This should make it easier to pin down issues.
Fixes
Elytra Flight Detection
I had another look at the render changes to Elytras while the player is in flight. Transparency or hiding the Elytra should now be correctly suppressed (i.e. Elytra always shows) when a player is in flight.
26.1 and later icon issue
The icons Armor Hider uses on the GUI should now correctly work on 26.1 and later instead of displaying checkerboard / missing texture sprites.
Full Changelog: https://github.com/zannagh/armor-hider/compare/v0.10.14-pre.1...v0.10.14-pre.2
