Hytale Model Loader
ModMIT

Hytale Model Loader

Allows the use of Hytale blockymodel files in mods or resource packs as well as blockyanim files in mods only

12
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About Hytale Model Loader

Hytale Model Loader enables importing models from Hytale into Minecraft. Currently it can load .blockymodel files and render them in the game as blocks and items. There are plans to add .blockyanim support as well as entity model support.

Currently these custom models can be loaded for use with resource packs and mods.

Here is an example block model JSON utilizing the loader:

{
  "loader": "hytalemodelloader:blockymodel_loader",
  "model": "hytalemodelloader:models/pot.blockymodel",
  "render_type": "minecraft:cutout",
  "textures": {
    "texture": "hytalemodelloader:block/pot_texture",
    "particle": "hytalemodelloader:block/pot_texture"
  }
}