Commit graph

9 commits

Author SHA1 Message Date
247e3c611c
feat: update to 1.21.4
* 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
2025-04-09 16:04:05 +05:30
c38ba26aeb
fix: remove unused import 2024-08-16 17:09:27 +05:30
80369478bc
feat: persist elytra toggle by saving config upon exit 2024-08-16 17:09:00 +05:30
2891b6ad51
feat: elytra unequip when locked but equipped
* Made the elytra get removed from the chestplate slot when it is
  locked, prevents user for dragging it into their chestplate when
  locked too
* Renamed config.Util to config.ConfigUtil
* Added placeholder locked & unlocked elytra textures to resources
2024-05-21 16:50:00 +05:30
3f3a3088fa
feat: configuration & HUD indicator 2024-05-21 15:12:19 +05:30
2b625e49bc
feat: include basic logging 2024-05-20 20:09:06 +05:30
813717068b
fix: move translations into correct resources dir 2024-05-20 20:06:46 +05:30
597ffaf4b1
feat: toggle system & improved locking mechanism 2024-05-20 20:05:06 +05:30
172aa5b876
init: initial locking implementation 2024-05-20 00:38:56 +05:30