0.1.5
Compatibility
Changes
HoloBuilder 0.1.5
This update adds two highly requested ways to transform schematics and improves the shortcut HUD across every supported version.
New Features
- Vertical rotation: schematics can now be rotated vertically, making it easier to place builds on walls, ceilings or in any orientation you need.
- Mirror mode: schematics can now be mirrored directly in HoloBuilder.
- NBT schematic support: HoloBuilder can now import and export the NBT-based
.schem,.schematicand.litematicformats, including compressed and uncompressed imports. - Selection controls: new shortcuts let you show or hide the
/holoposselection without losing it, or clear both selection points instantly. - The shortcuts for vertical rotation and mirror mode are displayed on the in-game HUD alongside the existing controls.
- The new selection shortcuts are also displayed on the HUD and can be changed in Minecraft's Controls menu.
- Mirror mode shows its current on/off state on the HUD.
HUD Improvements
- The HoloBuilder HUD now keeps a consistent size when Minecraft's GUI Scale setting is changed.
- Fixed distorted shortcut buttons on Minecraft 1.21.1.
- The Clear Selection shortcut now displays
Delinstead of the misleadingDlabel.
Fixes
- Fixed large schematics becoming partially invisible after a vertical rotation.
Supported Versions
HoloBuilder 0.1.5 is currently available for Fabric and NeoForge on:
- Minecraft 1.21.1
- Minecraft 1.21.5
- Minecraft 1.21.11
- Minecraft 26.1, 26.1.1 and 26.1.2
- Minecraft 26.2
One 26.1.x download works on Minecraft 26.1 through 26.1.2. Make sure to download the file matching your mod loader.
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:k9maSaFI:NnwBYmo9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k9maSaFI:NnwBYmo9"
}

