FAQ - RazorPlay01/I-See-My-Armored-Hand GitHub Wiki
FAQ
Answers to common questions about ISMAH.
General
Q: What does ISMAH stand for?
A: In-Game Special Minecraft Armor Handler.
Q: Which Minecraft versions are supported?
A: ISMAH supports Minecraft 1.20-1.21.5. Check the Installation page for details.
Players
Q: Why don't I see my armor in first-person?
A: Ensure the armor is supported by ISMAH or a compatible mod. Verify that ISMAH are installed correctly.
Q: Can I configure how armor is rendered?
A: Currently, ISMAH renders armor automatically with no configuration options.
Developers
Q: How do I make my armor compatible with ISMAH?
A: Implement the CustomArmorRenderer
interface and register it with ArmorRendererRegistry
. See the API Documentation.
Q: What if my mod's armor uses a custom model?
A: You can override the render
method to handle custom rendering logic. The renderArmor
method is provided for standard humanoid models.