
Hologram API
API for client-side in world text rendering.
Screenshots

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 |

For developers
Setup
Download a version of the mod that is suitable for your version.
Add this to dependencies
modApi files("<your file path>")
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
How to Install Hologram API on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
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
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+11 more)
Server-side
✗ UnsupportedRecommended 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.
Similar Mods
Rent Modded Server
Install Hologram API with just one click on your server.