
1.8.10-1.21.5 Yarn method name conflict
Qendolin opened this issue ยท 3 comments
This method name, and it's implementation in the corresponding mixin class conflicts with the yarn name for glId
, which is also getGlId
.
Consider changing the name?
Can confirm. This also makes it impossible to test mods for Iris compatibility in a development environment with yarn mappings.
At game startup, there is a StackOverflowException thrown with getGlId(), likely from mixin common/src/main/java/net/irisshaders/iris/mixin/MixinGpuTexture.java
.
Fixed in bcaf298