HoloFrames

Quick rating

Community listing page, reviews here may not be monitored by the author.

HoloFrames

By blu1980Owner

No reviews yet

A Minecraft Fabric mod that allows you to display custom 3D hologram models in item frames using OBJ files and textures.

Mod Loaders
Minecraft

About

Description

HoloFrames

A Minecraft Fabric mod that allows you to display custom 3D hologram models in item frames using OBJ files and textures.

Features

  • Place hologram models in item frames using the Hologram item
  • Supports custom OBJ models and PNG textures
  • In-game GUI for selecting hologram models
  • Server-client synchronization of model data

Screenshots

HoloFrames Demo HoloFrames Demo 1

Getting Started

Requirements

  • Minecraft 1.21.5
  • Fabric Loader 0.16.14 or newer
  • Fabric API

Adding Custom Hologram Models

  1. Place your .obj model files and corresponding texture files (PNG) in:

config/holoframes/models/

2. The texture file name must match the reference in the OBJ file (e.g., `mtllib`/`usemtl`).
3. Restart Minecraft or reload the mod to load new models.

## Usage
- Craft the Hologram item using glass and lapis lazuli.
- Right-click with the Hologram item to open the model selection screen.
- Place the Hologram item in an item frame to display the selected hologram.

## Credits
- [FabricMC](https://fabricmc.net/)
- [Jackson Hoggard](mailto:[email protected])

HoloFrames

A Minecraft Fabric mod that allows you to display custom 3D hologram models in item frames using OBJ files and textures.

Features

  • Place hologram models in item frames using the Hologram item
  • Supports custom OBJ models and PNG textures
  • In-game GUI for selecting hologram models
  • Server-client synchronization of model data

Screenshots

HoloFrames Demo HoloFrames Demo 1

Getting Started

Requirements

  • Minecraft 1.21.5
  • Fabric Loader 0.16.14 or newer
  • Fabric API

Adding Custom Hologram Models

  1. Place your .obj model files and corresponding texture files (PNG) in: config/holoframes/models/
  2. The texture file name must match the reference in the OBJ file (e.g., mtllib/usemtl).
  3. Restart Minecraft or reload the mod to load new models.

Usage

  • Craft the Hologram item using glass and lapis lazuli.
  • Right-click with the Hologram item to open the model selection screen.
  • Place the Hologram item in an item frame to display the selected hologram.

Credits