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.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.
- cooldown
- repairable
- placer
- record
- shooter
- projectile
- throwable
- can_destroy_in_creative
- hover_text_color
- max_stack_size
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:
- Entity and Item spawning
- Dimension
- Entity relocation/teleportation
- Entity Effects create/read/update/delete
- Entity
- Effect
- EffectType
- Entity Health components
- Player join/spawn/leave events
- WorldAfterEvents
- Basic Block After Events (Button Push and Lever Action)
- WorldAfterEvents
- Basic Block Component Model
- Block
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.