Client side fabric mod to lock elytra usage using a keybind.
Find a file
2026-03-29 13:21:31 +01:00
.github/workflows ci: use java 25 instead of 21 2026-03-29 06:35:56 +01:00
.vscode feat: create RunOnceOnToggle utility class and use that 2024-05-22 00:08:20 +05:30
assets chore: create assets dir 2024-05-26 21:27:53 +05:30
gradle/wrapper chore(gradle): upgrade gradle to v9.3.0 2026-03-29 13:21:31 +01:00
src/main chore(fabric): bump mixin compatibility level to java 25 2026-03-29 13:19:38 +01:00
.gitattributes init: initial locking implementation 2024-05-20 00:38:56 +05:30
.gitignore chore: centralize versions in build.gradle 2024-05-20 20:48:40 +05:30
build.gradle chore: use new loom package and APIs 2026-03-28 16:55:37 +00:00
gradle.properties chore: bump version to v0.2.0 2026-03-29 06:58:24 +01:00
gradlew feat: update to 1.21.5 2026-01-07 19:39:39 +00:00
gradlew.bat feat: update to 1.21.4 2025-04-09 16:04:05 +05:30
LICENSE init: initial locking implementation 2024-05-20 00:38:56 +05:30
README.md chore(README): fix modrinth URL 2024-05-26 21:02:32 +05:30
settings.gradle init: initial locking implementation 2024-05-20 00:38:56 +05:30

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.