<?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.9.1</id>
	<title>Minecraft:Bedrock Editor 0.9.1 - 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.9.1"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.9.1&amp;action=history"/>
	<updated>2026-05-07T13:33:27Z</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.9.1&amp;diff=105700&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.9.1&amp;diff=105700&amp;oldid=prev"/>
		<updated>2026-05-05T11:12:21Z</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;{{Infobox version&lt;br /&gt;
| title = v0.9.1&lt;br /&gt;
| edition = Editor&lt;br /&gt;
| date = March 11, 2025&lt;br /&gt;
| client = 1.21.80.20&lt;br /&gt;
| prevparent = 0.9.0&lt;br /&gt;
| next = 0.9.2&lt;br /&gt;
| nextparent = 1.0.0&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bedrock Editor v0.9.1&amp;#039;&amp;#039;&amp;#039; is a minor beta release for the &amp;#039;&amp;#039;[[Minecraft:Bedrock Editor]]&amp;#039;&amp;#039; released on March 11, 2025, which changes the selection system and fixes bugs.&amp;lt;ref&amp;gt;{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/225|title=Release 0.9.1 (1.21.80.20)|website=GitHub|date=March 11, 2025}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/34870603664909|title=Minecraft Beta &amp;amp; Preview - 1.21.80.20|website=Minecraft Feedback|date=March 11, 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
* Added a new {{cd|RelativeVolumeListBlockVolume}} volume type for Editor use to replace {{cd|CompoundBlockVolume}}.&lt;br /&gt;
* Added a new Client Widget Bounding Box and Volume Outline components.&lt;br /&gt;
* Added keyboard repeat to cursor controls.&lt;br /&gt;
* Added visualization to Smart Fill tool.&lt;br /&gt;
* Added visualization to Extrude tool.&lt;br /&gt;
* Added visualization to Line tool.&lt;br /&gt;
* Added fields &amp;quot;Spawn Position&amp;quot;, &amp;quot;Time of Day&amp;quot; and &amp;quot;Weather&amp;quot; in a new section of initial play settings.&lt;br /&gt;
* Added feedback UI to show the progress and result.&lt;br /&gt;
* Added a &amp;quot;Custom Mapping&amp;quot; subpane to the Workbench extension which adds the ability to add mappings for custom block properties.&lt;br /&gt;
* Added global keybind for activating Workbench.&lt;br /&gt;
* Added a tool mode key shortcut for Reload operation, it will be unbound by default.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Selection&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Selection system has been completely overhauled and now leverage client widgets.&lt;br /&gt;
** Selection Marquee now support click and drag to select.&lt;br /&gt;
** Selection Marquee still supports opposing corner mode using {{keys|CTRL}} key.&lt;br /&gt;
** Marquee and Freehand selection now support undo and redo.&lt;br /&gt;
** Widgets colors are integrated with the theme manager.&lt;br /&gt;
** Updates to keyboard shortcuts:&lt;br /&gt;
*** Keyboard control for selection volumes now supports keyboard repeat.&lt;br /&gt;
***(Marquee) {{keys|SHIFT+Click}} create multiple volumes.&lt;br /&gt;
***(Freehand) {{keys|SHIFT+CTRL}} removes brush voxels from selection.&lt;br /&gt;
***(Freehand) {{keys|SHIFT}} adds brush voxels to existing selection.&lt;br /&gt;
*** {{keys|ALT+Arrow}} keys move the selection volume (Marquee &amp;amp; Freehand).&lt;br /&gt;
*** {{keys|CTRL+Arrow}} keys resize the selection volume (Marquee only).&lt;br /&gt;
*** {{keys|ENTER}} selects a volume.&lt;br /&gt;
*** {{keys|SHIFT+ENTER}} selects an additional volume.&lt;br /&gt;
*** {{keys|CTRL+S}} enters selection mode. {{keys|CTRL+S}} again (while in selection mode) cycles between Marquee and Freehand.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Other&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Improved performance on Smart Fill &amp;amp; Extrude.&lt;br /&gt;
* Updated brush shape settings to be local to the modal tool and specific configuration of that tool.&lt;br /&gt;
* Removed {{cd|registerBrushShape}} from {{cd|BrushShapeManager}} API, only core brushes will be supported for core tools.&lt;br /&gt;
* Updated icon for delete inside the selection tool.&lt;br /&gt;
* Updated naming of color setters and getters in the Widget system to use the same terminology (Outline for borders, Hull for fills, Highlight for specialized borders).&lt;br /&gt;
* Removed deprecated property pane API.&lt;br /&gt;
* Removed {{cd|CompoundBlockVolume}} usage in Editor Script APIs.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
* Fixed a bug that prevented theme to be changed to Redstone from UI Settings.&lt;br /&gt;
* Fixed a bug that caused Keyboard Settings buttons to be misaligned in certain resolutions.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; widths=&amp;quot;300px&amp;quot; heights=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Selection System.mp4|Selection System&lt;br /&gt;
Tool Visualization.mp4|Tool Visualization&lt;br /&gt;
Custom Blocks Workbench Tool.mp4|Custom Blocks Workbench Tool&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&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|beta}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Bedrock Editor 0.9.1]]&lt;br /&gt;
[[Minecraft:pt:Bedrock Editor 0.9.1]]&lt;br /&gt;
[[Minecraft:ru:0.9.1 (Bedrock Editor)]]&lt;br /&gt;
[[Minecraft:uk:0.9.1 (Bedrock Editor)]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>