2.0.0
Compatibility
Changes
Features π Auto-Cleanup: Periodically deletes dropped items to prevent lag buildup.
βοΈ Configurable Interval: Choose how often purges occur (default: every 10 minutes).
β Whitelist System: Protect important items (like netherite, stars, or keys) from deletion.
π¬ Smart Messaging: Only notifies players when items are actually removed (no chat spam).
π§ In-Game Configuration: Works with the Configured mod β edit settings directly from the Mods menu.
π Admin Commands:
/itempurge now β manually purge items.
/itempurge set <seconds> β change the cleanup interval.
/itempurge whitelist add/remove/list β manage protected items.
Perfect for servers or singleplayer worlds that lag from thousands of dropped items after farms, mob battles, or mining sessions. Runs quietly in the background, keeping performance high without touching entities or blocks.
MIT β free to modify and include in modpacks with credit.
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:VRRTD2An:yHTf4xBv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VRRTD2An:yHTf4xBv"
}

