HoloBuilder - Schematic loader

Client-side schematic hologram builder with Fabric and NeoForge support.

File Details

holobuilder-neoforge-26.1.2-0.1.1.jar

  • R
  • Jun 25, 2026
  • 191.75 KB
  • 24
  • 26.1.2
  • NeoForge

File Name

holobuilder-neoforge-26.1.2-0.1.1.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:holobuilder-schematic-loader-1584709:8316417"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

HoloBuilder 0.1.1 Beta - Changelog

Materials Needed update.

This version improves the H menu by comparing schematic material requirements with the player's current inventory.

Added

  • The H menu now compares schematic material requirements with the player's current inventory.
  • The material list shows required, available, and missing counts.
  • The material grid shows compact inventory status below each item icon.
  • Tooltips now include item/block name, registry id, required amount, direct inventory amount, shulker box amount, pouch/bundle amount, total available amount, and missing amount.
  • Materials are color-coded:
    • green when enough items are available
    • yellow/orange when partially available
    • red when missing
  • Creative mode now displays material requirements without marking everything as misleadingly missing.
  • Inventory information refreshes while the menu is open.

Notes

  • Inventory counting is client-side only.
  • Main inventory, hotbar, offhand, vanilla shulker boxes, and readable bundle/pouch contents are counted.
  • Portable container reading is client-side and limited to one safe content level.
  • Modded portable containers are ignored safely when their contents are not exposed through standard readable client-side data.
  • No items are created, consumed, moved, or deleted.
  • Placement, hologram rendering, keybind behavior, and schematic loading are unchanged.