Links
Creators
Details
1.4.0
Compatibility
Changes
Pigeon Potion 1.4.0
A major content update introducing two new potions, a new advancement, and several brewing system improvements.
New Potions
Friendly Potion
- Brewed from an Awkward Potion and a Poppy.
- Duration: 1 minute.
- Neutral and hostile creatures will stop targeting the affected entity.
- Friendly creatures within 10 blocks will be attracted and follow the affected entity.
Repel Potion
- Brewed from a Friendly Potion and a Fermented Spider Eye.
- Duration: 1 minute.
- Neutral and hostile creatures become aggressive toward the affected entity.
- Friendly creatures will avoid the affected entity.
New Advancement
Come With Me
Unlock by attracting a friendly creature while under the effects of a Friendly Potion.
Improvements
- Reworked brewing recipe registration.
- Improved JEI compatibility.
- Improved advancement icons and progression structure.
- Improved potion progression organization.
Fixes
- Fixed duplicate brewing recipe registrations.
- Fixed duplicated JEI brewing entries.
- Fixed several brewing progression inconsistencies.
Supported Versions
- Minecraft 1.20.1
- Forge 47.4.10
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:XRTu1ukl:x7dsHhKm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XRTu1ukl:x7dsHhKm"
}

