Allows the use of Hytale blockymodels in mods
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"
}
}
Conversation