Tags
Creators
Details
Licensed MIT
Published 9 months ago
All versions
0.4.5-neoforged
Release
Smart item deleter V2 0.4.5-neoforged6 months ago 19
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
0.4.5-neoforged - 2026-01-18
Changes since 0.3.1-neoforged.
Added
- Added
logs/sidV2/cleanup.logandlogs/sidV2/stats.logwith automatic zip rotation on server start. /cleanup statsoutput now appends tologs/sidV2/stats.logevery run.- Added
oldestAttemptedAgeMsto cleanup log entries for each dimension. - Added per-dimension color coding to
/cleanup statsoutput (overworld green, nether red, end yellow, others purple).
Changed
- Cleanup summaries are now aggregated across dimensions; console output is a single line when enabled.
- Cleanup log output now always writes to
logs/sidV2/cleanup.logwhen deletions occur;consoleDebugLoggingonly controls the console summary. - Threshold/excess calculations now ignore filtered or protected items (only deletable candidates count toward the threshold).
Removed
- Removed
/cleanup dryrun.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bhzgSHHz:arPzu0cx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bhzgSHHz:arPzu0cx"
}

