“Summer is finally here in Stockholm on this fine Snapshot Tuesday - but it seems some of our developers missed those beautiful, gray, rainy skies far too much and absolutely insisted on giving the clouds in Minecraft new look. What a de-light!”
run_command click actions will now correctly close dialogs and book screens even if the command does not require elevated permissions
Dialogs should now correctly return to the previous non-dialog screen on close in all cases
If a new dialog is received by the client while warning screen is visible, it will not replace it, but when user clicks the “Back” button, the new dialog will be restored instead
The sizes of elements in dialogs are now restricted:
buttons - between 1 and 1024 (inclusive)
minecraft:plain_message dialog body - between 1 and 1024 (inclusive)
minecraft:item dialog body
width of description - between 1 and 1024 (inclusive)
width - between 1 and 256 (inclusive)
height - between 1 and 256 (inclusive)
minecraft:text input control - between 1 and 1024 (inclusive)
minecraft:single_option input control - between 1 and 1024 (inclusive)
minecraft:number_range input control - between 1 and 1024 (inclusive)