Release 0.6.11 (1.21.30.22) #188
m-brisch
announced in
Announcements
Replies: 1 comment
-
Can we add an update to the villages and villagers like MCA? |
Beta Was this translation helpful? Give feedback.
0 replies
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.6.11 (1.21.30.22), as of Wednesday, August 7th, 2024.
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!
Deferred Lighting Settings update
We added a new
Water
dropdown to the Deferred Lighting Settings panel!Deferred.Water.mp4
You can learn more about the settings on the Deferred Lighting Learning page
Export Pane
We added a new panel to our export flow so you're able to customize the world settings before exporting to file
Updated Brush Tool
We made several improvements to the brush pipeline which should make things much more performant. There's a new
Single Block
brush shape for detailed work. We also addedMasking Mode
which allows you to enumerate types of blocks you want the brush to effect or ignore.Here's an example of using the replace mask to only apply the brush to the
acacia_leaves
:Replace.Mask.mp4
Ruler Tool
We added a new ruler tool to help plan out builds and show what the new client widget system can do.
Ruler.Tool.mp4
Full Change Log
Water
dropdown inside theDeferred Lighting Settings
panel.Export
pane inside the file menu to allow customizing world settings before exporting to file.Single Block
brush shape to allow more fine grain editing.Masking Mode
to customize how brushes interact with the world.Replace
will create a list of blocks that will be replaced when brushing. Blocks not in this list will not be impacted.Mask
will create a list of blocks that will be masked/ignored when brushing. Only blocks not in the list will be impacted.IRootPropertyPane
andISubPanePropertyItem
interfaces to improve property pane API usabilitycreatePropertyPane
andremovePropertyPane
functions forIPropertyPane
tocreateSubPane
andremoveSubPane
.Thank you for being here! You're the best! ❤️
Beta Was this translation helpful? Give feedback.
All reactions