Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Fall Potion
A Fabric mod for Minecraft that adds two brewable fall potions – drinking them makes you fall faster and take significantly more fall damage.
✨ Features
- Brewable Potions
Use the brewing stand to create Fall Potion I and Fall Potion II. - Increased Gravity
Fall Potion I increases gravity to 0.10 (original 0.08) → fall faster.
Fall Potion II increases gravity to 0.12 → fall even faster. - Multiplied Fall Damage
Fall Potion I doubles fall damage (2×).
Fall Potion II quadruples fall damage (4×). - Advanced Command Effects (optional)
Higher‑tier effects (e.g. Fall Curse IV) are available via/effect.
They reduce safe fall distance to -3.0, causing damage even from a slab‑height drop (0.5 blocks).
🍯 Brewing Recipes
| Step | Input | Ingredient | Output |
|---|---|---|---|
| 1 | Awkward Potion | Feather | Levitation Potion |
| 2 | Levitation Potion | Fermented Spider Eye | Fall Potion I |
| 3 | Fall Potion I | Glowstone Dust | Fall Potion II |

The potions are harmful – use with caution!
🎮 How to Use
- Brew the potions following the recipes above.
- Drink the potion (right‑click while holding it).
- Jump from a height – you will fall faster and take increased fall damage.
For demonstration or debugging, you can also give yourself the effect directly:
Fabric:
Code
/effect give @p fall-potion:fall_effect 60 0 (2× damage, gravity 0.10)
/effect give @p fall-potion:fall_effect 60 1 (4× damage, gravity 0.12)
Forge:
Code
/effect give @p fall_potion:fall_effect 60 0 (2× damage, gravity 0.10)
/effect give @p fall_potion:fall_effect 60 1 (4× damage, gravity 0.12)
📜 License
MIT – you are free to use, modify, and redistribute.
🙏 Credits
Developed by Monkey. Inspired by the desire to make falling truly dangerous.


