Tags
Creators
Details
All versions
0.1.3-BETA
Beta
0.1.3-BETA5 months ago 181
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.3
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Mo Animals 0.1.3-BETA
Adds Regions Unexplored compatibility and new duck variants.
⚠️ This is still a beta release. Bugs may occur.
Added
- Compatibility with Regions Unexplored
- Duck variants (datapack driven)
- Call Duck variant
- Black Scoter Duck variant
- New animal drops
Changes
- Butterfly variants now defined via tags (
#moanimals:has_butterfly_variant/...) - Improved butterfly AI and pathfinding
- Reduced butterfly spawn rate
- Improved butterfly shadow rendering
- Improved penguin behaviour and animations
- Updated penguin model
- Reverted penguin pathfinding to
GroundNavigationfor now - Adjusted duck spawn rates
- Adjusted duckling size
Fixed
- Fixed duckweed loot table
Technical
- Changed variant asset path resolution
- Fixed butterfly texture rendering issue on NeoForge when Fabric API is installed
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:B3jprQie"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QQAM7AG8:B3jprQie"
}


