Faster Happy Ghast (FHG)
No reviews yet
Makes the Happy Ghast fast enough to actually ride. Faster flight, quicker climbing, a sprint boost, and steering that responds. Every value configurable in-game.
Adds new methods of transportation for players.
Data Packs were introduced to vanilla Minecraft in version 1.13 and allow the server to modify data about the game, or run commands. Data Packs are compatible with all mod loaders.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description

The problem
A vanilla ridden Happy Ghast tops out at about 3.3 blocks/second. Walking is 4.3. Sprinting is 5.6.
You can outrun your own ghast on foot. Climbing is worse — roughly 1.6 blocks/second, so gaining any real altitude means holding jump and waiting.
This mod reworks the flight physics while a player is steering. Wild ghasts drifting around the world are left completely alone.
What changes
Actually fast
Default is 2x vanilla — about 6.6 blocks/second, which finally puts a ghast above a sprinting player. Hold sprint for 8.6 blocks/second, just under a horse.

Climbing that doesn't test your patience
Vertical movement gets its own multiplier on top of the speed boost. Hold jump to climb, look down and hold forward to dive.

Sprint while riding
Vanilla flatly forbids sprinting on a Happy Ghast — not a balance decision, just an unimplemented flag. This turns it on, so the vanilla sprint key gives you a burst of speed with no new keybind to learn.

Defaults
| Setting | Default | Result |
|---|---|---|
| Top speed | 200% | ~6.6 blocks/sec |
| Climb / dive speed | 150% | ~4.9 blocks/sec climbing |
| Sprint boost | On, 130% | ~8.6 blocks/sec |
| Responsiveness | 50% | Noticeably tighter than vanilla drift |
| Turn rate | 15% | Vanilla is 8% |
The defaults aim for usable, not overpowered — a ghast that's worth riding, not one that trivialises travel.
If you do want it broken, that's your call: Fabric's sliders reach 1000%, roughly 33 blocks/second, which is elytra territory and fast enough to outrun chunk loading.
Configuration
Everything is adjustable in-game, no restart needed.
- Fabric — Mods → Faster Happy Ghast → Config (via Mod Menu)
- NeoForge — Mods → Faster Happy Ghast → Config, built in

Installation
Fabric
- Fabric API — required
- Cloth Config — required
- Mod Menu — optional, but it's how you open the config screen
NeoForge
- No dependencies
Quilt
- Use the Fabric jar. Quilt Loader runs it through its Fabric compatibility layer.
Multiplayer
Install this on the client. A ridden Happy Ghast is client-authoritative — the server doesn't simulate its movement, it accepts the position your client reports. So the mod works on servers that don't have it installed.
That also means it looks exactly like a movement cheat to anti-cheat plugins. Check with the server's admins before using it there.
Datapack version
A datapack is included for vanilla servers with no mod loader at all. It's deliberately less capable — it can raise top speed and nothing else, because responsiveness, turn rate and the sprint boost are hardcoded values with no attribute behind them.
Two differences worth knowing: it speeds up wild ghasts too (the attribute belongs to the entity, not the rider), and it writes into your world save, so run /function faster_happy_ghast:uninstall before removing it.
Available only on modrinth at the time the this mod published
Compatibility
- Minecraft 26.2
- Fabric, NeoForge, Quilt (via the Fabric jar)
- Touches only the ridden Happy Ghast's movement — no world generation, no new items, no registry changes
License
MIT. Do what you like with it.

The problem
A vanilla ridden Happy Ghast tops out at about 3.3 blocks/second. Walking is 4.3. Sprinting is 5.6.
You can outrun your own ghast on foot. Climbing is worse — roughly 1.6 blocks/second, so gaining any real altitude means holding jump and waiting.
This mod reworks the flight physics while a player is steering. Wild ghasts drifting around the world are left completely alone.
What changes
Actually fast
Default is 2x vanilla — about 6.6 blocks/second, which finally puts a ghast above a sprinting player. Hold sprint for 8.6 blocks/second, just under a horse.

Climbing that doesn't test your patience
Vertical movement gets its own multiplier on top of the speed boost. Hold jump to climb, look down and hold forward to dive.

Sprint while riding
Vanilla flatly forbids sprinting on a Happy Ghast — not a balance decision, just an unimplemented flag. This turns it on, so the vanilla sprint key gives you a burst of speed with no new keybind to learn.

Defaults
| Setting | Default | Result |
|---|---|---|
| Top speed | 200% | ~6.6 blocks/sec |
| Climb / dive speed | 150% | ~4.9 blocks/sec climbing |
| Sprint boost | On, 130% | ~8.6 blocks/sec |
| Responsiveness | 50% | Noticeably tighter than vanilla drift |
| Turn rate | 15% | Vanilla is 8% |
The defaults aim for usable, not overpowered — a ghast that's worth riding, not one that trivialises travel.
If you do want it broken, that's your call: Fabric's sliders reach 1000%, roughly 33 blocks/second, which is elytra territory and fast enough to outrun chunk loading.
Configuration
Everything is adjustable in-game, no restart needed.
- Fabric — Mods → Faster Happy Ghast → Config (via Mod Menu)
- NeoForge — Mods → Faster Happy Ghast → Config, built in

Installation
Fabric
- Fabric API — required
- Cloth Config — required
- Mod Menu — optional, but it's how you open the config screen
NeoForge
- No dependencies
Quilt
- Use the Fabric jar. Quilt Loader runs it through its Fabric compatibility layer.
Multiplayer
Install this on the client. A ridden Happy Ghast is client-authoritative — the server doesn't simulate its movement, it accepts the position your client reports. So the mod works on servers that don't have it installed.
That also means it looks exactly like a movement cheat to anti-cheat plugins. Check with the server's admins before using it there.
Datapack version
A datapack is included for vanilla servers with no mod loader at all. It's deliberately less capable — it can raise top speed and nothing else, because responsiveness, turn rate and the sprint boost are hardcoded values with no attribute behind them.
Two differences worth knowing: it speeds up wild ghasts too (the attribute belongs to the entity, not the rider), and it writes into your world save, so run /function faster_happy_ghast:uninstall before removing it.
Compatibility
- Minecraft 26.2
- Fabric, NeoForge, Quilt (via the Fabric jar)
- Touches only the ridden Happy Ghast's movement — no world generation, no new items, no registry changes
License
MIT. Do what you like with it.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources