illusivesoulworks / elytraslot

Minecraft Mod: Adds an accessory slot for the elytra so you can fly and wear chest armor at the same time.
https://www.curseforge.com/minecraft/mc-mods/elytra-slot
Other
46 stars 18 forks source link

Modified the way to render the elytra #67

Closed DelofJ closed 1 year ago

DelofJ commented 1 year ago

Modified the way to render the elytra Now instead of recreating the vanilla rendering of the elytra, it actually uses the vanilla rendering of the elytra This fixe some issues with other mods such as Elytra Physics (https://github.com/illusivesoulworks/elytraslot/issues/51) that modifies the way to render the elytra

TheIllusiveC4 commented 1 year ago

This would be considered a breaking change since you're changing the way they're rendered and some mods may rely on the current behavior, which is not something I want to change on a version that's relatively stable like 1.18.2. In addition, the Redirect mixin won't compose nicely with other mods who might also try to target the method so I'd rather avoid any Redirects when possible.