Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
All versions
1.4.0+26.2
Release
OmniBuild Wand 1.4.0+26.22 months ago 477
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.4.0
- 新增采集模式:用副手工具批量采集,时运 / 精准采集 / 耐久附魔全部生效;耐久剩 1 点自动停手,绝不把工具挖断。
- 新增连锁选区(按 V 在 方形 / 智能 / 连锁 间循环):只沿同种方块蔓延,配合采集即连锁伐木 / 连锁挖矿。
- 填充 / 粘贴 / 移动现在可覆盖草、水、岩浆、雪层等可替换方块,不再只填空气。
- New Harvest mode: bulk-mine a region with your OFFHAND tool — all enchantments (Fortune / Silk Touch / Unbreaking) apply; stops at 1 durability so the tool never breaks.
- New Chain selection (V cycles Box / Smart / Chain): floods same-type blocks (26-dir) for chain-chopping logs / vein-mining ores.
- Fill / paste / move now build over replaceable blocks (grass, water, lava, snow), not just air.
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:J8VejjJo:xDt1RcCl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J8VejjJo:xDt1RcCl"
}


