
uclearwastedisposal
一个 Minecraft 1.21.1 NeoForge 科技模组,提供化学品/流体的虚空销毁功能。专为大型 Mekanism 整合包设计,解决工业副产物处理痛点。 A Minecraft 1.21.1 NeoForge tech mod that offers void disposal for chemicals/fluids. Designed for big Mekanism packs, it tackles the headache of dealing with industrial by
1.0.0
Compatibility
Required content
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"
}

