Skip to content

[Enhancement] Migrate Fabric armor rendering to custom armor renderer #91

Description

@Linguardium

Fabric API has a built in hook for custom armor renderers. Looking at your code, it appears many of your mixins (that would conflict with geckolib occasionally) are unnecessary if you do this.

net.fabricmc.fabric.api.client.rendering.v1.ArmorRenderer

register it with ArmorRenderer.register(YOUR_RENDERER, YOUR_ITEM)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions