NoJumpDelay
About
A lightweight Fabric mod that removes the jump delay when holding the spacebar. Players can jump continuously by holding the jump key without waiting for the vanilla cooldown timer. Works in both survival and creative modes. Simple mixin-based implementation with zero configuration needed.</project_descriptionПроект пустой, создаю все файлы с нуля. **Структура:** - Mixin в `LivingEntity#tickMovement()` — сбрасываем `jumpingCooldown` в 0 каждый тик - Миксин общий (не client-only), т.к. `LivingEntity` есть на сервере и клиенте