Smart item deleter V2

Smart Item Deleter v2 is a server-side optimization mod designed to automatically clean up dropped item entities when the item count exceeds a defined threshold.

File Details

smart_item_deleter_v2-0.3.1-neoforged.jar

  • R
  • Jan 7, 2026
  • 40.20 KB
  • 22
  • 1.21.1
  • NeoForge

File Name

smart_item_deleter_v2-0.3.1-neoforged.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:smart-item-deleter-v2-1423151:7430688"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

0.3.1-neoforged - 2025-11-29

Changes since 0.2.3
Now Compatible with NeoForge 21.1.215+, Youer-1.21.1, AsyncYouer-1.21.1

Added

  • Added /cleanup config commands to list, read, and set config values at runtime with tab completion, validation against the config spec, and saving changes before re-baking settings.
  • Added automatic discovery of config bindings and tracking of the active server config during load and reload so runtime updates target the correct spec.

Changed

  • Bumped NeoForge to 21.1.215 and retargeted the mod version to 0.3.1-neoforged.
  • Disabled console cleanup summaries by default (configurable via consoleDebugLogging).
  • Replaced chunk AABB scanning with level.getAllEntities() and per-level schedules to keep cleanup in lockstep with async ticking environments.