Hologram API

Hologram API

API for client-side in world text rendering.

by
16.4K Downloads
fabricforgeneoforgelibraryutility
Rent Server with this Mod

Screenshots

Hologram API Screenshot 1

About this Mod

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 my mods. Feel free to use this mod for your projects if it suits your needs.

List of my mods using this API:

Modrinth Curseforge
Holo Damage Indicator Holo Damage Indicator
Holo Health Indicator Holo Health Indicator
Holo Items Holo Items

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>")

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.

Available Versions

Hologram API 2.0.2 Fabric 1.21.6release
MC 1.21.6, 1.21.7, 1.21.8fabric
June 1, 2026
Hologram API 2.0.2 Fabric 1.21.5release
MC 1.21.5fabric
June 1, 2026
Hologram API 2.0.2 Fabric 1.21.2release
MC 1.21.2, 1.21.3, 1.21.4fabric
June 1, 2026
Hologram API 2.0.2 Fabric 1.21.1release
MC 1.21.1fabric
June 1, 2026
Hologram API 2.0.2 Fabric 1.20.1release
MC 1.20.1fabric
June 1, 2026

How to Install Hologram API on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Hologram API". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforge

Minecraft Versions

26.1.2, 26.1.1, 26.1 (+11 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Hologram API server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.

Is Hologram API compatible with fabric and forge and neoforge?

Hologram API officially supports fabric, forge, neoforge for Minecraft 26.1.2, 26.1.1, 26.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Hologram API – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Hologram API consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Hologram API with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Unsupported

Supported Versions

26.1.226.1.126.11.21.111.21.101.21.81.21.71.21.61.21.51.21.4+4 more