MaskRenderLib

Added Rendering Method Using Masks.

Added a method that allows you to use a mask during rendering. example:

MaskRenderUtil.render(
    new ResourceLocation("yourmod", "textures/gui/main.png"),
    new ResourceLocation("yourmod", "textures/gui/mask.png"),
    0, 0, 0,
    200,200
);

main texture:

image

mask texture:

image

render:

image

The MaskRenderLib Team

HighCrafter tier frameprofile avatar
  • 15
    Followers
  • 36
    Projects
  • 5.7M
    Downloads

More from yiran1457View all