Tags
Creators
Details
0.9.0
Compatibility
Required content
Changes
V0.9.0:
This version is for Cobblemon 1.6 and 1.6.1! The new version for Cobblemon 1.7 will be released in a few days.
Since Cobblemon 1.7 is released. 0.9.0 will be the last version that adds new features and supports Cobblemon 1.6.1. However, I will still fix the bugs reported before 2026.1.1 for Cobblemon 1.6.1.
New Features:
- Quick Attack and some of the other moves with high priority will approach the target quickly if the pokemon is distant from the target and the pokemon is trying to use the move.
- Some moves can create a storm at the target position. The storm will be started after a short period of time after being created.
- Some moves can create a whirlpool at the target position. It will try to hurt the targets within the range and slow them.
- The size of the pokemon(More accurately, the width of the bounding box of a pokemon) will influence the radius of the area of effect.
New Config:
- quick_attack_like_move: Moves that is similar to Quick Attack, the Pokemon will approach the target quickly if it is distant from the target when the pokemon is trying to use the move.
- delayed_aoe_at_target_position: Moves that will create an area that will deal the damage to the targets after a short period of time.
- delayed_aoe_can_float: Moves that can create the area of effect in the air, if a move is included in delayed_aoe_at_target_position but it is not included in this list, the area of effect will be created on the ground below the target if the target is in the air.
- delayed_aoe_rise_up_tornado: Moves that will create a tornado after a short period of time. The storm has a much higher bounding box height compared to the whirlpool.
- delayed_aoe_bounding_whirlpool: Moves that will create a whirlpool at the target position, this whirlpool will be activated after a short period of time. Dealing damage to the targets and slowing them down.
- delayed_aoe_is_instant: Moves that will trigger its effect only on its activation.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fightorflight-fabric-0.9.0-sources.jar | Unknown | 219.9 KiB |
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:cTdIg5HZ:6McAEN1y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cTdIg5HZ:6McAEN1y"
}

