ModelLoader Mod 1.14.4

ModelLoader Mod 1.14.4/1.12.2 is a library in which the user is able to load models in MCX and glTF formats. It currently consists of two operation modes.

ModelLoader
ModelLoader

Features inside ModelLoader

Alongside the function above, you can find out other highlights. Specifically, you’re capable of using 2 operation modes as follows.

Loading models defined in the blockstate JSON files (ModelLoaderApi.registerDomain (MOD_ID))

Registering the models in a direct manner (ModelLoaderApi.registerModel(id, location))

It’s possible for you to take back the baked model and the original model data with (ModelLoaderApi.getModelEntry(id)).

The MCX format is a JSON serialization of an IBakedModel. Therefore, it’s simple and you can reset it without effort.

Meanwhile, the glTF format is complicated. It utilizes binary encoding to make the most use of the file size. It lets animations and it’s turning into a standard in the Minecraft industry.

Both of them are two types of models that you can generate with the author’s 3D modeler. The tool supports free vertex editing, UV editing, and animations.

You should access the official repository to search for more information.

ModelLoader is an API and Library mod. It needs you to download and install Minecraft Forge.

Requires:

Minecraft Forge

Shadowfacts’ Forgelin

Screenshots

Download Links

Minecraft Mod 1.14.4
Minecraft Mod 1.12.2
Developer:
cout970

Leave a Reply

Your email address will not be published. Required fields are marked *