promotional bannermobile promotional banner

HoloDisplays

A powerful packet-based hologram system built with Minecraft's display entities for better performance and flexibility.

File Details

holodisplays-0.4.7+1.20.6-sources.jar

  • R
  • Dec 15, 2025
  • 71.59 KB
  • 2
  • 1.21.1+3
  • Fabric

File Name

holodisplays-0.4.7+1.20.6-sources.jar

Supported Versions

  • 1.21.1
  • 1.21
  • 1.20.6
  • 1.20.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:holodisplays-1150354:7335651"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Updates & Improvements

  • API Improvements:
    • Added leftRotation and rightRotation variables display entities, allowing advanced control of rotations through quaternion.
    • Added properties variable to Block Display to allow blockstate control.
  • Performance Optimizations:
    • Implemented Spatial Partitioning to reduce visibility check complexity from O(Players × Holograms) to localized checks based on view distance.
    • Added Packet Bundling to reduce the number of packets sent to clients.
    • Reduced memory overhead by Flattening Entity Maps and utilizing optimized primitive collections.