Drenched Wings
Blocks elytra use in liquids, applies environmental penalties, and enforces cooldowns. Fully configurable through server gamerules.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Drenched Wings
Drenched Wings
Fabric mod that blocks elytra use in liquids, applies environmental penalties, and enforces cooldowns. Fully configurable through server gamerules.
Core Mechanics
Environmental Nerfs
- Firework boosts disabled for elytra in rain, water, or lava. - Firework boosts disabled during rain.
Splash-Water Cooldown
- Hitting a player with a up to 20-seconds disables elytra for up to 20-seconds, scaled by proximity.
Server-Side Control
- All effects configurable via server game rules. - Fully vanilla-compliant using Minecraft’s `ItemCooldowns` system.
Game Rules
- `doElytraNerf` – Global toggle for all elytra nerfs (default: true) - `disableElytraInRain` – Disables elytra in rain (default: true) - `disableElytraInWater` – Disables elytra in water (default: true) - `disableElytraInLava` – Disables elytra in lava (default: true) - `disableRocketsInRain` – Prevent firework rockets boost in rain (default: true) - `applyElytraCooldownFromSplashWater` – Apply cooldown when hit by splash water bottle (default: true)
Inspiration
Inspired by cubfan135’s “Minecraft’s Elytra Problem”
This mod implements his proposed liquid-based Elytra limitations as a configurable, server-side Fabric mod.