promotional bannermobile promotional banner

Cobblemon Death Bunny

death mechanics with a dramatic pokeball-shattering death screen for Cobblemon

File Details

cobblemon-death-bunny-1.1.0.jar

  • R
  • Feb 4, 2026
  • 1.31 MB
  • 382
  • 1.21.1
  • Fabric

File Name

cobblemon-death-bunny-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemon-death-bunny-1454040:7576433"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.1.0] - 2026-02-04

Added

  • Vanilla Death Penalties: Separate currency penalty for non-battle deaths (fall damage, mobs, drowning, etc.)
  • New config options:
    • currencyPenaltyOnVanillaDeath - Enable/disable vanilla death penalties
    • vanillaDeathPenaltyPercent - Separate percentage for vanilla deaths
  • Double-Penalty Prevention: Smart tracking prevents being charged twice when battle death triggers vanilla death handler
  • Added fabric-language-kotlin as explicit dependency (prevents silent failures)

Changed

  • Vanilla death handler now uses percentage-based penalties (was hardcoded 100)

Fixed

  • Fixed issue where currency penalties could be applied twice on battle deaths
  • Fixed silent mod loading failures when Fabric Language Kotlin was missing

Technical

  • Added ConcurrentHashMap tracking for battle death penalties
  • Added markBattleDeathPenalty() and wasRecentBattleDeathPenalty() functions
  • Sound files re-encoded for better Minecraft compatibility

Compatibility

  • Tested with Cobblemon 1.7.3
  • Works on both singleplayer and multiplayer servers

[1.0.0]

Added

  • Initial release
  • Combined Cobblemon Whiteout and CobbleScreen features
  • Whiteout death mechanics (player dies when team knocked out)
  • Per-battle-type death rules (Wild, Trainer, PvP)
  • Currency penalties on death (CobbleDollars integration)
  • Battle end messages with zingers
  • Pokeball shatter death screen animation
  • Custom sound effects and "Determination" music
  • Comprehensive configuration system

Technical

  • Fabric mod for Minecraft 1.21.1
  • Requires Cobblemon 1.7.1+
  • Optional CobbleDollars support