Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Fowl Play
Fowl Play adds a variety of birds to Minecraft, with the aim of giving them realistic behaviours and sounds. Unlike the fluttering parrots of the base game, the avians of this mod can all take to the skies gracefully (except, of course, flightless birds). Some of them add ambience, others have useful features and all of them try to annoy you as much as they can, just like real birds!
Disclaimer
This mod is in beta, and some features are incomplete. As always, it's possible I may change some stuff that causes progress to be lost, or worlds to be corrupted. If you could help me find some bugs, that would be awesome!
Mobs
This mod adds a custom chicken model in the style of its other birds. The model can be disabled in the config, although a restart is required for it to take effect.
Added mobs:
- Penguin (Emperor penguin)
- Gull (Herring gull, ring-billed gull)
- Robin (American robin)
- Pigeon (Rock pigeon)
- Cardinal
- Blue Jay
- Old world Sparrow (House sparrow)
- Chickadee (Black-capped chickadee)
- Raven
- Duck (Mallard duck)
Planned additions (in order of priority):
- Hawks (Red tailed hawk, osprey)
- Woodpeckers (Downy woodpecker, pileated woodpecker, yellow-bellied sapsucker)
- Geese (Domestic goose, Canada goose)
- Eagles (Bald eagle, golden eagle)
- Owls (Great horned owl, snowy owl)
- New world Vultures (Black vulture, turkey vulture)
- Falcons (Peregrine falcon, gyrfalcon)
- Crows
- Finches (American goldfinch, house finch)
- New world Blackbirds (Red-winged blackbird, common grackle)
Frequently Asked Questions
Is this mod available on Forge? / Can I use Sinytra connector?
This mod currently does not have a Forge version. To use Sinytra connector, you must use a version under my GitHub releases. This is because the normal release will crash when using Sinytra. Additionally, if you are using the 1.21 version of the mod with Sinytra connector, mobs will no longer be able to move in water. To fix this, you will need https://github.com/unilock/sinytra1343. (Link to releases page)
Forge support is planned for the future, but it is not a priority at the moment, as I want to focus on adding new features and fixing bugs. If you would like to port the mod, you are completely free to do so! Just make sure to credit me and link back to this page, of course.
Here is the explanation for why you need to download a special release for Sinytra connector:
The two mixins fowlplay$modifySlipperiness and fowlplay$increaseAirSpeed in LivingEntityMixin cause a crash when loaded with Sinytra connector. This is because they modify code that does not exist when loaded with Forge. Both getAirSpeed() and getSlipperiness() are written differently in Forge compared to Fabric, which is what causes this crash. The special jars in the GitHub releases simply remove these two mixins. As for the fix for the 1.21 version, the solution was given in this thread.