Jump to content

[1.15.2] Is blending possible with texture overlays?


Andronomos

Recommended Posts

In an effort to avoid having to create 40+ textures in my mod I am attempting to rely on overlay textures. I've figured out how to get an overlay texture working the problem I'm facing now is how to blend the overlay with the base texture. Specifically, I want it to be blended using multiply. Is this possible?

 

I haven't had much luck finding information on the subject. Mostly irrelevant search results or conversations on changing item colors similar to how leather armor is dyed.

Edited by Andronomos
fixed typos/grammar
Link to comment
Share on other sites

Hi

 

It's become a lot harder to do that now that Minecraft uses render buffers to collate vertices and then renders them all at once.  I'd suggest that you use a dynamic texture instead (cached) and perform the blending calculations yourself.  

 

There are a couple of posts on this forum about that in the last couple of months.  Jayzx post about textures for entities (wolves, I think) and another thread about putting banner textures onto elytra cloaks.

 

Cheers

  TGG

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.