Links
Tags
Creators
Details
1.21.1-neoforge-0.1.0
Compatibility
Changes
0.1.0 测试版
具有mod最基本的功能
*可定期清理地面掉落物
*可通过配置文件修改清除时间间隔
*可通过配置文件修改提示文本信息
*可设置黑名单以过滤高价值物品
*可通过指令/allclear now快速清理地面掉落物
*可自动检测服务器tps,当tps过低时强制清除所有掉落物,支持通过配置文件设置tps阈值和强制清理时间间隔
0.1.0 Beta Version
Including all basic function
*Clean up the item entity regularly
*Custom modify the time interval between each clean up via config file
*Custom modify the reminder text via config file
*Custom modify the blacklist to filter the high value item
*Immediate cleanup using command /allclear now
*Monitor server TPS and trigger a mandatory clean-up when TPS too low, TPS threshold and mandatory clean-up interval time can be modify via config file
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:xLiWeLkg:y8AyRT6s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xLiWeLkg:y8AyRT6s"
}

