Edit

Minecraft Bedrock 1.20.40 Update Notes for Creators

Minecraft Bedrock has been updated to 1.20.40 and there are a number of changes of note for creators. The following features do not require experimental toggles.

Entities

When the Camel and Sniffer were included in 1.20 they had several "internal-only" components that were not usable by creators. These components are now releasing allowing for better customization of the Sniffer and Camel mobs.

Creator API

Another set of Creator APIs have been released out of beta and into stable (see: script versioning for information on how we version Creator APIs). These APIs should be a lot more stable and also allow Marketplace content creators to leverage them with backwards compatibility support.

APIs included in the @minecraft/server version 1.6.0 release:

Beta APIs will continue to be developed behind the Beta API experimental flag so if you want to use those, make sure you have that flag enabled and your manifest.json references will need to update to 1.7.0-beta. Read more about script versioning.

Scripting is a powerful way to add complex behavior to your experience. It allows for a professional development environment that includes profiling and hot reloading.

Get started with scripting.

What's Next

Looking ahead, here's what you can expect coming in future releases.

Creator API

Additional scripting APIs are planned to move to stable in an upcoming release:

  • Explosion Events
  • World Dynamic Properties
  • Entity Dynamic Properties
  • Player Interact Events

For more information on what's next, follow our Beta/Preview Changelogs.