Edit

Minecraft Bedrock 1.20.10 Update Notes for Creators

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

Holiday Creator Features

Several Item Components have released and are now available without using the Holiday Creator Features experiment toggle.

Additionally, bone_visibility (part of the geometry Block component) has Molang capability added, restoring the functionality to be closer to the original experimental part_visibility component.

Creator API

A fourth 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.3.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.4.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.