Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 3 weeks ago
All versions
alpha1.0.1
Alpha
添加掘进者3 weeks ago 45
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
手持铁镐的僵尸变种,从地底发起攻击。破土而出战斗,打完钻回地下,循环往复。
行为:
- 默认在地面以下 4 格处掘进移动,持续追踪目标
- 到达目标正下方(垂直距离 ≤ 0.5 格)时触发破土动画,钻出地面进入战斗
- 地面战斗 15 秒后自动潜回地底,继续地下追踪
- 目标逃出 16 格时立即遁地追击
- 地底掘进时地面持续喷溅土壤颗粒和灰尘
属性:
| 项目 | 数值 |
|---|---|
| 生命值 | 30 ❤ x 15 |
| 攻击力 | 5 |
| 护甲值 | 4 |
| 追踪范围 | 40 格 |
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:1g6N19un:omerJBsk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1g6N19un:omerJBsk"
}

