1.0.0
Compatibility
Changes
Bottled Omen
brings Minecraft 1.21’s raid-trigger mechanics to Forge 1.20.1 in a vanilla-faithful way. In 1.20.1, killing a Pillager Captain automatically applies Bad Omen; this mod fully removes that behavior and instead makes Captains drop an Ominous Bottle with a 100% drop rate, without replacing any normal drops (the banner and vanilla loot still drop as usual).
The Ominous Bottle is a drinkable item (with vanilla drinking animation and sound) that applies Bad Omen I–V for 120000 ticks (100 minutes), matching modern vanilla. Players gain full control over when to activate raids: drink the bottle when you’re ready, then entering a village starts the modern flow (Bad Omen → Raid Omen (30s) → Raid start). During the 30-second window, the process can be cancelled normally (e.g., with milk). The mod uses the vanilla raid system for spawning, waves, and difficulty scaling, ensuring broad compatibility with Forge 1.20.1 and other mods.
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:zyr3wyEO:8DXGIrWR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zyr3wyEO:8DXGIrWR"
}

