Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
0.6.1
Release
Cobblemon Fight or Flight Reborn 0.6.12 years ago 12.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
Compatible with Cobblemon 1.5 only
- Animation Support Support for animations from cobblemon mod when attacking(These animations are not designed for this mod so it might be weird)
- Wild Pokemon cries correctly when provoked.
- Player's Pokemon can taunt wild Pokemon.
- Added a new hotkey that let your pokemon start a battle with the pokemon that tries to attack you.
- Some abilities(intimidate, unnerve, pressure) can lower the nearby pokemon's aggro.
- The Wimpod line Pokemon will be recalled when taking damage and the health is below 50%.
- Using move outside battle can be used to evolve a Pokemon like Annihilape.
- Pokemon aiming optimization, increasing the accuracy.
- More specific move classification.
- The projectiles of ball and bomb moves can cause a small explosion that don't break the blocks.
- Balance tweaks.
- Bug fixes.
Complete changelog can be found on github: https://github.com/LyquidQrystal/fightorflight
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:JidVVB3f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cTdIg5HZ:JidVVB3f"
}

