This mod aims to adapt this classic library so that it can be used in modern mods.
This mod adds the ability to load content from your mod with MCX and GLTF templates into your game, registering the templates directly or loading the more refined and complex JSON templates from Blockstate.
Original Mod : ModelLoader
Original Mod Creator : Cout970
DISCLAIMER --
This mod is an adaptation and corrections made by the community, with all credit given to the original creators of the mod.
ORIGINAL CREATOR INFORMATION --
The MCX format is simply a JSON serialization of an IBakedModel, therefore it is simple and can be easily modified.
On the other hand, GLTF is a complex format that uses binary encoding to optimize file size, allows animations, and is becoming a standard in the gaming industry.
ORIGINAL CREATOR'S 3D MODELER --
The original creator included a 3D modeler in the mod description, which can be used to create both models included in this mod. For more information, visit the mod's official page.

