Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- Camel Components
- Sniffer Components
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:
- Camera APIs
- Moon Phase APIs
- Entity "is" properties
- Entity Rotation APIs
- Entity
- ItemStack + its properties and methods
- More Block Events
- Set Weather API
- Dimension
- Entity Lifetime Events
- Block isAir/isLiquid
- Entity Properties APIs
- Entity
- Player Experience/Level
- Player Dimension Changed Events
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.
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.