Skip to main content

Minecraft Beta & Preview - 1.19.30.20

Actor Properties

  • Numerical actor properties (float and integer) will now always clamp their values into the range of values specified

Add-Ons and Script Engine

  • minecraft:instant_despawn no longer affects players

Commands

  • Command selector now gets the same position for the player that the command origin player position gets

Marketplace

  • Fixed a bug where the text-to-speech feature would read the entire "My Content" page, both highlighted and non-highlighted items

Experimental Features

Commands

  • The "/execute if block" command now displays integer values for block positions (MCPE-156285)

GameTest Framework

  • Vector
    • Fixed a bug where function length would return undefined
    • Added function lengthSquared- Returns the squared length of the vector
    • Added stackOverflow as a possible WatchdogTerminateReason for the beforeWatchdogTerminate event
  • IRawMessage - Interface object representing a message
    • rawtext : (string | IRawMessage)[] - (optional) A list of text objects used to build a message
    • text : string - (optional) A string containing plain text to display directly. Only valid when used as a sub member in a parent rawtext or with member
    • translate : string - (optional) String representing a translation identifier to translate text in the player's selected language
    • with : (string | IRawMessage)[] - (optional) A list of text object arguments used to fill values in the translate text. Ignored when translate is not present
    • say(string | IRawMessage) - Used to broadcast a message to all players
    • tell(string | IRawMessage) - Send a message to a player
  • Fixed a bug where Dynamic Properties would not persist when using worlds hosted on Bedrock Dedicated Server or Realms
  • Pack dependencies on native modules can be declared using the module name without the need to specify a UUID, using the “module_name” attribute. The module name matches the import statement (e.g., “mojang-minecraft”)
  • Removed mojang-gametest module version 0.1.0; packs using "mojang-gametest" specific APIs must be updated to use GameTest version 1.0.0-beta
  • The "mojang-gametest" module 1.0.0-beta requires "mojang-minecraft" module 1.0.0-beta

General

  • Removed usage of minecraft:unwalkable block component and added block creative group and category to the block description