All versions
1.0.1
Release
ChestLootControl 1.0.13 months ago 60
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
v1.0.1 (Initial Release)
- Added
/clearallchestscommand: instantly clears all items from loaded chests, trapped chests, barrels, and shulker boxes. - Added
/fillchestscommand: fills loaded containers with custom items at a configurable probability, with full NBT support. - Fixed a bug where containers with a Z-coordinate ≤ -800 were not being processed by commands.
- The mod now correctly iterates all loaded chunks regardless of coordinate sign.
v1.0.1(首个正式版)
- 新增 /clearallchests 指令:一键清空所有已加载箱子、陷阱箱、木桶、潜影盒中的物品。
- 新增 /fillchests 指令:可按自定义概率和物品列表为已加载容器填充物品,支持完整 NBT 标签。
- 修复了 Z 坐标 ≤ -800 的箱子不被指令处理的 bug。
- 指令现已正确遍历全部已加载区块,不再受坐标正负号影响。
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:Zn6Frplc:mUQBUv6w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Zn6Frplc:mUQBUv6w"
}

