Minecraft:Bedrock Edition Preview 26.30.28: Difference between revisions
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
| parent = 26.30 | | parent = 26.30 | ||
| prev = Preview 26.30.27 | | prev = Preview 26.30.27 | ||
| prevparent = 26. | | prevparent = 26.23 | ||
| next = | | next = Preview 26.30.29 | ||
| nextparent = | | nextparent = 26.40 | ||
}} | }} | ||
<onlyinclude> | <onlyinclude> | ||
| Line 25: | Line 25: | ||
== Additions == | == Additions == | ||
=== Command format === | |||
'''{{cmd|party}}''' | |||
* It was mentioned that it was added to be used for sending messages in the [[Minecraft:party]] chat, however it is not present in the game yet. | |||
=== Items === | === Items === | ||
'''[[Minecraft:Music disc]]''' | '''[[Minecraft:Music disc]]''' | ||
| Line 61: | Line 65: | ||
== Changes == | == Changes == | ||
=== Blocks === | |||
'''[[Minecraft:Cobblestone wall]]''' | |||
* Cobblestone walls no longer have a trailing space in their name. | |||
'''[[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 79: | ||
* 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. | ||
=== Mobs === | === Mobs === | ||
| Line 94: | Line 98: | ||
'''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 116: | ||
'''[[Minecraft:Text-to-speech]]''' | '''[[Minecraft:Text-to-speech]]''' | ||
* Now reads the character | * Now reads the character {{cd|&}} as "and" instead of "ampersand". | ||
'''UI''' | '''UI''' | ||
| Line 120: | Line 124: | ||
* 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 127: | Line 131: | ||
** New worlds are synced automatically if storage is available. | ** New worlds are synced automatically if storage is available. | ||
* All uploaded worlds are accessible on any device when signed in. | * All uploaded worlds are accessible on any device when signed in. | ||
* Each player has a maximum storage of | * Each player has a maximum storage of 4GB. | ||
* Cloud storage can be managed in the updated storage settings. | * Cloud storage can be managed in the updated storage settings. | ||
=== Technical === | === Technical === | ||
'''AI Goals''' | '''AI Goals''' | ||
* Made the schema for | * 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: | ||
** {{cd|minecraft:behavior.defend_trusted_target}} | |||
* | |||
* | |||
** {{cd|minecraft:behavior.dragondeath}} | ** {{cd|minecraft:behavior.dragondeath}} | ||
** {{cd|minecraft:behavior.dragonholdingpattern}} | ** {{cd|minecraft:behavior.dragonholdingpattern}} | ||
| Line 145: | Line 143: | ||
** {{cd|minecraft:behavior.dragonscanning}} | ** {{cd|minecraft:behavior.dragonscanning}} | ||
** {{cd|minecraft:behavior.dragontakeoff}} | ** {{cd|minecraft:behavior.dragontakeoff}} | ||
* | ** {{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 | * 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 | ** Specify which Biome tag to check in the tag field of the condition. | ||
* Released {{cd| | * 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|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}}. | ||
'''Content Log''' | '''Content Log''' | ||
| Line 183: | Line 183: | ||
'''Graphics''' | '''Graphics''' | ||
* Restructured internal graphics settings to be more compact and separated by platform. | * Restructured internal graphics settings to be more compact and separated by platform. | ||
== Experimental == | == Experimental == | ||
| Line 200: | Line 190: | ||
==== Technical ==== | ==== Technical ==== | ||
'''[[Minecraft:Add-ons]]''' | '''[[Minecraft:Add-ons]]''' | ||
* Custom projectiles spawned via the | * 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 197: | ||
* 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 | * 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 203: | ||
** 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 | ** It does not carry over its data to the item resulting from mining or picking the block entity. | ||
'''Blocks''' | '''Blocks''' | ||
* Added the {{cd|minecraft:block_entity}} block component. | * 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. | ||
** It has a single boolean field {{cd|dynamic_properties}} | * 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 the [[Minecraft:Block components#minecraft:block_entity|{{cd|minecraft:block_entity}}]] block component. | |||
** 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... | ||
''' | '''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}}). | |||
'''[[Minecraft: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 232: | ||
'''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>. | ||
'''[[Minecraft:Scripting]]''' | |||
* Added {{cd|BiomeWater}} API for water graphics overrides to beta. | |||
* Added {{cd|BiomeColorGrading}} API for color grading and tone mapping graphics overrides to beta. | |||
* Added {{cd|BiomeLighting}} API for lighting graphics overrides to beta. | |||
* Added {{cd|PlayerWater}} API for per-player water graphics overrides to beta. | |||
* Added {{cd|PlayerColorGrading}} API for per-player color grading and tone mapping graphics overrides to beta. | |||
* Added {{cd|PlayerLighting}} API for per-player lighting graphics overrides to beta. | |||
* Added {{cd|PlayerAtmospherics}} API for per-player atmospherics graphics overrides to beta. | |||
* Added {{cd|LootItem.conditions}} to beta. | |||
== 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''. | ||
|223126|Atlas compositing no longer working as of 1.21.90. | |223126|Atlas compositing no longer working as of 1.21.90. | ||
|230910|Fishing line follows second player's head movement in split screen mode. | |230910|Fishing line follows second player's head movement in split screen mode. | ||
|235488|Search for players accessible when not signed in. | |235488|Search for players accessible when not signed in. | ||
|235799|Shulker | |235799|Shulker boxes and mob skulls are transparent in the inventory menu initially when using texture streaming. | ||
|237716|Sulfur | |237716|Sulfur cube cannot spawn in Peaceful difficulty. | ||
|238858|"Bugs" button is translated incorrectly in Portuguese (Brazil) | |||
|;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. | ||
|238473|The sound for igniting | |238473|The sound for igniting sulfur cube with TNT inside does not match the TNT block. | ||
|238474|Sulfur cube with TNT inside has some explosion drop decay, even with {{cd|tntExplosionDropDecay}} false. | |238474|Sulfur cube with TNT inside has some explosion drop decay, even with {{cd|tntExplosionDropDecay}} false. | ||
|238593|Sulfur | |238593|Sulfur cube and TNT disappear when hit with invisibility potion. | ||
|otherissuescount=15 | |otherissuescount=15 | ||
}} | }} | ||
'''Other''' | '''Other''' | ||
* Fixed a client-side display issue that caused falling blocks (such as sand, gravel, and | * 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 270: | ||
* 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 | * 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. | ||
| Line 280: | Line 285: | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|2026}} | {{Navbox Bedrock Edition versions|2026}} | ||
[[Minecraft:de:Bedrock Edition beta 26.30.28]] | [[Minecraft:de:Bedrock Edition beta 26.30.28]] | ||
[[Minecraft:es:Bedrock Edition Preview 26.30.28]] | [[Minecraft:es:Bedrock Edition Preview 26.30.28]] | ||
[[Minecraft:ja:Bedrock Edition Preview 26.30.28]] | |||
[[Minecraft:nl:Bedrockeditie Preview 26.30.28]] | |||
[[Minecraft:pt:Edição Bedrock Preview 26.30.28]] | [[Minecraft:pt:Edição Bedrock Preview 26.30.28]] | ||
[[Minecraft:th:รุ่น Bedrock Preview 26.30.28]] | |||
[[Minecraft:uk:Preview 26.30.28 (Bedrock Edition)]] | [[Minecraft:uk:Preview 26.30.28 (Bedrock Edition)]] | ||
[[Minecraft:zh:基岩版26.30.28]] | [[Minecraft:zh:基岩版26.30.28]] | ||
Latest revision as of 11:02, 11 June 2026
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
Command format
- It was mentioned that it was added to be used for sending messages in the Minecraft:party chat, however it is not present in the game yet.
Items
- width=32x32 Added the "Bounce" music disc by Minecraft:fingerspit.
- Has a chance of being found in Minecraft:mineshaft Minecraft:chest minecarts that are located in a Minecraft:sulfur cave biome.
- Has a Minecraft:comparator output of 8 when played in a Minecraft:jukebox.
Gameplay
- Added 5 new Minecraft:background music tracks by Minecraft:fingerspit:
- These music tracks will play in the following biomes, and variants:
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
- Template:BiomeLink
Changes
Blocks
- Cobblestone walls no longer have a trailing space in their name.
- 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
- 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.
- Updated the panorama to reflect Minecraft:Chaos Cubed.
- 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.
- Updated the Storage tab with Minecraft:Ore UI.
- 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.
- 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 4GB.
- Cloud storage can be managed in the updated storage settings.
Technical
AI Goals
- 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:
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- The fields Template:Cd and Template:Cd now only accept an object with Template:Cd and Template:Cd values. Other formats will fail to parse.
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- The fields Template:Cd and Template:Cd now only accept an object with Template:Cd and Template:Cd values. Other formats will fail to parse.
- Template:Cd
- Released Template:Cd from Template:Cd to stable.
- Entity version upgrades are no longer gated behind the Upcoming Creator Features experiment
- Added a new condition Template:Cd 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.
- Released Template:Cd, Template:Cd, Template:Cd, Template:Cd, Template:Cd, and Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd firing Template:Cd events from Template:Cd to Template:Cd.
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
- Added the Template:Cd entity event response.
- If its Template:Cd field is set to Template:Cd, it unleashes the entity from the entity it is leashed to.
- If its Template:Cd field is set to Template:Cd, it unleashes all entities that are leashed to the entity.
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.
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
- Custom projectiles spawned via the Template:Cd component now apply the offset field of Template:Cd when the experimental toggle "Custom Projectiles" is enabled.
- Added Template:Cd to Template:Cd.
- Added Template:Cd to Template:Cd.
- Added Template:Cd to Template:Cd.
- Added Template:Cd to Template:Cd.
- Removed beta Template:Cd scripting property and Template:Cd interface from Template:Cd.
- Added the Template:Cd block component.
- It is only present on blocks defined with a Template:Cd component with Template:Cd set to true.
- It stores properties of the same Template:Cd type that can be found on entities or item stacks.
- It comes with a get, set and Template:Cd API.
- It may only store up to 1KBytes of data per block entity.
- It does not carry over its data to the item resulting from mining or picking the block entity.
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.
- Added the [[Minecraft:Block components#minecraft:block_entity|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
- Added the class Template:Cd that is thrown when an observable value is expected to be writable, but it is not.
- Changed the class Template:Cd:
- Changed the function Template:Cd:
- Changed return type from Template:Cd (throws Template:Cd) to Template:Cd (throws Template:Cd, Template:Cd).
- Changed the function Template:Cd:
- Changed return type from Template:Cd (throws Template:Cd) to Template:Cd (throws Template:Cd, Template:Cd).
- Changed the function Template:Cd:
- Changed return type from Template:Cd (throws Template:Cd) to Template:Cd (throws Template:Cd, Template:Cd).
- Changed the function Template:Cd:
- Changed return type from Template:Cd (throws Template:Cd) to Template:Cd (throws Template:Cd, Template:Cd).
- Changed the function Template:Cd:
- 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.
- 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.
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:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 26.30.28 Minecraft:es:Bedrock Edition Preview 26.30.28 Minecraft:ja:Bedrock Edition Preview 26.30.28 Minecraft:nl:Bedrockeditie Preview 26.30.28 Minecraft:pt:Edição Bedrock Preview 26.30.28 Minecraft:th:รุ่น Bedrock Preview 26.30.28 Minecraft:uk:Preview 26.30.28 (Bedrock Edition) Minecraft:zh:基岩版26.30.28