Tags
Creators
Details
All versions
0.2.0-SNAPSHOT1
Alpha
0.2.0-SNAPSHOT14 months ago 4,383
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Mo Animals 0.2.0-SNAPSHOT
Adds seagulls, livelier birds, and more useful jars.
⚠️ This is a snapshot release. Bugs may occur and features may be incomplete.
Added
- Birds
- Birds spawn around forests, plains, and taiga biomes
- Seagulls
- Seagulls can spawn around beaches, shores, and oceans
- Jar block
Changes
- Birds are now more aware of predators
- Birds now try to escape from wolves and foxes
- Wolves can now hunt birds, seagulls, and ducks
- Foxes can now hunt birds
- Ducks now avoid untamed wolves
- Ducks can now appear in more land biomes
- Butterflies now despawn when far away
Fixed
- Fixed missing bird spawn egg item model
- Fixed missing seagull spawn egg item model
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:QQAM7AG8:eVd5Q8eH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QQAM7AG8:eVd5Q8eH"
}


