Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
v1.7.0-1.16.5-BETA
Beta
Frikinzi's Fauna v1.7.0-1.16.5-BETA2 years ago 1,416
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Changes
1.7.0 changelog
New animals
- Stingray
- Puffin
- Sawfish
- Seagull
- Swordfish
- Booby
- Squid
- Penguins (banded, yellow eyed, large, brushtailed, little blue, crested are different spawn eggs)
- Rail
- Avocet
- Frigate
- Stilt
- Edible crab
Remodels
- Tang (formerly blue tang)
- Sea eagle
New features
- Tamed birds (except for raptors) can sit on your head, mechanic similar to vanilla parrots
- Eggs will emit a smoke particle if hatching failed
- Fishing net - fish equivalent for the bird carrier and critter keeper
- The new items fish food and algae wafer are required for breeding fish now, old breeding items no longer work
- Every bird/fish will spawn in a group of its own species
- new variant for tarantula and laughingthrush
Misc changes
- Guppies now drop nothing
- Pike, tambaqui and arapaima can no longer be bucketed (they should be too big to fit in the bucket! use the new fishing net item instead)
- Kakapo are now nocturnal
- “gentle giant” achievement can only be done via a fishing net due to the removal of arapaima bucket
- doves can now spawn on terracotta and red sand, to increase the spawns for spinifex pigeons in mesas
- new laughingthrush variant spawns in the mountain
- wild ducks can no longer be bred with bread, as it is bad for them irl
Bug fixes
- tambaqui can now be cooked
- bird carriers and critter keepers can now only stack to 1
- cormorant no longer drops peafowl feathers
- secretarybird plays attack animation
- bird carrier now stores size multiplier
- Emperor red snapper variant now spawns naturally
- added sand as a block where tarantulas can spawn, so that they can spawn in deserts
- egg hatching sound subtitle now has a translation
- golden eagle breeding and taming items should be consistent now
- if you use a spawn egg on an adult fish to spawn a baby, the child will always have the same color as the parent, instead of defaulting to the 1st variant
- skuas can spawn on ice now
- spawn egg will roll back to random after cycling through variants
- ghost crab spawn egg can cycle through variants
- added config for arapaima mutation rate
- renamed critter keeper to critter container
- fixed slightly higher chance to get the first variant for all bird species
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:eK1TG3fd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OsLkXa0u:eK1TG3fd"
}


