doch2 / SmartMovingReboot

This repository is minecraft 'Smart Moving' Mod.
https://www.curseforge.com/minecraft/mc-mods/smart-moving-reboot
Other
14 stars 3 forks source link

Elytra Incompatibility #23

Open LimerenceCantCode opened 2 years ago

LimerenceCantCode commented 2 years ago

Elytras will lose their glide functionality with smart moving installed. Smart render also butchers the flight/gliding animation.

I'm going to try and hack together a work around, if I manage it I'll make a merge request, but honestly a lot of this mod is outside of my ability to code.

EDIT(2): I've fixed the mechanical half of the problem (see pull request). My previous assertion of collisions being messed up was incorrect, after further testing I've determined my fix is a 1-1 from vanilla (again on the mechanical side alone) all that remains is to fix the rendering issue, something I'm somewhat close to solving after some additional poking and prodding. It's unlikely, but the render half may require a patch to the companion mods as well (api and render)