CobbleSpawnAlert Reforged

Adds Cobblemon spawn alerts with clickable chat actions, capture notifications, teleport helpers, and Discord webhook support.

File Details

CobbleSpawnAlertReforged-1.4.0.jar

  • R
  • Mar 27, 2026
  • 3.20 MB
  • 38
  • 1.21.1
  • NeoForge

File Name

CobbleSpawnAlertReforged-1.4.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:cobblespawnalert-reforged-1485115:7823827"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Full English changelog available on GitHub. Full French changelog available on our Discord.

Summary

This update fixes several NeoForge parity issues introduced around the 1.4.0 feature set. It restores missing UI command branches, fixes spawn alert interaction flow, and improves multiple client-facing UI and status displays.

Fixed

  • Fixed missing /csar config, /csar help, and /csar ui command visibility in the NeoForge command tree.
  • Fixed missing internal UI click command support required to open the Pokémon info screen from spawn alerts.
  • Fixed UI_ONLY mode not opening the Pokémon info UI when clicking a spawn alert.
  • Fixed incomplete spawn alert UI pipeline on NeoForge by restoring missing UI data and related message handling.
  • Fixed incomplete despawn listener parity on NeoForge.
  • Fixed broken or inconsistent PokemonInfoScreen rendering behavior on NeoForge.
  • Fixed ConfigHubScreen rendering issues causing an incorrect blurred background effect.
  • Fixed /csar ui command structure by removing incorrect extra subcommands such as mode status.
  • Fixed /csar sound status not showing the full sound configuration overview.
  • Fixed multiple NeoForge UI status output inconsistencies compared to the intended 1.4.0 behavior.

Added

  • Added /csar ui on.
  • Added /csar ui off.
  • Added /csar ui toggle.
  • Added full /csar ui status output showing available UI modes and render modes with the current selection highlighted.
  • Added full /csar sound status output showing global sound state, sound categories, and sound variants in a single summary.

Changed

  • Changed /csar ui status to use the intended structured status layout instead of the older short output.
  • Changed Pokémon info screen rendering to use a clean dark overlay instead of the broken blurred fullscreen effect on NeoForge.
  • Changed Pokémon capture indicator positioning in the info UI for better visual alignment.
  • Changed NeoForge command behavior to better match the expected Fabric 1.4.0 UX for UI-related commands.

Improved

  • Improved NeoForge parity across commands, internal click commands, message building, spawn listener flow, despawn flow, and Pokémon info UI behavior.
  • Improved readability of UI-related status messages.
  • Improved readability of sound status messages by grouping global settings, categories, and variants.

Notes

  • This update is primarily a NeoForge parity and polish update for the 1.4.0 feature set.
  • The invalid /csar ui profile ... behavior was removed because it did not match the actual NeoForge 1.4.0 config structure.