All versions
0.1.4
Release
HoloBuilder - Schematic Loader 0.1.4last week 40
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
HoloBuilder 0.1.4
Sorry for the delayed release. I had prepared this update but forgot to publish it while I was focused on Servant: Sealbound Companions.
Improved
- The
Materials Neededpanel now opens on the schematic that is actually loaded, instead of defaulting to the first file in the folder. - Clicking another schematic still previews its required materials without changing the active placement until
Loadis pressed. - Reopening the
Hmenu returns the selection and material preview to the currently loaded schematic.
Added
- Added
Numpad 0to unload the active schematic. This also stops active build-assist modes and clears pending placement commands. - Added
/holo undoto restore the previous block states from the last HoloBuilder build operation in the current session.
Compatibility
- Fabric and NeoForge builds for Minecraft 1.21.1.
- Fabric and NeoForge builds for Minecraft 26.1.2.
- The 1.21.1 files intentionally target 1.21.1 only; compatibility is not falsely declared for later 1.21.x versions.
Undo Notes
- Undo requires creative mode and the same command permissions as the build tools.
- Undo records only the latest HoloBuilder build operation for the current session.
- Block states and orientation are restored. Block-entity data such as container inventories cannot be recovered client-side.
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:HcM2fdSs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k9maSaFI:HcM2fdSs"
}

