WallWand
A Fabric mod for Minecraft 1.21 that lets you build walls quickly.
Features
- WallWand — magic wand for fast wall building
- Build modes: Normal, Diagonal, Palisade, Tower
- Random mode: uses random blocks from your hotbar
- Adjustable width, height, and diameter (1–32 blocks each)
- Tower shapes: Round, Square, Diamond
- Three orientations: player-relative, North/South, East/West
- Uses a right-click selected material from your inventory
- Settings menu via sneak + right-click in the air
Installation
- Install Fabric Loader for Minecraft 1.21
- Place Fabric API in your
modsfolder - Copy the built mod JAR from
build/libs/wallwand-1.0.0.jarinto yourmodsfolder:- Windows:
%appdata%\.minecraft\mods\ - Linux:
~/.minecraft/mods/
- Windows:
Usage
- Hold the WallWand in your hand
- Sneak + right-click a block → select that block type as your material
- Keep the required building blocks in your inventory
- Sneak + right-click in the air → open mode, size, and other settings
- Right-click a block → place the structure on the clicked surface
Build modes
| Mode | Description |
|---|---|
| Normal | Straight wall |
| Diagonal | Sloped / ascending wall |
| Palisade | Zigzag wall |
| Tower | Round, square, or diamond tower (diameter + height) |
Random mode can be enabled for any mode and picks randomly from placeable blocks in your hotbar.
You can find the WallWand in the Creative tab Tools & Utilities, or craft it in survival mode:
Stone
Stick
Stone
(diagonal pattern on the crafting table)
Development
Requirements: Java 21
./gradlew build # Build the mod
./gradlew runClient # Start test client
The built mod is located at build/libs/wallwand-1.0.0.jar after a successful build.
License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See LICENSE for the full license text.