Skip to content
zannagh edited this page Aug 17, 2026 · 1 revision

Uranus Compatibility

Game and compat versions

Uranus is a library rather than a standalone content mod, so there are no separately pinned compat versions here.

Description

Uranus is an armor-rendering library (by iafenvoy) used by mods like Ice and Fire: CE. It registers per-item custom armor renderers that draw instead of the vanilla armor, so Armor Hider's normal path never sees those pieces. This compat routes them through Armor Hider's hiding and opacity handling so armor from Uranus-based mods behaves like any other armor.

Known Issues

None

Technical Details

A single pseudo mixin on Uranus' armor-renderer interface enters the armor-piece scope on render (cancelling on full hide), swaps the cutout render type to translucent, applies transparency to the model's render color, and exits the scope afterwards. Because it hooks the shared interface method, that one hook covers every armor piece drawn through Uranus. It's gated purely at build time and has no dedicated runtime compat flag.

Clone this wiki locally