Перейти к содержимому
Mineforgian

Atmospheric Fauna

Minecraft mod that adds birds and other fauna making your world feel alive.

Загрузки
4K
Подписчики
68
Обновлён
15 апреля 2026 г.
Лицензия
GPL-3.0-only

Опубликован 3 января 2026 г.

Atmospheric Fauna Logo

Minecraft mod that adds birds and other fauna making your world feel alive. Hugely inspired by the amazing mod Cosy Critters & Creepy Crawlies.

Linktree Ko--fi GitHub Modrinth Downloads CurseForge Downloads

WARNING! This mod is currently in early development. A lot of features might be missing or be buggy. Please be patient, as I don't have a lot of free time, and report any issues you find!


Description

Atmospheric Fauna is a Fabric mod which I created just to fix the lonely atmosphere of Minecraft. I decided to add (inspired by Cosy Critters & Creepy Crawlies) particle based birds that can fly around and interact with the world. The birds will all spawn in different biomes and have different behaviors. Some will like to be alone and some will like to be in flocks. Some will be scared of players and some will be curious. I want the mod to feel alive and dynamic, so the birds will react to the environment and the player in different ways.

My plan right now is to build a solid foundation for the mod, so I can easily add as many birds in the future as I want. So far I've used crows as a base bird, but later on I plan on adding a vultures and maybe some smaller birds like sparrows or robins. I'm also using this as a way to learn about modding and coding in Java, because it's something I've wanted to learn for a long time (also I might learn some pixel art as well).


Birds

Crows Can spawn in any Overworld biome. Can only spawn on dirt, leaves, logs, sand, snow, and stone blocks. They spawn in flocks of 3-9 birds. Will fly away if the player gets too close. Their behaviour is still work in progress.

Selection of photos: Crows

More birds will be added in the future!


Installation

Just make sure you have the latest version of Fabric Loader and Fabric API installed.

For the best experience I recommend using this alongside with ModMenu and Cloth Config to be able to customize the mod to your liking.


Contributing

I welcome all contributions! If you have feedback, bug reports, or improvements:

  • Open an issue on GitHub
  • Submit a pull request
  • Share and star the project ⭐

Ченджлог

v0.2.3+1.21.11Релиз1.21.11 · 15 апреля 2026 г.

Sorry for the late update, I could not decide if I want to keep updating the old version. However, since I made it easy for myself I can update it for a while. I will keep updating it until there are either too many merge conflicts or it's way too hard to update. For now there are no plans to support older versions since it would require me to rewrite a lot of code, but maybe in the future...

Changes:

  • Changed the way sprites are facing the camera
v0.2.3+26.1Релиз26.1 · 29 марта 2026 г.

Changes:

  • Ported to Minecraft 26.1
  • Changed the way sprites are facing the camera
v0.2.2+1.21.11Релиз1.21.11 · 5 февраля 2026 г.

Changes:

  • Added "Spawning on Chunk Load" and "Ambient Spawning" config options
  • Added minimum values to the config options (to prevent user inputting negative values)
  • Changed some of the flocking behavior
  • Changed crow take off to be more smooth
  • Lowered crow wing flapping speed when rising
  • Optimized a bunch of small things
  • Fixed crow spawning when crow limit number in config was really low
  • Fixed crow sprite not updating when going fast upwards
  • Fixed possible crashes
  • Fixed small memory leak
v0.2.1+1.21.11Релиз1.21.11 · 18 января 2026 г.

Changes:

  • Added "Spawn Below Sea Level" config option
  • Optimized the flocking data management
  • Fixed several spawning issues
  • Fixed some of the spawning condition checks
  • Fixed possible memory leaks
  • Changed the log messages to be unified with the rest of the project
v0.2.0+1.21.11Релиз1.21.11 · 16 января 2026 г.

At first I thought I would release a few of small updates, gradually fixing what was broken. However since Modrinth took forever to review this mod (not blaming them though, I hope they enjoyed their break 🥰) I didn't feel like releasing the changes and they somehow built up into this massive release. Honestly it feels like a completely different mod at this point, but it's still early in development. There are still quite a lot of things I would like to fix before I start adding more bird variants.

Changes:

  • Completely refactored and optimized the backend, now supporting easy addition of new birds
  • Fixed the crow spawning:
    • Crows spawn like they should (just set the Minecraft var alwaysSpawn to true lol)
    • Removed the custom height check -> Now only able to spawn above sea level
    • Rewrote the spawn location calculation to be further away (closer to config value)
    • Optimized the crow spawning if the max limit is reached
    • Added spawning attempt after loading every 4th chunk (to populate the world when it loads)
    • Added a list of spawnable blocks (to prevent spawning on things like water...)
  • Added a despawn distance (render distance + 16 blocks)
  • Added a random wing flapping offset to each crow
  • Rewrote perching logic:
    • Crows now should land more sparsely from each other when in group
    • Less inclined to perch after spawning
    • Fixed some bugs with group perching
    • Added longer perch cooldown based on how long the crows were perched
  • Added a check that adds any missing values inside the config file
  • Added max bird particle count config value
  • Replaced the missing Cloth Config disabled button with centered label
  • Changed some of the config tooltip texts
  • Categorized the config values inside the JSON file
  • Changed some of the default config values:
    • Max number of crows: 120 -> 50
    • Spawn tick delay: 100 -> 200
v0.1.0+1.21.11Релиз1.21.11 · 7 января 2026 г.

Changes:

  • Updated the wing flapping speed to be based on the vertical speed of the crow
  • Added crow debug text option to the config
  • Turned the mod to be completely client-side only (will figure out the server-side later on)
  • Reduced final jar file size (by not including the /docs folder)
  • Updated the mod icon
v0.1.0-alpha+1.21.11Альфа1.21.11 · 6 января 2026 г.

The first release, yippiee!!

Important info:

  • This is the alpha release, most things will be bugged or just not working at all
    • mostly the spawning and crow behaviour is not finished (but somewhat working)
  • Only works for Fabric loader and Minecraft 1.21.11

Комментарии

Загружаем…