HomeJavaModsCobblemon: Fight Them All
Cobblemon: Fight Them All
ModsJava

Cobblemon: Fight Them All

by ZeroDelusions · on Modrinth

Mod which extends Cobblemon to allow Pokemon-style fight with mobs. Free Minecraft Java mod for 1.21.1.

⬇ Download on Modrinth
Cobblemon: Fight Them All — screenshot 1Cobblemon: Fight Them All — screenshot 2

🔍 What is this mod?

Ever wondered what Pokémon really are? Some say aliens, others say animals. But if you think about it, aren't Minecraft mobs just as mysterious? If Pokémon can battle, why can't mobs? This mod makes that possible!

What mobs can i battle?

Every single one! From pigs and skeletons to the Ender Dragon and the Warden - any mob can be battled. However, only configured mobs will have proper stats, moves, and abilities. Cobblemon battle screen with  Meowscarada and Warden in place of enemy-pokemon in deep-dark biom

Are modded mobs supported?

Yes! In theory, you can battle any mobs from any mod. However, some exceptions might exist due to mod-specific mechanics Cobblemon battle screen with Venusaur and Void Blossom (from Bosses of Mass Destruction mod) in place of enemy-pokemon in superflat world, plains biom

Planned Features

Know Issues

Config

Config settings may change over time. Current version is far from complete. You can find two config files in your minecraft/config folder:

Client Config (cobblemon_fight_them_all_client.json5)

Controls client-side settings, such as:

Example portrait config for the Warden:

"minecraft:warden": {  
    use_scale_as_override: true,  
    scale: 20.0,  
    is_flipped_x: false,  
    is_flipped_y: true,  
    is_flipped_z: false,  
    use_rotate_as_override: false,  
    rotate_x: 0.0,  
    rotate_y: 0.0,  
    rotate_z: 0.0,  
    use_translate_as_override: false,  
    translate_x: -0.15,  
    translate_y: 0.1,  
    translate_z: 0.0  
}

Server Config (cobblemon_fight_them_all_server.json5)

Manages battle-related settings and PokeMob parameters. Changes take effect after restarting the server or game.

"abilities": [{
    "name": "furcoat",  
    "priority": "normal"  // (Options: highest, high, normal, low, lowest)
}]

Example moveset:

"moves": ["tackle", "growl", "splash"]
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more