Bedrock Editor 0.9.8

v0.9.8
Edition

Bedrock Editor

Release date

May 7, 2025

Client version

1.21.90.23

Bedrock Editor v0.9.8 is a minor beta release for the Bedrock Editor released on May 7, 2025, which improves selection and fixes bugs.[1][2]

Additions

Inspector

  • Added Block Inspector "Reset Block Data" button to reset the block states to all defaults.

Selection

  • 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.
  • Updated Line Tool Functionality.
    • Updated the UI, added tooltip labels and quick action buttons.
    • Added the ability to make lines with multiple points/segments instead of just one line between two points.
    • Added the ability to adjust thickness (weights) of the lines.
    • Added the ability to nudge lines in any direction by 1 block.
    • Added the ability to convert current lines into a selection volume.
    • Most Line Tool actions now undo/redo-able.
    • Added the ability to select all/none points so they can all be moved at once.
    • Line algorithm dropdown now updates live and applies to all (and new) points.
    • Added Line Tool Mouse Controls.
      • Left-click to create a 'connected' control point (creates a line segment between the previous point and the new point).
      • ctrl + Left-click to create a separated, 'disconnected' control point (no line segment is created between the previous point and the new point).
    • Added Line Tool Hotkeys.
      • Nudge Selected Points (ctrl + ⇧ Shift + ////⇞ Page Up/⇟ Page Down).
      • Convert to Selection (Alt + S).
      • Toggle Select All (Ctrl + A).
      • Fill (Ctrl + F).
      • Delete Blocks (ie., Fill with Air) (Del).
      • Clear All Points (Ctrl + ← Backspace).
      • Clear Selected Points (Ctrl + ⇧ Shift + ← Backspace).
      • Increase/decrease Horizontal Line Thickness (⇧ Shift + /).
      • Increase/decrease Vertical Line Thickness (⇧ Shift + /).
      • Increase/decrease Uniform Line Thickness (when Uniform is enabled) (⇧ Shift + ///).

API

  • Added Color Timeline API (IColorTimelinePropertyItem). The Color Timeline uses one dimensional graph to represent color interpolation over time.
  • Added Number Timeline API (INumberTimelinePropertyItem). The Number Timeline uses two dimensional graph to represent linear interpolation between two nodes over time.
  • The two new APIs can be used in the Editor AGFX settings.
  • Added ability to specify a tooltip to the Editor menu items.
  • Added ability to append an icon to the editor menu action items.
  • Added optional property uniqueId in IPropertyPaneOptions API to create panes with unique identifiers.

Changes

  • Updated BlockLine implementation (now BlockShapes).
  • Updated water parameters to be available and modified in the Deferred Lighting Settings window again.
  • Updated Block Inspector "Refresh Block Data" button logic to update the pane with the current block state.

Fixes

  • Fixes begin transaction error when selecting a selection point outside the maximum volume size.
  • Fixed a bug where a player could incorrectly load another player's hotbar setting in a multiplayer session after re-entering a game.
  • Fixing bug where the ladder could be interacted with using the workbench tool.
  • Fixed a bug where the export directory location was incorrect in the log panel.
  • Fixed a bug that caused show function of IRootPropertyPane to not display the panel.
  • Fixed a bug where the Export Pane weather cycle setting was being set incorrectly.

References

  1. "Release 0.9.8 (1.21.90.23)" – GitHub, May 7, 2025.
  2. "Minecraft Beta & Preview - 1.21.90.23" – Minecraft Feedback, May 7, 2025.

Navigation