A mod that adds your armor to the hud modrinth.com/mod/simple-armor-hud
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: removed dependency on trinkets

+3
+3
src/client/java/com/armorhud/armor/TrinketsArmorAccessor.java
··· 1 + /* 1 2 package com.armorhud.armor; 2 3 3 4 import dev.emi.trinkets.api.SlotReference; ··· 88 89 private interface SlotFunction extends Function<ClientPlayerEntity, ItemStack> { 89 90 } 90 91 } 92 + 93 + */