0.3
Compatibility
Changes
Added Pelicans!
Pelicans live in swamps, mangrove swamps, and beaches, and are currently flightless (but will become flying birds again after a move controller rework). They are the first tamable bird in Katt's Ornithology, and can be tamed using fish. After being tamed, a pelican's owner can right click on the pelican with a stack of items in hand, and the pelican will store that stack in its beak.
- Pelicans can hold up to one stack of any item
- Right-clicking on a pelican with an empty hand will give you whatever stack of items the pelican was holding
- Right-clicking on a pelican with an empty beak and an empty hand will make the pelican sit
- Right-clicking on a pelican with an item in hand and a different item in the pelican's beak will switch the items
New items: Pelican Feather and Pelican Spawn Egg
- Pelican Feathers provide a +5% bonus to Glide, +10% bonus to Endurance, and +10% bonus to Shield
Other fixes:
- Fixed positioning of baby crows' heads
- Fixed issue where bird feeder would not show up in creative inventory
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:pyBRs5SC:bjOak85U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyBRs5SC:bjOak85U"
}

