mirror of
https://github.com/CompeyDev/elytra-lock-fabric.git
synced 2025-05-04 10:43:46 +01:00
Client side fabric mod to lock elytra usage using a keybind.
* Updates the mod to support Minecraft v1.21.4 * Updated dependencies to more recent versions * Bumped minimum loader requirement to fabric v0.16.3 and API requirement to fabric-api v0.119.2 * Bumped gradle to v8.13 and fabric-loom to v1.10 * Changed HUD rendering logic to use `HudLayerRegistrationCallback` instead of the deprecated `HudRenderCallback` interface * Update method name for fall flying prevention injection method |
||
---|---|---|
.github/workflows | ||
.vscode | ||
assets | ||
gradle/wrapper | ||
src/main | ||
.gitattributes | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |

elytra-lock
A client-side fabric (quilt-compatible) mod which allows you to lock elytra functionality.
It registers a keybind (by default, J
) which can be used to toggle the lock.
Usage
When locked, it is impossible to fly or equip the elytra with right-click - it is possible to equip to it manually, by shift-clicking or dragging it onto the chestplate slot. If the elytra is locked when it is already equipped or equipped manually, flight is disabled.