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

Getting Started
Requirements
- Minecraft 1.21.5
- Fabric Loader 0.16.14 or newer
- Fabric API
Adding Custom Hologram Models
- Place your
.objmodel 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:jhoggard0129@gmail.com)