Keksuccino / FancyMenu

Source code for FancyMenu.
Other
158 stars 19 forks source link

Make Minecraft's Experimental Warning Screen Editable #913

Open Jetpack-Cat opened 2 months ago

Jetpack-Cat commented 2 months ago

I would like to be able to remove the text that appears on the experimental warning screen, to add in a story screen, as this screen shows after you click the create button on the world creation screen, and just before the world creation starts, and it only appears when you first create the world which would be a nice time to add in a "pre-story" bit that gives some lore. Once the player loads in I use custom GUIS to show some story screens before the player starts.

Keksuccino commented 2 months ago

Or you make a Custom GUI and check with a variable if the screen got opened already :D then you have a GUI that only opens once.

Jetpack-Cat commented 2 months ago

Or you make a Custom GUI and check with a variable if the screen got opened already :D then you have a GUI that only opens once.

Ahhh, but can it open after you click create world and before it shows the world Creation screen.

I need to start using variables