<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABedrock_Editor_0.6.9</id>
	<title>Minecraft:Bedrock Editor 0.6.9 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABedrock_Editor_0.6.9"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.6.9&amp;action=history"/>
	<updated>2026-04-21T16:24:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.6.9&amp;diff=92701&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.6.9&amp;diff=92701&amp;oldid=prev"/>
		<updated>2026-04-20T11:11:57Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{More images}}&lt;br /&gt;
{{Infobox version&lt;br /&gt;
| title = v0.6.9&lt;br /&gt;
| edition = Editor&lt;br /&gt;
| date = July 17, 2024&lt;br /&gt;
| client = 1.21.20.23&lt;br /&gt;
| prevparent = 0.6.0&lt;br /&gt;
| prev = 0.6.8&lt;br /&gt;
| next = 0.6.10&lt;br /&gt;
| nextparent = 0.7.0&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bedrock Editor v0.6.9&amp;#039;&amp;#039;&amp;#039; is a minor alpha release for the &amp;#039;&amp;#039;[[Minecraft:Bedrock Editor]]&amp;#039;&amp;#039; released on July 17, 2024, which makes some UI and API changes.&amp;lt;ref&amp;gt;{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/185|title=Release 0.6.9 (1.21.20.23)|website=GitHub|date=July 17, 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/28486285876237|title=Minecraft Beta &amp;amp; Preview - 1.21.20.23|website=Minecraft Feedback|date=July 17, 2024}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;UI&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added persistence for the default hotbar.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:API]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|ExtensionContext.settings.theme}} which will represent the In-World UI Theme.&lt;br /&gt;
** This feature currently has three functions: {{cd|resolveColorKey(string): Color}}, {{cd|setCurrentTheme(string): void}}, and {{cd|getThemeList(): string[]}}.&lt;br /&gt;
** There is a single {{cd|minecraft:default}} theme.&lt;br /&gt;
** Future work will add the ability to create, modify, and delete custom themes but the default themes will not be modifiable.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;UI&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Updated block hotbar to have non-air defaults.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:API]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Updated subset of {{cd|PropertyPane}} API to use {{cd|IObservable}} pattern.&lt;br /&gt;
** Added an alternative Property Pane {{cd|addVector3}} API that leverages type safe {{cd|IObservable}}. Observables can be created using {{cd|makeObservable}} API.&lt;br /&gt;
*** Added interfaces {{cd|IVector3PropertyItem}} and {{cd|IVector3PropertyItemOptions}} for the new property item.&lt;br /&gt;
*** Renamed function to create property bag {{cd|Vector3}} to {{cd|addVector3_deprecated}}.&lt;br /&gt;
** Added an alternative Property Pane {{cd|addBool}} API that leverages type safe {{cd|IObservableProp}} value API.&lt;br /&gt;
*** Added interfaces {{cd|IBoolPropertyItem}} and {{cd|IBoolPropertyItemOptions}} for the new property item.&lt;br /&gt;
*** Renamed function to create property bag {{cd|bool}} item to {{cd|addBool_deprecated}}.&lt;br /&gt;
** Converted Property Pane {{cd|addText}} API to use {{cd|IObservableProp}}.&lt;br /&gt;
** Added interfaces {{cd|IButtonPropertyItem}} and {{cd|IButtonPropertyItemOptions}} for the button property item.&lt;br /&gt;
*** {{cd|IPropertyPane}} {{cd|addButton}} API can now take a plain function.&lt;br /&gt;
*** Removed {{cd|ButtonVarianttype}}, and added {{cd|ButtonPropertyItemVariant}} enum API.&lt;br /&gt;
** Renamed {{cd|EDITOR_PANE_PROPERTY_ITEM_TYPE}} enum API to {{cd|PropertyItemType}}.&lt;br /&gt;
** Converted property pane {{cd|addImage}} API to support {{cd|IObservable}}. It will also be possible to use custom image formats like icon and block with {{cd|ImageResourceData}} as value.&lt;br /&gt;
*** Added {{cd|onClickfunction}} and {{cd|alignment}} property to {{cd|IImagePropertyItemOptions}} API.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Bedrock Editor versions|alpha}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Bedrock Editor 0.6.9]]&lt;br /&gt;
[[Minecraft:pt:Bedrock Editor 0.6.9]]&lt;br /&gt;
[[Minecraft:uk:0.6.9 (Bedrock Editor)]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>