Colytra (Fabric 1.16.1 - 1.19.2)

Colytra (Fabric 1.16.1 - 1.19.2)

824k Downloads

Incompatible with Capes Mod

Hacker-Zac opened this issue ยท 3 comments

commented

Versions:

When I wear a regular Elytra with the Capes Mod, it renders the elytra based on the cape texture. However, when I wear the Colytra(Chestplate+Elytra), it renders the Elytra and the cape as seperate textures (I'm wearing the regular elytra and the cape simultaneously), I'm sure this is due to mod incompatibility, is it possible to make the mods compatible? I think it would look really awesome if my colytra was rendered with the cape texture.

Thanks

commented

Screen Shot 2020-06-18 at 10 04 00 AM

commented

This is a result of MinecraftCapes using a different capes layer than vanilla, so it doesn't get all of the logic from Caelus API's changes. Due to some limitations in Caelus API in 1.15, the colytra texture cannot be overridden so full compatibility is impossible. However, MinecraftCapes can hook into the API IMC functions to stop their cape rendering when a non-vanilla elytra is on. Additionally, in 1.16, Caelus API does provide texture overriding functionality so full compatibility is possible on that version.

The responsibility can be on either party but since I already expose the methods necessary to facilitate compatibility on Caelus API's end, I think I'll leave this for the MinecraftCapes developer.

commented

Thanks for this. I fixed it on my most recent update. Forgot you can't see private commits
image