How do I make a screen overlay?

Started by Matt The Banana on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a screen overlay?

I have this item in my mod where when you put an item on your head, it is supposed to put an overlay over your screen so that no matter where you move, it stays on your screen. Kind of like a vignette.

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One simple way of doing so…
Sun, 05/26/2019 - 05:25

One simple way of doing so is if you have something on your head, it will run a procedure that will check whats on your head "which should be what you're wearing". It then will send out an input that will cause the overlay to appear. This procedure should be constantly running, otherwise you might have the overlay on your head for the rest of the game.

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My question was how do you…
Sun, 05/26/2019 - 05:29

My question was how do you make the overlay appear.

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just said it. If you wear…
Sun, 05/26/2019 - 17:25

I just said it. If you wear the mask, it would send a procedure that causes the overlay to appear.

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay. This was not my…
Sun, 05/26/2019 - 17:33

Okay. This was not my question though.

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What exactly is your…
Sun, 05/26/2019 - 17:39

What exactly is your question, then?

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I add a vignette to…
Tue, 06/11/2019 - 01:45

How do I add a vignette to the screen?

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create an image as the…
Tue, 09/29/2020 - 17:10

create an image as the vignette and then create an overlay in mcreator with that image