CustomglTF

A glTF model loader library for Minecraft Fabric 1.20.1. Load and render 3D models in glTF format with shader support.

File Details

CustomGLTF-1.20.1-Fabric-1.0.0.1.jar

  • R
  • Jun 29, 2026
  • 571.43 KB
  • 6
  • 1.20.4
  • Fabric

File Name

CustomGLTF-1.20.1-Fabric-1.0.0.0.jar

Supported Versions

  • 1.20.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:custommcgltf-1503209:8341102"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog – v1.1

  • Fixed an issue where GLB models with WebP textures would fail to load in-game
  • Added fallback image decoder using Minecraft's native NativeImage API (stb_image) for WebP, PNG and JPEG support
  • Improved texture loading stability for GLB imports overall