Minecraft Bedrock 1.21 Update Notes for Creators
Minecraft Bedrock has been updated to 1.21 and there are a number of changes of note for Add-On creators. The following features do not require experimental toggles.
Blocks
- Transform pivot point - We added an additional pivot point attribute to the block transformation component to facilitate rotation and scale operations. More information is available in the minecraft:transformation reference documentation.
- UV Rotations - This allows you to rotate the specified uv rect in 90 degree increments before applying it to a block face.
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.11.0 release:
- HUD Show/Hide APIs
- Weather Before Event
- Enchantment APIs
- EntityQueryOptions
- EntityQueryOptions
- Block TypeId
- Game Rules APIs
- GameRules
- GameRule
- GameRuleChangeAfterEvent
- GameRuleChangeAfterEventSignal
- World
- WorldAfterEvents
- Gamemode APIs
- Player
- PlayerGameModeChangeBeforeEvent
- PlayerGameModeChangeAfterEvent
- PlayerGameModeChangeBeforeEventSignal
- PlayerGameModeChangeAfterEventSignal
- WorldAfterEvents
- WorldBeforeEvents
- Block Volume APIs
- Color Component APIs
- EntityNavigation APIs
- Structure APIs
- Structure
- StructureManager
- EntityComponent APIs
- EntityComponent
- Item Cooldown APIs
- Player
- Sound APIs
- Dimension
- Selected Slot (Inventory) APIs
- Player
- Tameable / Mount APIs
- EntityTameMountComponent
- EntityAddRiderComponent
- EntityRideableComponent
- Seat
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.12.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.
Script API
- Player Interact Events
- Custom Components - allows extending Blocks and Items with the power of scripting. This is currently in experimental and we expect this to be stable in a couple of releases.
For more information on what's next, follow our Beta/Preview Changelogs.