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
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 uicommand 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_ONLYmode 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
PokemonInfoScreenrendering behavior on NeoForge. - Fixed
ConfigHubScreenrendering issues causing an incorrect blurred background effect. - Fixed
/csar uicommand structure by removing incorrect extra subcommands such asmode status. - Fixed
/csar sound statusnot 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 statusoutput showing available UI modes and render modes with the current selection highlighted. - Added full
/csar sound statusoutput showing global sound state, sound categories, and sound variants in a single summary.
Changed
- Changed
/csar ui statusto 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.