25w21a · Custom Changelog      
                      Skip to main content          
                     
     
       

25w21a

25w21a
#

“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!”

New Features
#

  • Das Cloud Pattern wurde geupdated
    650
    Rare Creeper Cloud Pattern:
    650
  • Horses, Donkeys, and Mules können nun mit Karotten gefüttert werden um das wachstum zu beschleunigen, sie zu heilen und ihr temper zu verbessern

Music and Sound
#

Technical Changes
#

  • The Data Pack version is now 78
  • The Resource Pack version is now 62

Data Pack Version 78
#

650

Datadriven Entity Models/Animation Soon?

Dialogs
#

  • 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)

minecraft:text Input Control
#

  • max_length - maximum length of input, positive integer with default of 32
  • multiline - if present, allows users to input multiple lines, optional object with fields:
    • max_lines - if present, limits maximum lines, optional positive integer
    • height - height of input, optional integer in range 1 to 512
      • If this field is omitted, but max_lines is present, the height will be chosen to fit the maximum number of lines
      • If this and max_lines are both omitted, it will default to a height that fits 4 lines

minecraft:number_range Input Control
#

  • The steps field has been replaced with a new field:
    • step - step size, optional positive float
      • If present, only values of initial + >any integer< * step will be allowed
      • If absent, any value from range the is allowed
  • initial - if not specified, now defaults to the middle of the range

minecraft:multi_action_input_form Dialog Type
#

  • Added new field columns - positive integer describing number of columns, default: 2

Resource Pack Version 62
#

Sounds
#

  • Added entity/leashknot/break for when a Lead snaps
  • The following sounds have been renamed:
    • entity/leashknot/break1 -> entity/leashknot/unleash1
    • entity/leashknot/break2 -> entity/leashknot/unleash2
    • entity/leashknot/break3 -> entity/leashknot/unleash3
    • entity/leashknot/place1 -> entity/leashknot/leash1
    • entity/leashknot/place2 -> entity/leashknot/leash2
    • entity/leashknot/place3 -> entity/leashknot/leash3
  • The following sounds have been added for shearing Saddles, Horse Armor, and Carpets from Llamas
    • mob/horse/armor_unequip
    • mob/horse/saddle_unequip
    • mob/llama/unequip