Skip to main content

Minecraft Beta & Preview - 1.21.30.24

Add-Ons and Script Engine

  • Fixed bug where all custom blocks were rotated 180 degrees in the UI
  • The default for the "gui" "item_display_transforms" "rotation" field is [30, 45, 0] instead of [30, 225, 0]
    • "item_display_transforms": {
      "gui" : {
      "translation": [0, 0, 0],
      "rotation": [30, 45, 0],
      "scale": [0.625, 0.625, 0.625],
      "rotation_pivot" : [0, 0, 0],
      "scale_pivot" : [0, 0, 0],
      "fit_to_frame" : true
      }
      }

Editor

  • Removed screenshot and profile buttons from editor project pause menu

Items

  • The minecraft:dyeable component is now exposed to creators

Sounds

  • Specifying an invalid sound event in a sounds.json file will now trigger a content error 

Experimental Features

Gameplay

  • Focus Target Camera: Added rotation_speed in the free camera preset JSON to control the speed of rotation for targeting an entity. This value will be a float that represents degrees turned per second 
  • Focus Target Camera: Added snap_to_target bool in the free camera preset JSON to enable snapping to the target entity on the first tick 

Graphical

  • SSR no longer leaks in wrong direction on Android devices with the Deferred Technical Preview enabled