Release 0.8.7 (1.21.70.22) #220
bryhaw-ms
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Read the previous release notes here
Summary
Hello and happy preview day 🥳! We are now on 0.8.7 (1.21.70.22), as of Thursday, February 5th, 2025.
As a reminder of Editor API support:
Additionally, if you're new to the Editor GitHub this week, we encourage you to join the Bedrock Add-Ons Discord #Editor channel!
Block Inspector
Block Inspector allows you to view block states and customize specific properties of blocks. This is incredibly useful to fine tune block details.
BlockInspector.mp4
*Note that not all properties are customizable for all blocks.
Entity Inspector
Similar to the Block Inspector Tool, the Entity Inspector allows you to view and modify properties of entities giving more control over things like variants of the entity.
EntityInspector.mp4
*Note that not all properties are customizable for all entities. To see your changes, un-pause entities under World Options->Pause->Entities.
Modal Overlay Pane
We added a new
IRootPropertyPane.createModalOverlayPane
API function, allowing the creation ofIModalOverlayPane
to display on top of the pane content, giving more flexibility on the UI of panes. Each pane supports one active modal overlay at a time, but it can own multiple modals. Modal overlays can be managed through the root pane'ssetActiveModalOverlay
function or the overlay pane'sshow
andhide
functionsModalOverlay.mp4
Full Change Log
IRootPropertyPane.createModalOverlayPane
API function, allowing the creation ofIModalOverlayPane
to display on top of the pane content. Each pane supports one active modal overlay at a time, but it can own multiple modals. Modal overlays can be managed through the root pane'ssetActiveModalOverlay
function or the overlay pane'sshow
andhide
functionsThank you for being here! You're the best! ❤️
Beta Was this translation helpful? Give feedback.
All reactions