Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
All versions
0.10.8
Release
Cobblemon Fight or Flight Reborn 0.10.8last month 18K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
V0.10.8:
New Features:
- Add support for Cobblemon Size Variation, the size of the Pokemon can influence the Pokemon's aggression. The bigger Pokemon will be more aggressive by default. New config options are added so you can make your own adjustments.
- Added back the flight mechanic, it's not working very well currently due to the changes of the Cobblemon's Pokemon AI.
New Config:
- force_enable_flee: Required to be set to true for the flight feature.
- pokemon_share_yield: If this is set to true, all Pokemon that attacks the target Pokemon will get the EXP. and EV, or the last one will obtain the EXP. and EV.
- ender_dragon_has_dragon_type: (This is set to false by default) Give Ender Dragon Dragon Type when calculating the damage it takes. Please notice that the type effectiveness will be influenced by Ender Dragon's own damage reduction(check here for more information)
- min_xp_from_pokemon: The minimum EXP. player's Pokemon can gain from killing a Pokemon without the turn-based battle.
- max_xp_from_pokemon: The maximum EXP. player's Pokemon can gain from killing a Pokemon without the turn-based battle. If this value is lower than zero, there will be no limit.(This value is set to -1 by default)
Changes:
- Adjusted the xp mechanic so if a Pokemon is killed by player's Pokemons, all the Pokemon that dealt damage and didn't faint will gain the EXP. and EVs, the EXP. will be affected by the Pokemon count but EVs won't be influenced.
- Make the wild Pokemon try to attack the last entity that hit it.
Bug fixes:
- Fix the bug that friendly_fire_immunity_owner and some other related configs is not working currently.
- Fix the bug that the angry particle is created around a passive wild Pokemon.
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:3bB8nd7J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cTdIg5HZ:3bB8nd7J"
}

