promotional bannermobile promotional banner

RecyclingService

This mod provides automated item cleanup for Minecraft servers to prevent lag from accumulated dropped items.

File Details

recyclingservice-2.0.1.jar

  • R
  • Sep 1, 2025
  • 105.57 KB
  • 10
  • 1.21.1
  • NeoForge

File Name

recyclingservice-2.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:recyclingservice-1338293:6951948"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  Major Changes:
  - Rewrote core system from chunk scanning to entity self-reporting

  Performance:
  - Much faster item collection (O(1) cache access vs chunk scanning)
  - Async processing with per-dimension error isolation

  Features:
  - Real-time chunk entity monitoring

  Bug Fixes:
  - Improved memory usage and cache management