All versions
钻孔机
钻杆
1.0.0
Release
uclearwastedisposal 1.0.03 weeks ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
新增内容
方块
钻孔机 drilling_machine
- 2 格高的多方块结构机器
- 放置时可根据朝向旋转(FACING 属性)
- 需要使用镐挖掘,掉落需精准采集附魔
钻杆 drilling_machine_top_empty
- 由钻孔机自动在下方生成,不可手动放置
- 无掉落物,破坏后消失
物品
- 钻孔机物品:创造模式物品栏 > 材料 (INGREDIENTS) 标签页
合成配方
钻孔机的有序合成配方(需 Mekanism):
| 格位 | 材料 |
|---|---|
| 上 | 铁块 (minecraft:iron_block) |
| 中 | Mekanism 终极加压管道 (mekanism:ultimate_pressurized_tube) |
| 下 | 黄色混凝土 (minecraft:yellow_concrete) |
I
P
C

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

