json-model-extensions icon indicating copy to clipboard operation
json-model-extensions copied to clipboard

Minecraft JSON Model Extensions for Fabric

Results 4 json-model-extensions issues
Sort by recently updated
recently updated
newest added

Basically what it says on the tin—I'm going to be digging into the Item Model generation and rendering code myself when I have time, so I'll post any pointers here...

CrashLogs: https://bytebin.lucko.me/oro6DRIztP LatestLogs: [latest.log](https://github.com/vram-guild/json-model-extensions/files/10356855/latest.log) Taking the mod Indium out works but having the Indium mod crashes ![image](https://user-images.githubusercontent.com/100169742/210915843-991900e3-1c9a-424a-a881-01f4254bcfbf.png)

As stated with the title, when I use any shader with the latest version of this mod, there's a filled-in white box around the torch. I'm not sure why, but...

AOF6 seems to cause jmx to perform infinite recursion, until a stack overflow error is thrown. This pr adds a check if the parent is the current class to prevent...