Iris Shaders

Iris Shaders

36M Downloads

Rename MixinBufferBuilder#vertexCount to avoid yarn mappings conflict

Qendolin opened this issue · 1 comments

commented

In yarn mappings BufferBuilder#vertices is also called vertexCount which causes an issue when having Iris as a dependency.

duplicate field net/irisshaders/iris/mixin/vertices/MixinBufferBuilder/vertexCount;;I in inputs
is the error that is generated when remapping Iris because both the @Unique field private int vertexCount; and the @Shadow field private int vertices; will have the same name under yarn mappings.

The two fields in question:

I suggest to rename vertexCount to something else to avoid the conflict.

commented

Fixed in Iris 1.7.2.