Skip to content

Deeper Darker

zannagh edited this page Aug 17, 2026 · 1 revision

Deeper Darker Compatibility

Game and compat versions

Deeper Darker only publishes for the earlier supported versions (up to 1.21.1), so this compat is limited to those. There are no separately pinned compat versions.

Description

Deeper Darker's Warden armor draws its helmet horns as a separate render layer that bypasses the vanilla armor layer. Without this compat the horns would stay visible (sticking out) when you hide the helmet. This makes the horns hide together with the head slot.

Known Issues

None

Technical Details

Two pseudo mixins cover the two names Deeper Darker used for the horn renderer across its versions (the Warden helmet renderer on the 1.4.x line and the helmet horn renderer on the 1.3.x line). Both inject the horn render and cancel it when the wearer's head slot should hide. Which one compiles is chosen by the build. There's no dedicated runtime compat flag, the mixins are gated purely by the build.

Clone this wiki locally