Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 26.30.28: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
Line 17: Line 17:
| prev = Preview 26.30.27
| prev = Preview 26.30.27
| prevparent = 26.21
| prevparent = 26.21
| next =
| next = Preview 26.30.29
| nextparent =  
| nextparent =  
}}
}}
Line 61: Line 61:


== Changes ==
== Changes ==
=== Blocks ===
'''[[Minecraft:Cobblestone wall]]'''
* Cobblestone walls no longer have a trailing space in their name.


=== Blocks ===
'''[[Minecraft:Potent sulfur]]'''
'''[[Minecraft:Potent sulfur]]'''
* Noxious gas from potent sulfur can now rise through non-collidable, waterlogged blocks and spread through other non-collidable blocks.
* Noxious gas from potent sulfur can now rise through non-collidable, waterlogged blocks and spread through other non-collidable blocks.
Line 73: Line 75:
* Erupting potent sulfur can now emit its plume and propel entities through non-collidable blocks.
* Erupting potent sulfur can now emit its plume and propel entities through non-collidable blocks.
** This includes [[Minecraft:scaffolding]], which can be used as an alternative to copper grates to stand above erupting geysers without being affected by noxious gas.
** This includes [[Minecraft:scaffolding]], which can be used as an alternative to copper grates to stand above erupting geysers without being affected by noxious gas.
[[Minecraft:Cobblestone Wall|'''Cobblestone Wall''']]
* Cobblestone Walls no longer have a trailing space in their name


=== Mobs ===
=== Mobs ===
Line 94: Line 94:
'''Graphical'''
'''Graphical'''
* Re-enabled texture streaming in Windows and mobile ''Previews'' after fixing a bug with blank textures.
* Re-enabled texture streaming in Windows and mobile ''Previews'' after fixing a bug with blank textures.
* Clouds no longer jitter when upscaling is enabled in Vibrant Visuals.
* Clouds no longer jitter when upscaling is enabled in [[Minecraft:Vibrant Visuals]].
* Armor attached to player no longer flickers when upscaling is enabled in Vibrant Visuals.
* Armor attached to player no longer flickers when upscaling is enabled in Vibrant Visuals.
* Reduced unnecessary copies in atmospheric scattering keyframe lookups to improve frame time when Vibrant Visuals is enabled.
* Reduced unnecessary copies in atmospheric scattering keyframe lookups to improve frame time when Vibrant Visuals is enabled.
Line 112: Line 112:


'''[[Minecraft:Text-to-speech]]'''
'''[[Minecraft:Text-to-speech]]'''
* Now reads the character <code>&</code> as "and" instead of "ampersand".
* Now reads the character {{cd|&}} as "and" instead of "ampersand".


'''UI'''
'''UI'''
Line 120: Line 120:
* Added Marketplace Error component to display Marketplace errors.
* Added Marketplace Error component to display Marketplace errors.
* Non-gameplay related [[Minecraft:Toasts|toast]] notifications (e.g. Minecraft Live reminders) will no longer be able to show during gameplay.
* Non-gameplay related [[Minecraft:Toasts|toast]] notifications (e.g. Minecraft Live reminders) will no longer be able to show during gameplay.
* Added ability to access Marketplace for ''Preview''
* Added ability to access Marketplace for ''Preview''.
* Improved the furnace recipe book UI.
* Improved the furnace recipe book UI.


Line 132: Line 132:
=== Technical ===
=== Technical ===
'''AI Goals'''
'''AI Goals'''
* Made the schema for {{cd|minecraft:behavior.follow_target_leader}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
* Made the schema for the following stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer:
* Made the schema for {{cd|minecraft:behavior.defend_trusted_target}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
** {{cd|minecraft:behavior.defend_trusted_target}}
* Made the schema for {{cd|minecraft:behavior.nearest_prioritized_attackable_target}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
* Made the schema for {{cd|minecraft:behavior.random_breach}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
* Made the schema for {{cd|minecraft:behavior.random_fly}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
* Made the schema for {{cd|minecraft:behavior.random_swim}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
* Made the schema for {{cd|minecraft:behavior.wither_random_attack_pos_goal}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
* Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
** {{cd|minecraft:behavior.dragondeath}}
** {{cd|minecraft:behavior.dragondeath}}
** {{cd|minecraft:behavior.dragonholdingpattern}}
** {{cd|minecraft:behavior.dragonholdingpattern}}
Line 145: Line 139:
** {{cd|minecraft:behavior.dragonscanning}}
** {{cd|minecraft:behavior.dragonscanning}}
** {{cd|minecraft:behavior.dragontakeoff}}
** {{cd|minecraft:behavior.dragontakeoff}}
* Made schemas for {{cd|minecraft:behavior.place_block}} and {{cd|minecraft:behavior.take_block}} stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.30 and newer.
** {{cd|minecraft:behavior.follow_target_leader}}
** The fields {{cd|xz_range}} and {{cd|y_range}} now only accept an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.
** {{cd|minecraft:behavior.nearest_prioritized_attackable_target}}
** {{cd|minecraft:behavior.place_block}}
*** The fields {{cd|xz_range}} and {{cd|y_range}} now only accept an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.
** {{cd|minecraft:behavior.random_breach}}
** {{cd|minecraft:behavior.random_fly}}
** {{cd|minecraft:behavior.random_swim}}
** {{cd|minecraft:behavior.take_block}}
*** The fields {{cd|xz_range}} and {{cd|y_range}} now only accept an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.
** {{cd|minecraft:behavior.wither_random_attack_pos_goal}}


'''[[Minecraft:API]]'''
'''[[Minecraft:API]]'''
* Released {{cd|EntityUpgradeAfterEvent}} from {{cd|beta}} to stable
* Released {{cd|EntityUpgradeAfterEvent}} from {{cd|beta}} to stable.
* Entity version upgrades are no longer gated behind the Upcoming Creator Features experiment
* Entity version upgrades are no longer gated behind the Upcoming Creator Features experiment
* Added a new condition "{{cd|biome_has_tag}}" that allows checking which biome tag is present at the location of the entity that is dropping loot
* Added a new condition {{cd|biome_has_tag}} that allows checking which biome tag is present at the location of the entity that is dropping loot.
** Specify which Biome tag to check in the "tag" field of the condition
** Specify which Biome tag to check in the tag field of the condition.
* Released {{cd|PrimitiveShapesManager}}, {{cd|PrimitiveShape}}, {{cd|TextPrimitive}} and {{cd|PrimitiveShapeError}} from {{cd|beta}} to {{cd|2.8.0}}.
* Released {{cd|class BlockComponentBlockStateChangeEvent}}, {{cd|enum member EntityHealCause.TotemOfUndying}}, {{cd|PrimitiveShape}}, {{cd|PrimitiveShapeError}}, {{cd|PrimitiveShapesManager}}, and {{cd|TextPrimitive}} from {{cd|beta}} to {{cd|2.8.0}}.
* Released {{cd|enum member EntityHealCause.TotemOfUndying}} from {{cd|beta}} to {{cd|v2.8.0}}.
* Released {{cd|minecraft:totem_of_undying}} firing {{cd|entityHeal}} events from {{cd|beta}} to {{cd|v2.8.0}}.
* Released {{cd|minecraft:totem_of_undying}} firing {{cd|entityHeal}} events from {{cd|beta}} to {{cd|v2.8.0}}.
* Released {{cd|class BlockComponentBlockStateChangeEvent}} from {{cd|beta}} to {{cd|v2.8.0}}.


'''Blocks'''
'''Blocks'''
* Added n_way_visual_rotation field to block geometry component, which takes the name of a block state as a string, which drives visual-only rotation of the block based on that state. Supported states are: "{{cd|minecraft:cardinal_direction}}", "{{cd|minecraft:sixteen_way_rotation}}", and all custom states.
* Added {{cd|n_way_visual_rotation field}} to block geometry component, which takes the name of a block state as a string, which drives visual-only rotation of the block based on that state. Supported states are: {{cd|minecraft:cardinal_direction}}, {{cd|minecraft:sixteen_way_rotation}}, and all custom states.
* Added "{{cd|minecraft:sixteen_way_rotation}}" as an enabled state for the "{{cd|minecraft:placement_direction}}" block trait, which will automatically apply a state value from 0-15 based on player rotation at time of block placement.
* Added {{cd|minecraft:sixteen_way_rotation}} as an enabled state for the {{cd|minecraft:placement_direction}} block trait, which will automatically apply a state value from 0-15 based on player rotation at time of block placement.


'''Content Log'''
'''Content Log'''
Line 200: Line 200:
==== Technical ====
==== Technical ====
'''[[Minecraft:Add-ons]]'''
'''[[Minecraft:Add-ons]]'''
* Custom projectiles spawned via the "{{cd|minecraft:spawn_entity}}" component now apply the offset field of "{{cd|minecraft:projectile}}" when the experimental toggle "Custom Projectiles" is enabled.
* Custom projectiles spawned via the {{cd|minecraft:spawn_entity}} component now apply the offset field of {{cd|minecraft:projectile}} when the experimental toggle "Custom Projectiles" is enabled.


'''[[Minecraft:API]]'''
'''[[Minecraft:API]]'''
Line 207: Line 207:
* Added {{cd|interface PlayerBreakingBlockEventOptions}} to {{cd|beta}}.
* Added {{cd|interface PlayerBreakingBlockEventOptions}} to {{cd|beta}}.
* Added {{cd|property WorldAfterEvents.playerStartBreakingBlock}} to {{cd|beta}}.
* Added {{cd|property WorldAfterEvents.playerStartBreakingBlock}} to {{cd|beta}}.
* Removed the beta {{cd|Player.partyInfo}} scripting property and {{cd|PartyInfo}} interface from {{cd|@minecraft/server}}
* Removed beta {{cd|Player.partyInfo}} scripting property and {{cd|PartyInfo}} interface from {{cd|@minecraft/server}}.
* Added the {{cd|minecraft:dynamic_properties}} block component.
* Added the {{cd|minecraft:dynamic_properties}} block component.
** It is only present on blocks defined with a {{cd|minecraft:block_entity}} component with {{cd|dynamic_properties}} set to true.
** It is only present on blocks defined with a {{cd|minecraft:block_entity}} component with {{cd|dynamic_properties}} set to true.
Line 213: Line 213:
** It comes with a get, set and {{cd|totalByteCount}} API.
** It comes with a get, set and {{cd|totalByteCount}} API.
** It may only store up to 1KBytes of data per block entity.
** It may only store up to 1KBytes of data per block entity.
** It (currently) does not carry over its data to the item resulting from mining or picking the block entity.
** It does not carry over its data to the item resulting from mining or picking the block entity.
 
'''DDUI'''
* Added the class {{cd|ScriptInvalidObservableError}} that is thrown when an observable value is expected to be writable, but it is not.
* Changed the class {{cd|CustomForm}}
** Changed the function {{cd|dropdown}}
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}})
** Changed the function {{cd|slider}}
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}})
** Changed the function {{cd|textField}}
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}})
** Changed the function {{cd|toggle}}
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}})


'''Blocks'''
'''Blocks'''
* Added the {{cd|minecraft:block_entity}} block component.
* Added the {{cd|minecraft:block_entity}} block component.
** It has a single boolean field {{cd|dynamic_properties}}
** It has a single boolean field {{cd|dynamic_properties}}.
** It requires format version 1.26.20 and Experimental Upcoming Creator Features.
** It requires format version 1.26.20 and Experimental Upcoming Creator Features.
** It cannot be used in permutations.
** It cannot be used in permutations.
* When a block with a {{cd|minecraft:block_entity}} is placed in the world, an associated block-entity will be placed with the intent to provide persistent local metadata, akin to chests, spawners, signs, etc...
* When a block with a {{cd|minecraft:block_entity}} is placed in the world, an associated block-entity will be placed with the intent to provide persistent local metadata, akin to chests, spawners, signs, etc...


'''Items'''
'''DDUI'''
* Added the class {{cd|ScriptInvalidObservableError}} that is thrown when an observable value is expected to be writable, but it is not.
* Changed the class {{cd|CustomForm}}:
** Changed the function {{cd|dropdown}}:
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}}).
** Changed the function {{cd|slider}}:
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}}).
** Changed the function {{cd|textField}}:
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}}).
** Changed the function {{cd|toggle}}:
*** Changed return type from {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}) to {{cd|CustomForm}} (throws {{cd|InvalidFormModificationError}}, {{cd|InvalidObservableError}}).
 
'''Item Components'''
* Item components {{cd|minecraft:swing_sounds}}, {{cd|minecraft:durability_sensor}}, {{cd|minecraft:record}}, and {{cd|minecraft:use_modifiers}} now accept string-based sound event names in addition to enum values when using the Beta APIs experimental toggle.
* Item components {{cd|minecraft:swing_sounds}}, {{cd|minecraft:durability_sensor}}, {{cd|minecraft:record}}, and {{cd|minecraft:use_modifiers}} now accept string-based sound event names in addition to enum values when using the Beta APIs experimental toggle.
* String-based sound names reference entries in {{cd|sound_definitions.json}}, allowing content creators to use custom sounds in data-driven items without needing new enum values.
* String-based sound names reference entries in {{cd|sound_definitions.json}}, allowing content creators to use custom sounds in data-driven items without needing new enum values.
Line 240: Line 240:
'''Packs'''
'''Packs'''
* Added new pack folder to dedicated server for system packs (packs which are loaded automatically to the world and disallow other packs using their IDs).
* Added new pack folder to dedicated server for system packs (packs which are loaded automatically to the world and disallow other packs using their IDs).
** <samp>system_behavior_packs</samp> and <samp>system_resource_packs</samp>
** <samp>system_behavior_packs</samp> and <samp>system_resource_packs</samp>.


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=26.30.28 Preview
{{fixes|project=MCPE|fixedin=26.30.28 Preview
|;old
|91152|Bone meal not working in one block deep water.
|91152|Bone meal not working in one block deep water.
|180737|Accessibility option "Hide Lightning Flashes" is missing in Bedrock Edition.
|180737|Accessibility option "Hide Lightning Flashes" is missing in Bedrock Edition.
Line 251: Line 252:
|235799|Shulker Boxes and Mob Skulls are transparent in the inventory menu initially when using texture streaming.
|235799|Shulker Boxes and Mob Skulls are transparent in the inventory menu initially when using texture streaming.
|237716|Sulfur Cube cannot spawn in Peaceful difficulty
|237716|Sulfur Cube cannot spawn in Peaceful difficulty
|;dev
|238456|Behavior packs with multiple dimension definitions cause loading crash.
|238456|Behavior packs with multiple dimension definitions cause loading crash.
|238470|Chiseled sulfur and cinnabar can be stonecut from their respective polished and brick variants.
|238470|Chiseled sulfur and cinnabar can be stonecut from their respective polished and brick variants.
Line 259: Line 261:
}}
}}
'''Other'''
'''Other'''
* Fixed a client-side display issue that caused falling blocks (such as sand, gravel, and anvils) to appear to pass through cobwebs without slowing down and to lose their collision after landing.
* Fixed a client-side display issue that caused falling blocks (such as [[Minecraft:sand]], [[Minecraft:gravel]], and [[Minecraft:anvil]]s) to appear to pass through [[Minecraft:cobweb]]s without slowing down and to lose their collision after landing.
* Fixed a bug in the Realms saves screen where the "Save to storage" button on an automatic save displayed the active world's size instead of the selected save's size, and the "Free up space" dialog was not shown when the selected automatic save was too large to fit in the Realm's storage.
* Fixed a bug in the Realms saves screen where the "Save to storage" button on an automatic save displayed the active world's size instead of the selected save's size, and the "Free up space" dialog was not shown when the selected automatic save was too large to fit in the Realm's storage.
* Fixed an issue where backups containing only Resource Packs displayed empty entries without names in the Saves tab.
* Fixed an issue where backups containing only Resource Packs displayed empty entries without names in the Saves tab.
Line 265: Line 267:
* Fixed an issue where the wrong icon was used for leaving a realm.
* Fixed an issue where the wrong icon was used for leaving a realm.
* Fixed Realms Hub settings screens not exiting properly after saving changes made on the screens.
* Fixed Realms Hub settings screens not exiting properly after saving changes made on the screens.
* Fixed a crash that could occur when initializing a dimension on the client side if the spawn dimension was set to a non-Overworld dimension.
* Fixed a crash that could occur when initializing a dimension on the client side if the spawn dimension was set to a non-[[Minecraft:Overworld]] dimension.
* Fixed a bug where the emote wheel could be opened while riding a mob or minecart, causing the player to crouch instead of dismounting.
* Fixed a bug where the emote wheel could be opened while riding a [[Minecraft:mob]] or [[Minecraft:minecart]], causing the player to crouch instead of dismounting.
* Fixed an issue that caused the framerate limit option under Vibrant Visual Options to behave differently from the other quality options.
* Fixed an issue that caused the framerate limit option under [[Minecraft:Vibrant Visuals]] Options to behave differently from the other quality options.
* Fixed a bug where you could not show {{cd|ModalFormData}} or {{cd|MessageFormData}} directly after {{cd|CustomForm}} or {{cd|MessageBox}}.
* Fixed a bug where you could not show {{cd|ModalFormData}} or {{cd|MessageFormData}} directly after {{cd|CustomForm}} or {{cd|MessageBox}}.
* Fixed an issue where on slower connections the hotbar would swap between items if you placed a block and immediately swapped.
* Fixed an issue where on slower connections the hotbar would swap between items if you placed a block and immediately swapped.

Revision as of 11:03, 20 May 2026

Template:Infobox version


Beta 26.30.28 (ChromeOS, Android) or Preview 26.30.28 (Windows, iOS, iPadOS, Xbox, PlayStation), is the fourth beta/Preview for Minecraft:Bedrock Edition 26.30,<ref>Template:Cite</ref> released on May 12, 2026, which adds Minecraft:music for Minecraft:Chaos Cubed, cloud storage on Windows, and fixes bugs.

Additions

Items

Minecraft:Music disc

Gameplay

Minecraft:Music

Changes

Blocks

Minecraft:Cobblestone wall

  • Cobblestone walls no longer have a trailing space in their name.

Minecraft:Potent sulfur

  • Noxious gas from potent sulfur can now rise through non-collidable, waterlogged blocks and spread through other non-collidable blocks.
  • Can now erupt when a Minecraft:lava block is placed underneath.
    • This makes the geyser eruption continuous, but with slightly muted sounds compared to the eruption from a magma block.
  • Players propelled by erupting geysers no longer experience jitter at high latency.
  • Players in Creative flight are no longer propelled by geysers.
  • Potent sulfur geysers no longer change their eruption timing after each eruption cycle.
  • Geyser eruption timing is now determined by the block's position in the world, rather than being randomized when the block is placed.
  • Erupting potent sulfur can now emit its plume and propel entities through non-collidable blocks.
    • This includes Minecraft:scaffolding, which can be used as an alternative to copper grates to stand above erupting geysers without being affected by noxious gas.

Mobs

Minecraft:Sulfur cube

  • TNT sulfur cubes now ignite when shot with a flaming Minecraft:arrow or blaze Minecraft:fireball.
  • TNT sulfur cubes now ignite when using a tool with the Minecraft:Fire Aspect enchantment.
  • The sulfur cube's TNT archetype now respects the Template:Cd game rule when exploding.
  • Minecraft:Magma blocks no longer damage sulfur cubes with a block inside.
  • Throwing items on a sulfur cube containing a magma block no longer makes the item disappear.
  • The sulfur cube hot archetype's attack range has been adjusted to be more aligned with Java Edition.
  • Sulfur cubes with TNT Minecraft:leash keep exerting its force once the sulfur cube is ignited.
  • Sulfur cubes are now unleashed once the absorbed block is ejected.
  • Sulfur cubes can no longer ride vehicles.
  • Sulfur cubes that have absorbed a block now react the same way when pushed by a player-ridden vehicle as they do when pushed by a player.
  • Updated the model and texture of the small sulfur cube.
  • Added dedicated sounds for when the sulfur cube is picked up or placed with a bucket.

General

Graphical

  • Re-enabled texture streaming in Windows and mobile Previews after fixing a bug with blank textures.
  • Clouds no longer jitter when upscaling is enabled in Minecraft:Vibrant Visuals.
  • Armor attached to player no longer flickers when upscaling is enabled in Vibrant Visuals.
  • Reduced unnecessary copies in atmospheric scattering keyframe lookups to improve frame time when Vibrant Visuals is enabled.

Minecraft:Panorama

Minecraft:Realms

  • Disabled "Clear all members" button for admin roles to avoid confusion, since admins can not remove other admins or owners.
  • Clicking the Try Realms button in the Minecraft:How to Play screen now redirects to the Realms PDP.
  • Updated the save modal text when saving settings in Realms Minecraft:edit world.
  • Added achievements disabled warning modal to Realms edit world.

Minecraft:Settings

File:New UI - Storage Settings Screen Menu (Bedrock Preview 26.30.28).png
New settings screen in "Storage" tab

Minecraft:Text-to-speech

  • Now reads the character Template:Cd as "and" instead of "ampersand".

UI

  • Removed warning text that "you can't earn achievements" when creating a world with add-ons enabled.
  • The Minecraft:party chat now appears in the world.
  • Updated the game credits.
  • Added Marketplace Error component to display Marketplace errors.
  • Non-gameplay related toast notifications (e.g. Minecraft Live reminders) will no longer be able to show during gameplay.
  • Added ability to access Marketplace for Preview.
  • Improved the furnace recipe book UI.

Minecraft:Worlds

  • Worlds can now be uploaded to the cloud on Windows.
    • New worlds are synced automatically if storage is available.
  • All uploaded worlds are accessible on any device when signed in.
  • Each player has a maximum storage of 256MB.
  • Cloud storage can be managed in the updated storage settings.

Technical

AI Goals

Minecraft:API

Blocks

  • Added Template:Cd to block geometry component, which takes the name of a block state as a string, which drives visual-only rotation of the block based on that state. Supported states are: Template:Cd, Template:Cd, and all custom states.
  • Added Template:Cd as an enabled state for the Template:Cd block trait, which will automatically apply a state value from 0-15 based on player rotation at time of block placement.

Content Log

  • Content log messages now cut out the user's personal file path prefix to instead only show the relevant path.

Entity Components

  • Added the Template:Cd field to Template:Cd component.
    • When set to true (the default), the entity is unleashed from the entity it is leashed to once the component is removed.
    • Entities with format versions prior to 1.26.30 will have this field defaulted to false to preserve existing behavior.
  • Added the Template:Cd field to Template:Cd component.
    • When set to true (the default), entities leashed to the entity are unleashed once the component is removed.
    • Entities with format versions prior to 1.26.30 will have this field defaulted to false to preserve existing behavior.

Entity Event Responses

General

  • String length validation for JSON now correctly apply to multi-byte characters.

Graphics

  • Restructured internal graphics settings to be more compact and separated by platform.

Minecraft:Scripting

  • Added Template:Cd API for water graphics overrides to beta.
  • Added Template:Cd API for color grading and tone mapping graphics overrides to beta.
  • Added Template:Cd API for lighting graphics overrides to beta.
  • Added Template:Cd API for per-player water graphics overrides to beta.
  • Added Template:Cd API for per-player color grading and tone mapping graphics overrides to beta.
  • Added Template:Cd API for per-player lighting graphics overrides to beta.
  • Added Template:Cd API for per-player atmospherics graphics overrides to beta.
  • Added Template:Cd to beta.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Experimental Custom Projectile Features", and "Experimental Voxel Shape Features" Minecraft:experimental toggles.

Changes

Technical

Minecraft:Add-ons

  • Custom projectiles spawned via the Template:Cd component now apply the offset field of Template:Cd when the experimental toggle "Custom Projectiles" is enabled.

Minecraft:API

Blocks

  • Added the Template:Cd block component.
    • It has a single boolean field Template:Cd.
    • It requires format version 1.26.20 and Experimental Upcoming Creator Features.
    • It cannot be used in permutations.
  • When a block with a Template:Cd is placed in the world, an associated block-entity will be placed with the intent to provide persistent local metadata, akin to chests, spawners, signs, etc...

DDUI

Item Components

  • Item components Template:Cd, Template:Cd, Template:Cd, and Template:Cd now accept string-based sound event names in addition to enum values when using the Beta APIs experimental toggle.
  • String-based sound names reference entries in Template:Cd, allowing content creators to use custom sounds in data-driven items without needing new enum values.

Packs

  • Added new pack folder to dedicated server for system packs (packs which are loaded automatically to the world and disallow other packs using their IDs).
    • system_behavior_packs and system_resource_packs.

Fixes

Template:Fixes Other

  • Fixed a client-side display issue that caused falling blocks (such as Minecraft:sand, Minecraft:gravel, and Minecraft:anvils) to appear to pass through Minecraft:cobwebs without slowing down and to lose their collision after landing.
  • Fixed a bug in the Realms saves screen where the "Save to storage" button on an automatic save displayed the active world's size instead of the selected save's size, and the "Free up space" dialog was not shown when the selected automatic save was too large to fit in the Realm's storage.
  • Fixed an issue where backups containing only Resource Packs displayed empty entries without names in the Saves tab.
  • Fixed an issue where modals may display blank text on the Realms Hub subscription tab.
  • Fixed an issue where the wrong icon was used for leaving a realm.
  • Fixed Realms Hub settings screens not exiting properly after saving changes made on the screens.
  • Fixed a crash that could occur when initializing a dimension on the client side if the spawn dimension was set to a non-Minecraft:Overworld dimension.
  • Fixed a bug where the emote wheel could be opened while riding a Minecraft:mob or Minecraft:minecart, causing the player to crouch instead of dismounting.
  • Fixed an issue that caused the framerate limit option under Minecraft:Vibrant Visuals Options to behave differently from the other quality options.
  • Fixed a bug where you could not show Template:Cd or Template:Cd directly after Template:Cd or Template:Cd.
  • Fixed an issue where on slower connections the hotbar would swap between items if you placed a block and immediately swapped.
  • Fixed a bug where Template:Cd was not correctly applied to data driven blocks.
  • Fixed marketplace offers sometimes showing coin icons in places they shouldn't.
  • Fixed bug where Template:Cd was using the incorrect dedicated server configuration ID for a pack. Under Template:Cd is a pack's configuration for scripting. The Template:Cd module was looking at the pack ID rather than the script module ID like all other modules.
  • Fixed an issue where square artifacts would appear when looking at point lights.

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:de:Bedrock Edition beta 26.30.28 Minecraft:es:Bedrock Edition Preview 26.30.28 Minecraft:pt:Edição Bedrock Preview 26.30.28 Minecraft:uk:Preview 26.30.28 (Bedrock Edition) Minecraft:zh:基岩版26.30.28