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
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 configcommands 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.