A Fabric mod for Minecraft 1.21.6 that increases the flight speed of a Happy Ghast when the rider wears Soul Speed boots.
- Server-Side Only: No client installation required.
- Configurable: Adjust base speed and multipliers for each Soul Speed level.
gradle builddocker build -t speedyghast .
docker run --rm -v "%cd%/build:/home/gradle/project/build" speedyghast gradle buildThe config file is located at config/speedyghast.json.
{
"base_speed": 0.05,
"speed_multiplier": {
"level_1": 1.5,
"level_2": 2.0,
"level_3": 2.5
},
"check_interval": 20
}base_speed: The default flying speed of the Ghast.speed_multiplier: Multiplier applied based on Soul Speed enchantment level.check_interval: How often (in ticks) to check for speed updates (20 ticks = 1 second).
- Ride a Happy Ghast.
- Equip boots with Soul Speed.
- Enjoy the boost!