File Details
dragonstechmagic-1.4.1.jar
- R
- Sep 2, 2025
- 102.47 KB
- 114
- 1.21.1
- NeoForge
File Name
dragonstechmagic-1.4.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
## [1.4.1] - 2025-09-02
### Fixed
- **Item Cleanup**: Fixed `ConcurrentModificationException` when clearing large amounts of items
- Implemented batch processing to prevent memory overload
- Added synchronization to prevent concurrency issues during item removal
- Improved thread management during cleanup
- Added verification of live items before removal
### Performance
- **Optimization**: Better performance when processing large quantities of items
- Batch processing of 500 items at a time
- Small pauses between batches to prevent server overload
- More efficient item count calculation using streams
- Separate processing by dimension/world for better management
### Technical
- **Code**: Refactored item cleanup system
- Removed redundant code
- Improved error and exception handling
- Cleaner and more organized code