Skip to main content

Minecraft Beta - 1.17.10.22 (Xbox One/Windows 10/Android)

MoLang

  • Fixed experimental 'query.target' to work on client-side queries

Data Driven Blocks

  • Updated documentation for 'BlockUnwalkableComponent'

General

  • Players will now be given a content error when custom recipes are invalid
  • Renamed "minecraft:scaffolding_climber" to "minecraft:block_climber", it now processes climbing both Scaffolding and Powder Snow

NPC Dialogue

  • Content creators can now create multi-page dialogues with branching narrative for NPCs using the '/dialogue' command and dialogue JSON files

GameTest Framework (Experimental)

Events

  • Renamed 'World.event.weatherChanged' to 'World.event.changeWeather'
  • Added event 'World.event.addEffect' - Fires when an effect is applied to an entity.
  • Added event 'World.event.createEntity' - Fires when an entity is added to the world.
  • Removed function 'World.addEventListener'
  • Changed function 'getDuration()' to property 'duration'
  • Changed function 'getAmplifier()' to property 'amplifier'
  • Added property 'displayName' - Gets the display name of the effect