Minecraft:Bedrock Editor 1.3.5: Difference between revisions
From SAS Gaming Wiki
More actions
Sync: new page from Minecraft |
Sync: updated from Minecraft |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
| nextparent = | | nextparent = | ||
}} | }} | ||
'''Bedrock Editor v1.3.5''' is a minor release for the ''[[Minecraft:Bedrock Editor]]'' released on April 21, 2026.<ref>{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/315|title=Release 1.3.5 (26.30.20/21)|website=GitHub|date=April 21, 2026}}</ref><ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/45261940654221|title=Minecraft Beta & Preview - 26.30.20/21|website=Minecraft Feedback|date=April 21, 2026}}</ref> | '''Bedrock Editor v1.3.5''' is a minor release for the ''[[Minecraft:Bedrock Editor]]'' released on April 21, 2026.<ref>{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/315|title=Release 1.3.5 ( 26.30.20/21)|website=GitHub|date=April 21, 2026}}</ref><ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/45261940654221|title=Minecraft Beta & Preview - 26.30.20/21|website=Minecraft Feedback|date=April 21, 2026}}</ref> | ||
== Additions == | == Additions == | ||
| Line 50: | Line 50: | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Editor versions|release}} | {{Navbox Bedrock Editor versions|release}} | ||
[[Minecraft:pt:Bedrock Editor 1.3.5]] | |||
Latest revision as of 11:01, 29 April 2026
Template:More images Template:Infobox version Bedrock Editor v1.3.5 is a minor release for the Minecraft:Bedrock Editor released on April 21, 2026.<ref>Template:Cite</ref><ref>Template:Cite</ref>
Additions
- Added Cherry, Mangrove, Pale Oak, Crimson, and Warped tree types to the Tree Generator sample tool.
- Added Melon as a crop option in the Farm Generator tool.
- Added tooltip with keyboard shortcut information to the Flood Tool "Apply Flood" button.
- Implemented Jigsaw auto-save for changing structure and weight in pool.
- Implemented auto-save for Prefab template layout changing.
- Added Minimap click and hover interactions.
- Added click-to-teleport on the minimap and markers.
- Added hover tooltips showing block, biome, and coordinate info on the minimap, and label info on markers.
- Improved Minimap architecture and added new features.
- Status bar now displays the biome under the cursor.
- Added three new export types to Export Settings (Project Backup, World Template, Shareable World).
- Project Backup: Creates a packaged backup of the current editor project into the archive folder. (.mcproject file)
- World Template: Creates a packaged World Template (.mctemplate) with all Editor settings and metadata removed into the archive folder.
- Shareable World: Creates a packaged playable world (.mcworld) with all Editor settings and metadata removed into the archive folder.
- Added a new flag to Bedrock Dedicated Server to allow converting standard vanilla worlds to an Editor Project when launching BDS as Editor.
Changes
- Moved block scanning to a client-driven model with spread-over-frames processing to avoid frame spikes.
- Added marker system with Multiplayer, Location, and Custom marker types.
- Added FollowPlayer and FreeCenter tracking modes.
- Added Y-level control for top-block scanning depth.
- Added client-side block change detection via BlockSourceListener.
- Changed minimap position types from Vec2 to VecXZ.
- Reworked MinimapItem script API with typed marker methods and options-based createMinimap.
- Added comprehensive unit tests for minimap services, cache, and block change tracking.
Fixes
- Fixed Flood Tool preview placement and movement not supporting Undo and Redo actions.
- Fixed Flood Tool preview being visually displaced by one block when placed at Y coordinate of 0 or lower.
- Fixed a bug where adding a new Jigsaw collection would cause the selected collection to switch to the last one alphabetically instead of staying on the newly created collection.
- The Line Tool with two control points now respects the maximum allowable distance when moving the second point.