<?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.8</id>
	<title>Minecraft:Bedrock Editor 0.9.8 - 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.8"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.9.8&amp;action=history"/>
	<updated>2026-06-10T22:08:32Z</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.8&amp;diff=117422&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.8&amp;diff=117422&amp;oldid=prev"/>
		<updated>2026-05-16T11:02:52Z</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.8&lt;br /&gt;
| edition = Editor&lt;br /&gt;
| date = May 7, 2025&lt;br /&gt;
| client = 1.21.90.23&lt;br /&gt;
| prevparent = 0.9.0&lt;br /&gt;
| prev = 0.9.7&lt;br /&gt;
| next = 0.9.9&lt;br /&gt;
| nextparent = 1.0.0&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bedrock Editor v0.9.8&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 May 7, 2025, which improves selection and fixes bugs.&amp;lt;ref&amp;gt;{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/238|title=Release 0.9.8 (1.21.90.23)|website=GitHub|date=May 7, 2025}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/36415388784909|title=Minecraft Beta &amp;amp; Preview - 1.21.90.23|website=Minecraft Feedback|date=May 7, 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inspector&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added Block Inspector &amp;quot;Reset Block Data&amp;quot; button to reset the block states to all defaults.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Selection&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added a hollow trim action to selection. This converts the current selection volume to a new volume which represents all of the fully obscured non-air blocks.&lt;br /&gt;
* Updated Line Tool Functionality.&lt;br /&gt;
** Updated the UI, added tooltip labels and quick action buttons.&lt;br /&gt;
** Added the ability to make lines with multiple points/segments instead of just one line between two points.&lt;br /&gt;
** Added the ability to adjust thickness (weights) of the lines.&lt;br /&gt;
** Added the ability to nudge lines in any direction by 1 block.&lt;br /&gt;
** Added the ability to convert current lines into a selection volume.&lt;br /&gt;
** Most Line Tool actions now undo/redo-able.&lt;br /&gt;
** Added the ability to select all/none points so they can all be moved at once.&lt;br /&gt;
** Line algorithm dropdown now updates live and applies to all (and new) points.&lt;br /&gt;
** Added Line Tool Mouse Controls.&lt;br /&gt;
*** Left-click to create a &amp;#039;connected&amp;#039; control point (creates a line segment between the previous point and the new point).&lt;br /&gt;
*** {{keys|ctrl}} + Left-click to create a separated, &amp;#039;disconnected&amp;#039; control point (no line segment is created between the previous point and the new point).&lt;br /&gt;
** Added Line Tool Hotkeys.&lt;br /&gt;
*** Nudge Selected Points ({{keys|Ctrl+shift}} + {{keys|up}}/{{keys|down}}/{{keys|left}}/{{keys|right}}/{{keys|page up}}/{{keys|page down}}).&lt;br /&gt;
*** Convert to Selection ({{keys|Alt+S}}).&lt;br /&gt;
*** Toggle Select All ({{keys|Ctrl+A}}).&lt;br /&gt;
*** Fill ({{keys|Ctrl+F}}).&lt;br /&gt;
*** Delete Blocks (ie., Fill with Air) ({{keys|Del}}).&lt;br /&gt;
*** Clear All Points ({{keys|Ctrl+Backspace}}).&lt;br /&gt;
*** Clear Selected Points ({{keys|Ctrl+Shift+Backspace}}).&lt;br /&gt;
*** Increase/decrease Horizontal Line Thickness ({{keys|Shift}} + {{keys|Left}}/{{keys|Right}}).&lt;br /&gt;
*** Increase/decrease Vertical Line Thickness ({{keys|Shift}} + {{keys|Up}}/{{keys|Down}}).&lt;br /&gt;
*** Increase/decrease Uniform Line Thickness (when Uniform is enabled) ({{keys|Shift}} + {{keys|Left}}/{{keys|Right}}/{{keys|Up}}/{{keys|Down}}).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;API&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added Color Timeline API ({{cd|IColorTimelinePropertyItem}}). The Color Timeline uses one dimensional graph to represent color interpolation over time.&lt;br /&gt;
* Added Number Timeline API ({{cd|INumberTimelinePropertyItem}}). The Number Timeline uses two dimensional graph to represent linear interpolation between two nodes over time.&lt;br /&gt;
* The two new APIs can be used in the Editor AGFX settings.&lt;br /&gt;
* Added ability to specify a tooltip to the Editor menu items.&lt;br /&gt;
* Added ability to append an icon to the editor menu action items.&lt;br /&gt;
* Added optional property {{cd|uniqueId}} in {{cd|IPropertyPaneOptions}} API to create panes with unique identifiers.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
* Updated {{cd|BlockLine}} implementation (now {{cd|BlockShapes}}).&lt;br /&gt;
* Updated water parameters to be available and modified in the Deferred Lighting Settings window again.&lt;br /&gt;
* Updated Block Inspector &amp;quot;Refresh Block Data&amp;quot; button logic to update the pane with the current block state.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
* Fixes begin transaction error when selecting a selection point outside the maximum volume size.&lt;br /&gt;
* Fixed a bug where a player could incorrectly load another player&amp;#039;s hotbar setting in a multiplayer session after re-entering a game.&lt;br /&gt;
* Fixing bug where the ladder could be interacted with using the workbench tool.&lt;br /&gt;
* Fixed a bug where the export directory location was incorrect in the log panel.&lt;br /&gt;
* Fixed a bug that caused {{cd|show}} function of {{cd|IRootPropertyPane}} to not display the panel.&lt;br /&gt;
* Fixed a bug where the Export Pane weather cycle setting was being set incorrectly.&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;
Line Tool.mp4|Line Tool&lt;br /&gt;
Hollow Trim.mp4|Hollow Trim&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.8]]&lt;br /&gt;
[[Minecraft:pt:Bedrock Editor 0.9.8]]&lt;br /&gt;
[[Minecraft:ru:0.9.8 (Bedrock Editor)]]&lt;br /&gt;
[[Minecraft:uk:0.9.8 (Bedrock Editor)]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>