Started by
Matt The Banana
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
My question was how do you make the overlay appear.
I just said it. If you wear the mask, it would send a procedure that causes the overlay to appear.
Okay. This was not my question though.
What exactly is your question, then?
How do I add a vignette to the screen?
create an image as the vignette and then create an overlay in mcreator with that image