You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Elementa's StencilEffect doesn't work in 1.18 as the enableStencil function doesn't have any implementation for versions less than 1.15.
To Reproduce
Steps to reproduce the behavior:
Call StencilEffect.enableStencil() in your mod's initializer
Add the StencilEffect to your component
Expected behavior
The component should be scissored around the parent component
Additional context
To enable stencils in 1.18, I found this gist, but I wasn't able to get it working properly.
The text was updated successfully, but these errors were encountered:
Describe the bug
Elementa's
StencilEffect
doesn't work in 1.18 as theenableStencil
function doesn't have any implementation for versions less than 1.15.To Reproduce
Steps to reproduce the behavior:
StencilEffect.enableStencil()
in your mod's initializerStencilEffect
to your componentExpected behavior
The component should be scissored around the parent component
Additional context
To enable stencils in 1.18, I found this gist, but I wasn't able to get it working properly.
The text was updated successfully, but these errors were encountered: