Mineuniverse
Log in Register
Mods

Hologram API

A simple API which simplifies creating client-sided in world text. Highly customizable and supports animations!
by tricube
Download Claim this project
18,280 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library

Hologram API

A simple API for supporting in-world text rendering on the client side. This mod was created to simplify the creation process of Better Damage Indicator and Holographic Health Indicators. Feel free to use this mod for your projects if it suits your needs.

demo

For developers

Setup

Download a version of the mod that is suitable for your version. Add this to dependencies

modApi files("<your file path>")

<your file path> should be replaced to where your downloaded mod is.

Note: use double \\ instead of \ in your path to avoid formatting. Example:

modApi files("C:\\Users\\UserName\\Documents\\hologram_api-fabric-1.0.0 1.21.1.jar")

Example Usage

Component component = Component.literal("Hello World!").withStyle(ChatFormatting.GREEN); //create a minecraft component 
Hologram hologram = HologramAPI.create(comp, 0,80,0).lifetime(40).shadow(true).scale(2).renderDistance(20); //creating the hologram
hologram.onUpdate(h -> { //setting the animation (updates 20 times a second)
  h.y += 0.05f; //example animation to rise one block up every tick.
});

This creates a hologram with text "Hello World!" at coordinates 0, 80 ,0. It lasts for a total of 40 seconds and has a scale of 2. Additionally, it will only render when the player is within 20 blocks of radius.

Hologram API 2.0.2 Fabric 1.21.6
MC Fabric, 1.21.8, 1.21.6, 1.21.7
Release 2026-06-01 Get
Hologram API 2.0.2 Neoforge 1.21.1
MC 1.21.1, NeoForge
Release 2026-06-01 Get
Hologram API 2.0.2 Forge 1.20.1
MC 1.20.1, Forge
Release 2026-06-01 Get

More from tricube

Holo Items
797
Quick Access
752
Optimized Fullbright
56,827
Better Multiplayer Sleep
54,748
Holo Health Indicator
5,430
Blocks Previewer
4,994

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314