<?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.7.4</id>
	<title>Minecraft:Bedrock Editor 0.7.4 - 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.7.4"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.7.4&amp;action=history"/>
	<updated>2026-04-29T18:45:03Z</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.7.4&amp;diff=100354&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.7.4&amp;diff=100354&amp;oldid=prev"/>
		<updated>2026-04-24T11:03:16Z</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.7.4&lt;br /&gt;
| edition = Editor&lt;br /&gt;
| date = October 9, 2024&lt;br /&gt;
| client = 1.21.50.20&lt;br /&gt;
| prevparent = 0.7.0&lt;br /&gt;
| prev = 0.7.3&lt;br /&gt;
| next = 0.7.5&lt;br /&gt;
| nextparent = 0.8.0&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bedrock Editor v0.7.4&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 October 9, 2024.&amp;lt;ref&amp;gt;{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/201|title=Release 0.7.4 (1.21.50.20)|website=GitHub|date=October 9, 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/30892949042189|title=Minecraft Beta &amp;amp; Preview - 1.21.50.20|website=Minecraft Feedback|date=October 9, 2024}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Brush tool&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Selection now has a freehand select that uses brushes to paint.&lt;br /&gt;
* Updated general brush functionality:&lt;br /&gt;
** Brush shapes are visualized as grey wireframes, and show only affected blocks in yellow.&lt;br /&gt;
** Cursor Control / Mouse Mode is now using a common control which is shared across extensions.&lt;br /&gt;
** Brush Selection, Masking and Brush Properties is now using a custom control which is shared across extensions.&lt;br /&gt;
** Brush Painting now visualizes only affected blocks.&lt;br /&gt;
* Added support for brush shape offsets.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;API&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
[[File:Toggle Group.png|thumb|right|Toggle Group]]&lt;br /&gt;
* Added {{cd|addToggleGroup}} function to {{cd|IPropertyPane}} API to create toggle groups with selectable icon buttons.&lt;br /&gt;
* Added an optional {{cd|infoTooltip}}: {{cd|TooltipInteractiveContent}} property to {{cd|IRootPropertyPane}} API, displayed as an icon in the drawer header. Interactive tooltips remain active on hover and support links and paragraphs.&lt;br /&gt;
* Added {{cd|serialize(obj)}} and {{cd|deserialize(string)}} functions. These act like {{cd|JSON.stringify/JSON.parse}} but will use custom {{cd|serializers/deserializers}} registered with {{cd|registerSerializationForType}}.&lt;br /&gt;
** {{cd|CompoundBlockVolume}} and {{cd|BlockVolume}} are able to be serialized and deserialized with these functions.&lt;br /&gt;
* Added {{cd|registerSerializationForType&amp;lt;T&amp;gt;(constructor, name, serializer, deserializer)}} which registers any type with custom serialization/deserialization for serialize and deserialize.&lt;br /&gt;
* Updated Block Masks to work when empty (always match).&lt;br /&gt;
* Added {{cd|cancel}} property to {{cd|endPainting()}}.&lt;br /&gt;
* Added mouse button event data to the widget state change event so that server scripts can track mouse button events (press, release, drag) and the state of modifier keys ({{keys|shift}}, {{keys|ctrl}}).&lt;br /&gt;
* Changed deleted {{cd|fillColor}} and {{cd|outlineColor}} in {{cd|CursorProperties}} so that causes the Cursor colors to return back to the colors of those keys in the currently-selected theme.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Other&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added a new settings screen in View &amp;gt; View Settings to configure certain view related settings (like invisible block visibility and chunk boundaries).&lt;br /&gt;
* Added control buttons next to the hotbar to switch the active palette and manage other palettes.&lt;br /&gt;
* Updated Selection Volume and Cursor colors to default to the colors of those keys in the currently-selected theme. &lt;br /&gt;
* Changed Client Widget X, Y, and Z arrows to always be the colors of those keys in the currently-selected theme. &lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
* Fixed issues with selection being cleared on tool focus change.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; widths=300px heights=300px &amp;gt;&lt;br /&gt;
Brush Select.mp4|Brush Select&lt;br /&gt;
Brush Carve.mp4|Brush Carve&lt;br /&gt;
Brush Offset.mp4|Brush Offset&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|alpha}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Bedrock Editor 0.7.4]]&lt;br /&gt;
[[Minecraft:pt:Bedrock Editor 0.7.4]]&lt;br /&gt;
[[Minecraft:uk:0.7.4 (Bedrock Editor)]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>