Migrate to use fabric-entity-events-v1 for Elytra flight
Micalobia opened this issue ยท 3 comments
This mod should migrate to use FabricMC/fabric#1815 to implement its elytra flight. This should help with potential incompatibilities with mods like Origins and Better End
Support for custom elytras will likely still have to be added manually, since the API guarantees that elytra items will be in the chestplate slot.
Vanilla elytra items don't break, but it is possible that some custom elytra actually calls the sendEquipmentBreakStatus
method (or does anything else while expecting the item to be in the chestplate slot).
That's more a helper utility than a necessity, you can enable it through this event using a condition as well.