Fabric API

Fabric API

106M Downloads

[1.17] Creating a custom RenderLayer is high-friction

williewillus opened this issue ยท 1 comments

commented

RenderLayer.of was made package-private in 1.17 (and its overload was made private).

Furthermore, because the return type is unnameable, an AW is required if you wanted to use an accessor to invoke it.

This is a lot of hassle for every single mod that does any sort of complex rendering, so I think Fabric API probably should have a call for this.

commented

This sounds like another great opportunity for global access wideners.