the clear pause menu shows custom menu elements
bluffcon opened this issue ยท 0 comments
Describe the bug
when you click f3 + esc in vanilla, a clear pause menu pops up. it doesnt dim the screen and doesnt show any ui, but pauses the game. it is useful for screenshots and capturing a specific moment, etc. all vanilla elements get hidden when the clear menu is present, but fancymenu's buttons and other elements still show up. it is because it shares the identifier with the normal pause_menu, despite having a different title. i understand you can hide elements based on current screen title, but this feels like something that should be applied by default.
To Reproduce
- custom elements on pause_screen
- f3 + esc
Expected behavior
i'd expect them to be different screen to customize, or copy the vanilla behavior for custom elements automatically when this version of the screen is present.
DON'T SEND LOG SNIPPETS OR CRASH LOGS, PLEASE SEND THE WHOLE LATEST.LOG FILE!
Basic Information (please complete the following information):
- fm 3.7 for forge 1.20.1
