Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
v1.8.0-1.20.1
Release
don't use this version pls use the hotfix5 months ago 116
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Features
- Works on 1.20.1!
- Added field guide and discovery system. Please see the wiki for more detail: https://github.com/frikinzi/frikinzis_fauna/wiki/Field-Guide
- Added a fishing system. Please see the wiki for more detail: https://github.com/frikinzi/frikinzis_fauna/wiki/Fishing
- Added crane
- Added cock of the rock
- Added marabou stork
- Added openbill and large stork to the existing stork spawn egg
- Added tetra
- Added 4 finch variants
- Added one kingfisher variant (EW, can be obtained using sniffers)
- Added one starling variant
- Added 2 shrimp variants
- Kingfisher now picks up fish items on the ground and holds the item in its mouth
- Ravens will periodically pick up gifts and hold them in their mouths. The owner can right click the raven to obtain the gift
- Added stealing behavior for skuas and seagulls (they target both people and other birds). These birds will steal food items held in the main hand. Watch out!
- Mealworms are now obtained by filling up composter blocks, not by digging farmland or podzol
Changelog
- Spawn egg variant spawns are now truly random (does not depend on biome, breed variants, etc.)
- Added sexual dimorphism for violet backed starling
- Added special sound effect for mantis shrimp striking crab
- Overhauled fish breeding code. Now they should “mate” like normal - Minecraft animals and then lay eggs. Previously, they immediately directly spawned eggs.
- Birds now heal in their sleep
- Sounds have been normalized to similar volumes with ffmpeg, and manual noise removal was done.
- Added descriptions for all animals
- Fixed gouldian finch sleep texture to remove red that shouldn't be on the back of the head
- Fixed dottyback textures to remove orange/blue parts on striped and springer’s dottyback
- Made general size adjustments for smaller birds like sparrow, finch, capercaille, and more
- Fixed barracuda dropping swordfish steak upon death -Due to Minecraft now handling spawns through datapacks, config options are no longer available to toggle spawns or adjust spawn weights/groups. These can now be done through datapacks. A list of all of the spawn datapacks for this mod are on the github at https://github.com/frikinzi/frikinzis_fauna/tree/1.20.1/src/main/resources/data/creatures/forge/biome_modifier
- Guppies give livebirth
- Minor adjustment on seagull model
- Overhauled walking/swimming bird AI, such as penguins and cormorants
- Added baby variant for sparrow
- Edible crabs spawn in oceans instead of beaches
- Make internal fixes to the bone names in the models to prevent awkward animation transitions between flying and non-flying
- Birds will no longer sleep when told to follow the owner
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:mDW6GwVp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OsLkXa0u:mDW6GwVp"
}

