Skip to main content

Minecraft Beta & Preview - 1.19.10.20

General

  • Renamed minecraft:block_collisionblock component to minecraft:collision_box 
  • Renamed the 'minecraft:block_light_filter' component to 'minecraft:light_dampening' and added appropriate versioning
  • Renamed the 'part visibility' component's field 'rules' to 'conditions' and added appropriate versioning
  • Renamed the 'crafting_table' component's field 'custom_description' to 'table_name' and added appropriate versioning
  • Updated documentation for "minecraft:map_color" and "minecraft:material_instances"

Items

  • Fixed minecraft:block_placeritem component to correctly trigger block component minecraft:on_player_placing 

Actors

  • Direction facing will now be preserved through a transformation from one actor type to another

Commands

  • Autocomplete suggestions now show only valid parameters

Gameplay

  • Fixed interaction priority when using a Bucket on a waterlogged and interactable block, eg. Lever (MCPE-154221)

Mobs

  • The Trader Llama is now its own dedicated mob instead of being a normal Llama with specific component groups

Technical Experimental Features

Commands

  • New execute command functionality is now available via the "Upcoming Creator Features" experimental toggle

GameTest Framework

  • Added argument keepVelocity: bool to functions teleport and teleportFacing - If true, preserves velocity when teleporting the Entity