vram-guild / canvas

Shader-Based Minecraft Renderer for Fabric
GNU Lesser General Public License v3.0
416 stars 40 forks source link

(1.20) Incompatible with any mod modifying MixinItemRenderer #436

Closed Syclusion closed 5 months ago

Syclusion commented 9 months ago

Crashes instantly with any mod that changes or adds its own.

Tested with geckolib, azurelib, portinglib and I'm certain MixinItemRenderer is the culprit, as disabling it in the canvas jar fixes the issue but leads to many more. Strangely this issue is nonexistent on the 1.19 version

spiralhalo commented 5 months ago

6ce75aea89209e3eca20bd18c0d98a45f1c23435 fixes the crashes. de9702037133a3f011a0abb02274fa36e521f825 adds azurelib and geckolib compatibility.

Thanks for reporting!