Compat with Villager-Armor-Layer
betterworld-sjq opened this issue ยท 2 comments
Describe the Suggestion
There's a mod https://www.curseforge.com/minecraft/mc-mods/villager-armor-layer making the armor layer of villagers, illagers, witches and some other mobs visible. That mod works well with the Archer, but not at all with Skirmisher.
And the author of that mod says the Renderer must be extended from IllagerRenderer as to illagers to show their armor, but the Renderer of Skirmisher (https://github.com/izofar/takes-a-pillage/blob/1.18.2/src/main/java/com/izofar/takesapillage/client/renderer/SkirmisherRenderer.java#L16) is not in that way. So could you change the renderer type and make it compatible?
Screenshots and Videos
No response
Additional Context
No response
To give some more information, here's the original issue: Viola-Siemens/Villager-Armor-Layer#6
Here's how the mod works to add armor layer to all illagers: https://github.com/Viola-Siemens/Villager-Armor-Layer/blob/dev/Forge-1.20-v5.0.X/src/main/java/com/hexagram2021/villagerarmor/mixin/IllagerRendererMixin.java#L22-L28