-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ethan Leitner edited this page Feb 19, 2026
·
3 revisions
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.
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 |
- Minecraft NeoForge 1.21.11
Add Hytale Model Loader as a dependency in your build.gradle:
dependencies {
implementation "com.litehed:hytalemodelloader:<version>"
}