Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.2.x
Platforms
Creators
Details
Changelog
🚀 CLE Beta-v2.3
Config Version:
5
New Features
✨ New Features
- Added new entity-clearing configuration options:
protect-stacked-entitieswhitelist-all-mobs
- Added dynamic GUI toggles for:
- Entity-clearing settings
- Lag-prevention settings
- GUI now updates dynamically when settings are toggled, improving responsiveness and usability.
Improvements
🔧 Improvements
- Refactored entity-clearing logic to properly respect:
- Stacked entity protections
- Whitelisted mobs and items
- Consolidated and simplified protection checks within
shouldClearEntity. - Improved stacked entity handling in:
RoseStackerHookWildStackerHook
- Ensured proper stack removal with robust fallback logic for invalid or partially-stacked entities.
- Improved stacking API validation and removed redundant code paths.
- Simplified configuration by reducing mob and item whitelists for cleaner management.
- Improved config and message handling by safely merging defaults with user-defined settings.
- Optimized performance and reduced redundancy across entity-clearing and event handling logic.
Maintenance
🧹 Maintenance & Cleanup
- Fixed a potential memory leak related to notification handling.
- Resolved scheduling issues and improved task cleanup.
- General cleanup and internal refactoring.
Depend Updates
📚 Dependency Updates
- Updated RoseStacker to the latest version.
- Added WildStacker and updated to latest version.
- Updated Adventure to modern baselines (older
4.26.0no longer compiled correctly).
Bug Fixes
🪲 Bug Fixes
- Fixed cases where stacked entities were not properly removed or validated.
- Improved fallback behavior for invalid stacked entities.
- Fixed desync issues between GUI toggles and internal entity-clearing / lag-prevention states.
Removed
🗑️ Removed
- Removed
debug.entity-clearingconfiguration option. - Removed all related debug logging across entity-clearing logic and stacking hooks.
- Updated
READMEandconfig.ymlto reflect the removal of debug settings.
💡 Note: This update introduces a new config version (5).
Existing configurations will be automatically merged with new defaults.



