Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
v1.8.0.2-1.20.1
Release
Frikinzi's Fauna v1.8.0.2-1.20.14 months ago 2,018
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Bug fixes
- fixed mantis shrimp and trumpetfish not being bucketable
- fixed critical bug where subvariant was being used as the gender value when releasing a fish from the bucket
- Removed stray pixel on bird carrier item texture
- Mantis shrimp now has the same drops as regular shrimp
- Fixed peafowl not wandering when ordered to
- changed African Penguin IUCN status to critically endangered :(
Misc changes
- removed avoid player AI from tambaqui
- Tambaqui variants are weighted based on variant rarity (i.e. gold is rarer, albino is even rarer)
- made the bird carrier recipe cheaper, replacing iron blocks with iron ingots instead
- made ruby seadragon a lot rarer
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:OsLkXa0u:E9u7fb4T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OsLkXa0u:E9u7fb4T"
}

