A Fabric mod that increases the flight speed of a Happy Ghast when the rider wears Soul Speed boots.
- Minecraft 1.21.6
- Fabric Loader
- Fabric API
- Cloth Config API
- Install Fabric Loader for Minecraft 1.21.6.
- Download Fabric API and Cloth Config API and place them in your
modsfolder. - Download the latest
speedyghast-x.x.x.jarfrom the releases page. - Place the SpeedyGhast jar into your server's
modsfolder. - Restart the server.
Note: This is a server-side mod. Clients do not need to install it.
The config file is located at config/speedyghast.json and will be created on first run.
{
"base_speed": 0.05,
"speed_multiplier": {
"level_1": 1.5,
"level_2": 2.0,
"level_3": 3.0
},
"check_interval": 20
}| Option | Description |
|---|---|
base_speed |
The default flying speed of the Happy Ghast |
speed_multiplier |
Multiplier applied based on Soul Speed enchantment level (I-III) |
check_interval |
How often (in ticks) to check for speed updates (20 = 1 second) |
If you have Mod Menu installed, you can also configure these options in-game.
- Tame and ride a Happy Ghast.
- Equip boots enchanted with Soul Speed.
- Enjoy the speed boost!
The higher the Soul Speed level, the faster you'll fly.