Started by
The1GiantWalrus
on
Topic category: Help with MCreator software
I want to add a new button to the death screen GUI. You know, the screen that shows the death message and all that?
Anyway, is this possible to do? And, how? If not on the death screen, then is it possible at all?
You can do this, but will make your mod incompatible with other mods that do this. Example for the code for this can be found in our Minecraft Link main screen overlay code: https://github.com/Pylo/MinecraftLink/blob/master/src/main/java/net/mcreator/minecraft/link/gui/ScreenEventHandler.java
Where do I put that code in and how do I make it show on the death screen?
You will need to detect death screen render event and build from there. You will need some Java knowledge for this, though.