1.0.2
Compatibility
Changes
AuraBuild v1.0.2
Features & Improvements
-
Pixel Painter 2D/3D Editor (N key):
- In-game graphics editor for wall patterns, stamps, and mosaics.
- Tools: Pencil, Eraser, Flood Fill, and Bresenham Line.
- Axis selection (XZ, XY, YZ) with depth extrusion from 1 to 32 layers.
- Pattern rotation (R), horizontal flip (T), and live symmetry.
- Interactive in-world 3D hologram preview.
-
Copy & Paste (Clipboard / Schematic):
- Two-phase selection and copying to clipboard (COPY mode).
- Place cloned builds with a 3D ghost preview attached to the cursor.
-
Enhanced 3D Ghost Block Preview:
- 40% translucent rendering with seamless inner face culling.
- Smooth pulsing animation for enhanced visibility.
-
Undo & Redo System (Ctrl+Z / Ctrl+Y):
- Up to 10 build history steps with full block refund to player inventory.
-
16 Building Modes:
- Solid, Hollow, Walls, Floor, Circle/Cylinder, Sphere/Dome, Pyramid, Roof, Arc, 3D Line, Terrain Surface, Terrain Wall, Smooth, Clear, Copy, Pattern.
-
Symmetry & Smart Block Rotation:
- Mirror building along X or Z axes (M).
- Automatic direction placing for stairs, slabs, logs, and directional blocks.
-
Performance & Interface:
- Configurable building speed from 2 to 200 blocks/tick in Dark GUI (B).
- Real-time build progress HUD updates via ProgressPacket.
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:vBIiN9iJ:H9H1PnVE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vBIiN9iJ:H9H1PnVE"
}

