
killblock
Kill Block — Any entity stepping on it dies instantly. Players take no damage. Dropped items can pass through this block.Kill Block Player Enchantment Detection: When a player kills an entity with an enchanted weapon held in their main hand, the kill app
3.5.0
Compatibility
Changes
必须空手右键可以打开Gui界面来进行配置,粒子线框修改为直线线框。【保留shift+右键提取经验功能】
空手右键单击以打开配置图形用户界面。将粒子线框更改为线框。 [按住 Shift + 右键单击以提取 XP 残留物功能已启用。]

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:oYny6ri5:E9Gk1uc0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oYny6ri5:E9Gk1uc0"
}
