Tags
Creators
Details
Licensed MIT
Published 9 months ago
All versions
0.3.1-neoforged
Release
Smart item deleter V2 0.3.1-neoforged7 months ago 186
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
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.
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:gDvvKbrI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bhzgSHHz:gDvvKbrI"
}

