forge
ModelLoader 1.14.4, 1.12.2 (Load Models in Format mcx and gltf)
ModelLoader 1.14.4, 1.12.2 is a library that allows mods to load models in format mcx and gltf. 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)) […]