<?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.7</id>
	<title>Minecraft:Bedrock Editor 0.7.7 - 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.7"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.7.7&amp;action=history"/>
	<updated>2026-04-29T20:19:20Z</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.7&amp;diff=101688&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.7&amp;diff=101688&amp;oldid=prev"/>
		<updated>2026-04-27T11:04:08Z</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.7&lt;br /&gt;
| edition = Editor&lt;br /&gt;
| date = October 30, 2024&lt;br /&gt;
| client = 1.21.50.26&lt;br /&gt;
| prevparent = 0.7.0&lt;br /&gt;
| prev = 0.7.6&lt;br /&gt;
| nextparent = 0.8.0&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bedrock Editor v0.7.7&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 30, 2024, that upgrades grapple locomotion and widgets and fixes bugs.&amp;lt;ref&amp;gt;{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/205|title=Release 0.7.7 (1.21.50.26)|website=GitHub|date=October 30, 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/31476211695501|title=Minecraft Beta &amp;amp; Preview - 1.21.50.26|website=Minecraft Feedback|date=October 30, 2024}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Grapple locomotion&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|getRay()}} to Cursor Service API.&lt;br /&gt;
* Camera now rotates toward grapple target during flight and is less snappy.&lt;br /&gt;
* Grapple now lets the creator fly 100 blocks distance toward the mouse pointer if there is no nearby block to grapple to.&lt;br /&gt;
* Changed hotkey for grapple-to-selection from {{key|F}} to {{key|ctrl+shift+F}}.&lt;br /&gt;
* Fixed issue where camera flashes to the inside of the player mobs&amp;#039; head when grappling.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Widgets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added a new {{cd|ClipboardWidgetComponent}} to the client widget system to allow creators to be able to add clipboard items to widgets, and have them displayed as &amp;#039;holograms&amp;#039;.&lt;br /&gt;
* Added a flag to {{cd|Widget}} and {{cd|WidgetBaseComponent}} to allow locking the Y position to the surface, based on the XZ position.&lt;br /&gt;
* Added a flag to {{cd|Widget}} to tell the widget to bind its position to that of the 3D block cursor.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;API&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed {{cd|IModalToolContainer.addTool}} API function to take unique tool id as a required argument.&lt;br /&gt;
* Removed {{cd|inputContextId}} and {{cd|inputContextLabel}} from creation parameters.&lt;br /&gt;
* Removed {{cd|hide}}, {{cd|show}}, {{cd|dispose}} functions from {{cd|IModalTool}} API.&lt;br /&gt;
* Renamed anchor in the {{cd|ClipboardWriteOptions}} to {{cd|normalizedOrigin}} for clarity.&lt;br /&gt;
* Removed all of the {{cd|CursorAttachment}} related types, properties and methods.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Miscellaneous&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Renamed &amp;quot;height&amp;quot; to  &amp;quot;length&amp;quot; for pyramid brush settings to be more consistent when rotated.&lt;br /&gt;
* Added quick action button bar to Selection (Deselect &amp;amp; Fill).&lt;br /&gt;
* Added Copy &amp;amp; Cut to main menu and action bar items:&lt;br /&gt;
* Added information tooltip links for core editor panes.&lt;br /&gt;
* Enabled middle mouse block picking in block picker modal.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
* Fixed a bug where cylinder and cuboid brushes with a height of 1 were incorrectly sized.&lt;br /&gt;
* Fixed deselect in Line Tool (this was actually a problem with Client Widgets not correctly tracking selected state in script).&lt;br /&gt;
* Fix incorrect key binding in Selection move up/down.&lt;br /&gt;
* Fixed &amp;#039;Next Navigation Position&amp;#039; keyboard shortcut to no longer conflict with &amp;#039;Previous Navigation Position&amp;#039;.&lt;br /&gt;
* Brush Painting tools only work in the starting dimension (generally Overworld) and do not work when changing dimensions.&lt;br /&gt;
* Selection tool size input box is now enabled when block is selected.&lt;br /&gt;
* Fixed keyboard navigation for interactive tooltip links.&lt;br /&gt;
* Fixed padding for Selection tool panel items when the scrollbar is absent.&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;
Updated Grapple Tool.mp4|Grapple Tool&lt;br /&gt;
Widget Tool.mp4|Widget Tool&lt;br /&gt;
Block Selection.mp4|Block Selection 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|alpha}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Bedrock Editor 0.7.7]]&lt;br /&gt;
[[Minecraft:pt:Bedrock Editor 0.7.7]]&lt;br /&gt;
[[Minecraft:uk:0.7.7 (Bedrock Editor)]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>