Translucent overlay help

Started by dontaviusthethird on

Topic category: Help with MCreator software

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Translucent overlay help

I am trying to make an overlay that gradually gets more transparent as it reaches the centre, as well as being translucent, like the nausea effect when you turn distortion effects off. Does MCreator have support for these kinds of overlays, if so, are there tutorials?

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey there! Most gradients in…
Mon, 12/23/2024 - 20:01

Hey there! Most gradients in vanilla Minecraft are handled using a simple texture for the overlay. For example, nausea just uses a texture named "nasuea.png" and the subtle vignette uses "vignette.png." If you want to make an overlay like that, you can just make a gradient texture. On the front of animating it to lower the opacity as it nears the center, I'm not certain that's possible in MCreator without manually making an animation or coding it.

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could I just copy the nausea…
Thu, 12/26/2024 - 08:08

Could I just copy the nausea.png and use it? And how would I use the nausea.png file as when I import it into MCreator, it appears as a white and black circle? Thanks in advance for both replies.