All versions
1.0.5
Release
Build Assist Wands 1.0.5last month 86
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Build Assist Wands 1.0.1 ~ 1.0.5
Added
- Added a placement preview feature.
- When using a wand, an outline preview now shows where the next block will be placed.
- The preview supports all wand types and placement modes.
- Added mode switching for all wands.
- Wands now have Normal Mode and Alternate Mode.
- Modes can be switched by holding a wand in the main hand and left-clicking.
- Added mode information to wand tooltips.
- Added a mod logo for the mod list screen.
Changed
- Wands can now place blocks into replaceable blocks such as grass, flowers, snow, and water.
- Updated the placement preview to support replaceable blocks.
- Updated wand tooltips to match the new mode switching system.
- Adjusted wand durability values.
- Wooden 59 → 89
- Stone 131 → 196
- Iron 250 → 375
- Golden 32 → 89
- Diamond 1561 → 2341
- Netherite 2031 → 3046
Wand Mode Changes
Wall Wand
- Normal Mode: Searches upward.
- Alternate Mode: Searches downward.
Bridge Wand
- Normal Mode: Searches horizontally.
- Alternate Mode: Searches diagonally.
Stair Wand
- Normal Mode: Searches diagonally upward.
- Alternate Mode: Searches diagonally downward.
Fixed
- Fixed an issue where the preview outline could be hidden incorrectly by water surfaces.
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:LRNdjuIO:Zvxi09VK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LRNdjuIO:Zvxi09VK"
}

