Tags
Creators
Details
Licensed MIT
Published last year
All versions
v0.2.0+1.21.11-fabric
Release
v0.2.0 for 1.21.11-fabric6 months ago 5,880
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- added mc-21.11 support
- added bird flying behaviour
- very configurable - let me know if you find good settings!
- flocking with standard boids alignment, cohesion, and separation rules
- will steer towards the ground when high up
- will steer away from blocks or land on them if approaching from above
- will land after a configurable period
- changed bird landing & perching behaviour
- can now perch anywhere instead of pre-defined blocks
- will favor locations higher up
- will continue flying if over water
- will take flight again after a configurable period
- changed bird spawning behaviour
- will now spawn on the ground and begin flying instead of spawning in the air and landing
- will spawn randomly within a configured distance
- now spawns within a predefined biome tag instead of a predefined block
- tweaked bird flying animation to allow for periods of gliding
- fixed critters spawning in non-overworld dimensions
- refactors and code changes:
- replaced Yet Another Config Library with the config screen functionality already present in the base game
- reverted implementation of
ParticleGroup/ParticleLimitdue to changes in mc 21.9 making it impossible to create multiple groups with the same limit value, leading to confusing config behaviour - replaced modstitch with split build scripts
Optional dependencies
Any compatible version
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:61PI8Hzj:9yhjvcBM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:61PI8Hzj:9yhjvcBM"
}

