Links
Tags
Creators
Details
All versions
0.3.0+26.2
Alpha
0.3.0+26.2last month 37
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Added localization for common config key
pigeon.allow_self_delivery. (#8) - Naming Pigeon with the name of a very specific fictional character will alter its appearance, inspired by said very specific fictional character. (#9)
- Temporarily use sounds from vanilla parrots for Pigeons. (#3)
Changed
- Right-clicking the front side of a Bird Cage containing a Pigeon now releases the Pigeon.
- Hitbox scaling for Pigeon and its eye-level is now more accurately sized to the model.
- Updated minimum NeoForge version to 26.2.0.57.
Fixed
- Fixed an issue where Pigeon Chat loads in an environment where GCL cannot load. (#16)
- Fixed an issue where common configuration is still editable from the client side edit screen when connected to a dedicated server. (#17)
- Delivery assignment that began when the Bird Cage is unblocked now correctly cancels the assignment if the cage is blocked after target selection. (#14)
- Capturing Pigeon with a Bird Cage in creative mode now actually captures the Pigeon. (#18)
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:t76OI5IO:6e54Nue2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t76OI5IO:6e54Nue2"
}

