ModelLoader 1.14.4, 1.12.2 is a library that allows mods to load models in format mcx and gltf.

modelloader mod for minecraft logo

Features:

There are 2 operation modes in the library:

  • Loading models defined in the blockstate json files (ModelLoaderApi.registerDomain(MOD_ID))
  • Registering the models directly (ModelLoaderApi.registerModel(id, location))

You can get back the baked model and the original model data with (ModelLoaderApi.getModelEntry(id))

The format MCX is just a json serialization of a IBakedModel so it simple and can be changed easily.

GlTF in the other hand, it’s a complex format that uses binary encoding to optimize file size, allows animations and it’s becoming an standard in the game industry.

Screenshots:

ModelLoader mod for minecraft 01

ModelLoader mod for minecraft 02

ModelLoader mod for minecraft 03

ModelLoader mod for minecraft 07

ModelLoader mod for minecraft 08

ModelLoader mod for minecraft 09

Both types of models can be created with cout970’s 3D modeler program, it supports free vertex editing, uv editing and animations. There are some screenshots of the program:

ModelLoader mod for minecraft 04

ModelLoader mod for minecraft 05

ModelLoader mod for minecraft 06

Requires:

Minecraft Forge

Shadowfacts’ Forgelin

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

ModelLoader Mod 1.14.4, 1.12.2 Download Links

For Minecraft 1.12.2

Download from Server 1

For Minecraft 1.14.4

Download from Server 1

Click to rate this post!
[Total: 2 Average: 3]