Skip to content
Ethan Leitner edited this page Feb 19, 2026 · 3 revisions

Hytale Model Loader

Hytale Model Loader is a NeoForge mod that lets you load and render Blocky models (.blockymodel) in Minecraft. It supports file-based and procedural bone animations and works both for resource pack authors replacing existing models and mod developers adding new blocks and items.

Getting Started

Choose the section that fits your use case:

Page Who it's for
Resource Packs Replacing existing item or block models without writing code
Modded Blocks and Items Adding new blocks and items to a mod
Block Animations Making blocks with animated bones using .blockyanim files or procedural code

Requirements

  • Minecraft NeoForge 1.21.11

Installation for mod authors

Add Hytale Model Loader as a dependency in your build.gradle:

dependencies {
    implementation "com.litehed:hytalemodelloader:<version>"
}

Clone this wiki locally