1.2.1
Compatibility
Required content
Changes
Happy Ghast Overhaul
As of right now, happy ghasts are pretty annoying. They always fly away, they are hard to lead, slow, and overall pretty useless..
Introducing Happy Ghast Overhaul!
This Adds 3 Major features that really improve how happy ghasts are used!
Speed Boost! Happy Ghasts are Automatically set to be 2x faster. You can also configure their speed in the config files!
Happy Ghast Calling Ability! To Call your happy ghast from anywhere in the world (must be in the same dimension) follow these steps:
1. Use a nametag and name your happy ghasts 2. Shift and Right Click your happy ghast with any goat horn 3. You should see the goat horn glow with the same name as your happy ghast You can now blow the horn any time to call your happy ghasts
Parking You can park your claimed happy ghast by Shift and Right Clicking* it from the ground. It will stay hovering about 2 blocks above the ground.
Commands /ghast abandon - releases ownership of ghast /ghast call - calls ghast /ghast info - checks if your goat horn is still bonded to a ghast /ghast unbind - unbinds horn from happy ghast /ghast reload - reloads config without server restart needed
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yqzVzRD2:vbgK77sE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yqzVzRD2:vbgK77sE"
}

