Minecraft:Bedrock Edition Preview 1.21.100.20: Difference between revisions
More actions
imported>MinecraftBedrockPlayer7 lag is not a critical/dangerous bug |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 23: | Line 23: | ||
<onlyinclude> | <onlyinclude> | ||
'''Beta 1.21.100.20''' (ChromeOS, Android) or '''Preview 1.21.100.20''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.21.100]], released on June 10, 2025,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/37264366737421-Minecraft-Beta-Preview-1-21-100-20|title=Minecraft Beta & Preview - 1.21.100.20|website=Minecraft Feedback|date=June 10, 2025}}</ref> which fixes bugs and makes some small changes to improve | '''Beta 1.21.100.20''' (ChromeOS, Android) or '''Preview 1.21.100.20''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.21.100]], released on June 10, 2025,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/37264366737421-Minecraft-Beta-Preview-1-21-100-20|title=Minecraft Beta & Preview - 1.21.100.20|website=Minecraft Feedback|date=June 10, 2025}}</ref> which fixes bugs and makes some small changes to improve parity with {{MC/JE}}. | ||
== Additions == | == Additions == | ||
=== General === | === General === | ||
''' | '''Accessibility''' | ||
*Added screen narrator enumeration to UI buttons when adding a new server. | *Added screen narrator enumeration to UI buttons when adding a new server. | ||
| Line 33: | Line 33: | ||
=== Command format === | === Command format === | ||
'''[[Minecraft:World spawn]]''' | '''[[Minecraft:World spawn]]''' | ||
*The world spawn can now be set in the | *The world spawn can now be set in the End using {{MC/Cmd|spawnpoint}}. | ||
'''{{ | '''{{MC/Cmd|locate}}''' | ||
*{{ | *{{MC/Cmd|locate biome}} command now requires that the biome's namespace is specified (ex: {{MC/Cd|minecraft:plains}} instead of just {{MC/Cd|plains}}). Auto-complete suggestions for this command will now include namespaces. | ||
=== Mobs === | === Mobs === | ||
'''[[Minecraft:Animal]]s''' | '''[[Minecraft:Animal]]s''' | ||
*The ambient sound interval for all animals has been adjusted to 6 seconds, matching {{JE}}. | *The ambient sound interval for all animals has been adjusted to 6 seconds, matching {{MC/JE}}. | ||
''' | '''Ghasts''' | ||
*The ambient sound interval for all ghasts has been adjusted to 4 seconds, matching {{JE}}. | *The ambient sound interval for all ghasts has been adjusted to 4 seconds, matching {{MC/JE}}. | ||
'''[[Minecraft:Snowball]]s, [[Minecraft:Ender Pearl]]s, | '''[[Minecraft:Snowball]]s, [[Minecraft:Ender Pearl]]s, Ender Eyes, Experience Bottles, [[Minecraft:Splash Potion]]s, [[Minecraft:Lingering Potion]]s, and [[Minecraft:Ice Bomb]]s''' | ||
* Their sprites, when rendered in the world, now have the correct scaling and positional offset. | * Their sprites, when rendered in the world, now have the correct scaling and positional offset. | ||
* They now match {{JE}}, and also match better with their collider. | * They now match {{MC/JE}}, and also match better with their collider. | ||
=== General === | === General === | ||
{{Missing information|section|The which marketplace-related menus were changed.}} | {{MC/Missing information|section|The which marketplace-related menus were changed.}} | ||
''' | '''UI''' | ||
*"Owned" or "Download" is now displayed on items the player owns outside of the "My Library" page. | *"Owned" or "Download" is now displayed on items the player owns outside of the "My Library" page. | ||
*The Marketplace Pass chevron will now show on items that the user owns while on normal Marketplace pages. Not on the inventory. Owned/Download text moved to the right. | *The Marketplace Pass chevron will now show on items that the user owns while on normal Marketplace pages. Not on the inventory. Owned/Download text moved to the right. | ||
| Line 65: | Line 65: | ||
=== World generation === | === World generation === | ||
''' | '''Trees''' | ||
*Trees now generate more sparsely in | *Trees now generate more sparsely in groves. | ||
*Trees now generate more frequently in | *Trees now generate more frequently in snowy plains. | ||
''' | '''Frozen Ocean''' | ||
*Its surface is no longer entirely covered by ice, and now features patches of open water. | *Its surface is no longer entirely covered by ice, and now features patches of open water. | ||
*Icebergs in frozen ocean biomes now generate with a shape and frequency that more closely matches {{JE}}. | *Icebergs in frozen ocean biomes now generate with a shape and frequency that more closely matches {{MC/JE}}. | ||
''' | '''Deep Frozen Ocean''' | ||
*Its surface is no longer covered by ice and now consists entirely of open water. | *Its surface is no longer covered by ice and now consists entirely of open water. | ||
''' | '''Old Growth Spruce Taiga and [[Minecraft:Old Growth Pine Taiga]]''' | ||
*Increased the size of the [[Minecraft:podzol]] patches generated beneath mega pines and mega | *Increased the size of the [[Minecraft:podzol]] patches generated beneath mega pines and mega spruces. | ||
**This change affects both world generation and trees grown by players. | **This change affects both world generation and trees grown by players. | ||
'''[[Minecraft:Mushroom]]s''' | '''[[Minecraft:Mushroom]]s''' | ||
*Mushrooms now properly generate under trees in | *Mushrooms now properly generate under trees in swamps and other biomes where they naturally generate. | ||
'''[[Minecraft:Seagrass]]''' | '''[[Minecraft:Seagrass]]''' | ||
| Line 87: | Line 87: | ||
=== Technical === | === Technical === | ||
''' | '''Add-Ons and Script Engine''' | ||
*Custom biome names are no longer implied by their filenames. Biome names are explicitly specified via the {{ | *Custom biome names are no longer implied by their filenames. Biome names are explicitly specified via the {{MC/Cd|identifier}} property under the {{MC/Cd|description}} sub-object of their JSON definition. | ||
*Biome identifiers must now be namespaced (ex: {{ | *Biome identifiers must now be namespaced (ex: {{MC/Cd|minecraft:plains}}). Client biomes with a format version lower than 1.21.90 will have their identifier automatically prefixed {{MC/Cd|minecraft:}} when loaded if no namespace is already specified. | ||
*Updated biome documentation to match updated biome JSON formatting and requirements. | *Updated biome documentation to match updated biome JSON formatting and requirements. | ||
''' | '''API''' | ||
*The {{ | *The {{MC/Cd|message}} parameter of the {{MC/Cd|setText}} method on {{MC/Cd|BlockSignComponent}} no longer accepts a {{MC/Cd|RawText}} as an option. This option was redundant as it is covered by the existing {{MC/Cd|RawMessage}} option. This affects the {{MC/Cd|setText}} method in all versions. | ||
*Updated many error strings to use consistent punctuation. | *Updated many error strings to use consistent punctuation. | ||
*The properties {{ | *The properties {{MC/Cd|minValue}} and {{MC/Cd|maxValue}} on the {{MC/Cd|ArgumentOutOfBoundsError}} class are now optional. | ||
*Updated several APIs to throw {{ | *Updated several APIs to throw {{MC/Cd|ArgumentOutOfBoundsError}} instead of {{MC/Cd|Error}} where appropriate. This affects the following APIs in all versions: | ||
**{{ | **{{MC/Cd|Entity.addEffect}} for when the {{MC/Cd|amplifier}} setting is out of bounds (0 - 255) or {{MC/Cd|duration}} setting is out of bounds (1 - 20000000). | ||
**{{ | **{{MC/Cd|Entity.applyImpulse}} for when the {{MC/Cd|vector}} parameter is out of bounds (-1000 - 1000 per axis). | ||
**{{ | **{{MC/Cd|ItemStack.setLore}} and {{MC/Cd|ContainerSlot.setLore}} for when the {{MC/Cd|loreList}} parameter is out of bounds (0 - 100 max lines, 0 - 1000 max length per line). | ||
**{{ | **{{MC/Cd|ItemStack.setAmount}} and {{MC/Cd|ContainerSlot.setAmount}} for when the {{MC/Cd|amount}} parameter is out of bounds (0 - 255). | ||
*Some existing errors that throw {{ | *Some existing errors that throw {{MC/Cd|ArgumentOutOfBoundsError}} have been updated to use a standardized error message. This affects the following APIs in all versions: | ||
**{{ | **{{MC/Cd|ScreenDisplay.setTitle}} for when the {{MC/Cd|fadeInDuration}}, {{MC/Cd|stayDuration}} or {{MC/Cd|fadeOutDuration}} settings are out of bounds (min value of 0). | ||
**{{ | **{{MC/Cd|StructureManager.placeStructure}} for when the {{MC/Cd|integrity}} setting is out of bounds (0 - 1). | ||
**{{ | **{{MC/Cd|PlayerAimAssist.setAimAssistSettings}} for when the {{MC/Cd|viewAngle}} setting is out of bounds (10 - 90) or {{MC/Cd|distance}} setting is out of bounds (1 - 16). | ||
**{{ | **{{MC/Cd|ItemStack.setNameTag}} and {{MC/Cd|ContainerSlot.setNameTag}} for when the {{MC/Cd|nameTag}} parameter length is out of bounds (0 - 255). | ||
*Some existing errors that throw {{ | *Some existing errors that throw {{MC/Cd|InvalidArgumentError}} have been updated to use a standardized error message. | ||
**{{ | **{{MC/Cd|CustomSpawnRulesRegistry.registerObstructionCallback}} for when the {{MC/Cd|predicate}} parameter is empty or a duplicate. | ||
*Released {{ | *Released {{MC/Cd|DyeableItemComponent}} to {{MC/Cd|stable}}. | ||
'''Block Components''' | '''Block Components''' | ||
*Modified {{ | *Modified {{MC/Cd|minecraft:geometry}} block component. | ||
**Field {{ | **Field {{MC/Cd|uv_lock}} no longer requires "Upcoming Creator Features" experiment to work, Json {{MC/Cd|format_version}} still needs to be >= {{MC/Cd|1.19.80}}. | ||
'''Components''' | '''Components''' | ||
*Content warnings will log missing entity references in {{ | *Content warnings will log missing entity references in {{MC/Cd|Spawn Rule}} JSON. | ||
*Content warnings will log missing references in {{ | *Content warnings will log missing references in {{MC/Cd|Client Biome}} JSON. | ||
*The {{ | *The {{MC/Cd|minecraft:body_rotation_axis_aligned}} component has been renamed to {{MC/Cd|minecraft:rotation_axis_aligned}}. | ||
'''Entity Components''' | '''Entity Components''' | ||
*Made the schema for the {{ | *Made the schema for the {{MC/Cd|minecraft:tick_world}} entity component stricter so that the parsing now refuses out of range values for {{MC/Cd|radius}} and {{MC/Cd|distance_to_players}}. | ||
'''Graphical''' | '''Graphical''' | ||
*Changed cloud quality to player visible option and not a dev only option. | *Changed cloud quality to player visible option and not a dev only option. | ||
''' | '''Jigsaw''' | ||
*Added {{ | *Added {{MC/Cd|minecraft:blockstate_match}} and {{MC/Cd|minecraft:random_blockstate_match}} rules to jigsaw processors. | ||
*Added heightmap projection type {{ | *Added heightmap projection type {{MC/Cd|none}} and made it the default setting, which instead of performing heightmap calculations uses the starting placement position. | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the "Beta APIs", "Experimental Creator Camera", and "Custom Biomes" | These additions and changes are accessible by enabling the "Beta APIs", "Experimental Creator Camera", and "Custom Biomes" experimental toggles. | ||
=== Additions === | === Additions === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
*Added class {{ | *Added class {{MC/Cd|InvalidItemStackError}} to {{MC/Cd|beta}}. | ||
'''[[Minecraft:Commands]]''' | '''[[Minecraft:Commands]]''' | ||
*Added the {{ | *Added the {{MC/Cd|fov_set}} keyword to the {{MC/Cmd|camera}} command for changing the camera's field of view. Enabled with the Experimental Creator Camera toggle. | ||
'''Scripting''' | '''Scripting''' | ||
| Line 149: | Line 149: | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
*Moved class {{ | *Moved class {{MC/Cd|PlayerHotbarSelectedSlotChangeAfterEvent}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Moved class {{ | *Moved class {{MC/Cd|PlayerHotbarSelectedSlotChangeAfterEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Moved class {{ | *Moved class {{MC/Cd|PlayerInventoryItemChangeAfterEvent}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Moved class {{ | *Moved class {{MC/Cd|PlayerInventoryItemChangeAfterEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Moved interface {{ | *Moved interface {{MC/Cd|HotbarEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Moved interface {{ | *Moved interface {{MC/Cd|InventoryItemEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Moved enum {{ | *Moved enum {{MC/Cd|PlayerInventoryType}} from {{MC/Cd|beta}} to {{MC/Cd|2.1.0}}. | ||
*Class {{ | *Class {{MC/Cd|HotbarEventOptions}}. | ||
**Field {{ | **Field {{MC/Cd|allowedSlots}} added bound validation, numbers inside the array must be between 0 and 8. | ||
*Class {{ | *Class {{MC/Cd|InventoryItemEventOptions}}. | ||
**Field {{ | **Field {{MC/Cd|allowedSlots}} added bound validation, numbers inside the array must be positive. | ||
*{{ | *{{MC/Cd|ItemInventoryComponent}} | ||
**Bundle UI now renders non-contiguous items added to the container with this API correctly. | **Bundle UI now renders non-contiguous items added to the container with this API correctly. | ||
''' | '''Experimental''' | ||
*{{ | *{{MC/Cmd|locate structure}} command (and similar structure-searching gameplay elements) will now quickly return no result if experimental Custom Biomes have replaced all of the biomes where that structure could appear. | ||
'''Jigsaw''' | '''Jigsaw''' | ||
*{{ | *{{MC/Cd|max_distance_from_center}} now parses horizontal and vertical values separately in an object while supporting horizontal only with parsing as a constant, the vertical value is now optional and defaults to having no limit. | ||
'''World generation''' | '''World generation''' | ||
*Mixing Terrain matching and Rigid Structures will no longer sink rigid structure 1 block. | *Mixing Terrain matching and Rigid Structures will no longer sink rigid structure 1 block. | ||
*Chunks will no longer infinitely load when multiple structures are used within a structure set. | *Chunks will no longer infinitely load when multiple structures are used within a structure set. | ||
*Can now use {{ | *Can now use {{MC/Cd|minecraft:empty_pool_element}} jigsaw template pools to represent empty elements. | ||
== Fixes == | == Fixes == | ||
| Line 187: | Line 187: | ||
|159044|Allay not disconnecting from lead | |159044|Allay not disconnecting from lead | ||
|163558|Breaking a fence that has an entity tied to it keeps the lead floating for a few seconds | |163558|Breaking a fence that has an entity tied to it keeps the lead floating for a few seconds | ||
|185429|{{ | |185429|{{MC/Cd|<message: message>}} command argument can be empty and runs successfully | ||
|186435|Allays can hold leads | |186435|Allays can hold leads | ||
|187041|Leash knots do not adapt to the size of wall blocks that are not connected to anything when animals are leashed to it | |187041|Leash knots do not adapt to the size of wall blocks that are not connected to anything when animals are leashed to it | ||
|190531|{{ | |190531|{{MC/Cd|flipbook_textures.json}} does not support animating multiple variants of a same block and only animates the last entry for that block. | ||
|190751|No camera perspective button in spectator mode | |190751|No camera perspective button in spectator mode | ||
|190776|Standing in Scaffolding or Powder Snow causes pick-block button on mobile to disappear | |190776|Standing in Scaffolding or Powder Snow causes pick-block button on mobile to disappear | ||
| Line 198: | Line 198: | ||
|217667|Clicking a world thumbnail while in the grid layout no longer plays click sounds | |217667|Clicking a world thumbnail while in the grid layout no longer plays click sounds | ||
|218617|"Invite to Game" button obscured by scoreboard | |218617|"Invite to Game" button obscured by scoreboard | ||
|219364|{{ | |219364|{{MC/Cmd|music}} command stops working after leaving and rejoining world until game restart | ||
|219554|New Tears disc has extra spaces in its name | |219554|New Tears disc has extra spaces in its name | ||
|220347|The {{ | |220347|The {{MC/Cd|on_fire_color}} component in a mob's render controllers does not display the right color in game | ||
|220829|Addon Entities using Properties and Render controllers now have texture replacement issues in the v1.21.82 update | |220829|Addon Entities using Properties and Render controllers now have texture replacement issues in the v1.21.82 update | ||
|otherissuescount=18}} | |otherissuescount=18}} | ||
| Line 217: | Line 217: | ||
*Player dot on the Locator Bar now stops 1 pixel before the edge of the bar. | *Player dot on the Locator Bar now stops 1 pixel before the edge of the bar. | ||
*Fixed a bug which could cause the bed screen to not be removed properly when being disconnected from a server. | *Fixed a bug which could cause the bed screen to not be removed properly when being disconnected from a server. | ||
*Fixed a bug where the {{ | *Fixed a bug where the {{MC/Cd|includeLiquidBlocks}} property on {{MC/Cd|BlockRaycastOptions}} would not correctly result in hits on liquids if it didn't also reach a solid block afterward. | ||
*Fixed a crash with the {{ | *Fixed a crash with the {{MC/Cd|DebugDrawer}} when used too early in the client joining a world (such as inside the {{MC/Cd|playerSpawn}} event). | ||
*Fixed assert "can't add a new vertex field at this point: COLOR" when loading some worlds that contained clusters of mangrove roots blocks. | *Fixed assert "can't add a new vertex field at this point: COLOR" when loading some worlds that contained clusters of mangrove roots blocks. | ||
*Fixed assert "can't add a new vertex field at this point: TEXCOORD_4" when loading some worlds that contained chain or end portal blocks. | *Fixed assert "can't add a new vertex field at this point: TEXCOORD_4" when loading some worlds that contained chain or end portal blocks. | ||
| Line 224: | Line 224: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.100 betas]] | [[Category:Bedrock Edition 1.21.100 betas]] | ||
de:Bedrock Edition beta 1.21.100.20 | |||
pt:Edição Bedrock Preview 1.21.100.20 | |||
ru:Preview 1.21.100.20 (Bedrock Edition) | |||
uk:Preview 1.21.100.20 (Bedrock Edition) | |||
zh:基岩版1.21.100.20 | |||
Latest revision as of 19:21, 9 April 2026
Beta 1.21.100.20 (ChromeOS, Android) or Preview 1.21.100.20 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview version for Minecraft:Bedrock Edition 1.21.100, released on June 10, 2025,<ref>Template:Cite</ref> which fixes bugs and makes some small changes to improve parity with Java Edition.
Additions
General
Accessibility
- Added screen narrator enumeration to UI buttons when adding a new server.
Changes
Command format
- The world spawn can now be set in the End using
- REDIRECT Template:Command
- REDIRECT Template:Command
- REDIRECT Template:Command
Template:Redr command now requires that the biome's namespace is specified (ex:
- REDIRECT Template:Code
Template:Redr instead of just
- REDIRECT Template:Code
Template:Redr). Auto-complete suggestions for this command will now include namespaces.
Mobs
- The ambient sound interval for all animals has been adjusted to 6 seconds, matching Java Edition.
Ghasts
- The ambient sound interval for all ghasts has been adjusted to 4 seconds, matching Java Edition.
Minecraft:Snowballs, Minecraft:Ender Pearls, Ender Eyes, Experience Bottles, Minecraft:Splash Potions, Minecraft:Lingering Potions, and Minecraft:Ice Bombs
- Their sprites, when rendered in the world, now have the correct scaling and positional offset.
- They now match Java Edition, and also match better with their collider.
General
Template:Message boxTemplate:Article other UI
- "Owned" or "Download" is now displayed on items the player owns outside of the "My Library" page.
- The Marketplace Pass chevron will now show on items that the user owns while on normal Marketplace pages. Not on the inventory. Owned/Download text moved to the right.
- Updated Marketplace Pass chevron to show on items in the inventory.
- Moved the "Owned"/"Download" text to the right side.
Audio Settings Screen
- The audio default volumes have been updated.
- Audio settings have been updated with a brand-new look and improved navigation:
- Each setting now includes a helpful description, making it easier to understand what it does.
- Improved interaction with sliders that are now smoother and more responsive than before.
World generation
Trees
- Trees now generate more sparsely in groves.
- Trees now generate more frequently in snowy plains.
Frozen Ocean
- Its surface is no longer entirely covered by ice, and now features patches of open water.
- Icebergs in frozen ocean biomes now generate with a shape and frequency that more closely matches Java Edition.
Deep Frozen Ocean
- Its surface is no longer covered by ice and now consists entirely of open water.
Old Growth Spruce Taiga and Minecraft:Old Growth Pine Taiga
- Increased the size of the Minecraft:podzol patches generated beneath mega pines and mega spruces.
- This change affects both world generation and trees grown by players.
- Mushrooms now properly generate under trees in swamps and other biomes where they naturally generate.
- Seagrass no longer pokes through Minecraft:ice when it generates in shallow Minecraft:water in biomes that have ice on the water's surface.
Technical
Add-Ons and Script Engine
- Custom biome names are no longer implied by their filenames. Biome names are explicitly specified via the
- REDIRECT Template:Code
Template:Redr property under the
- REDIRECT Template:Code
Template:Redr sub-object of their JSON definition.
- Biome identifiers must now be namespaced (ex:
- REDIRECT Template:Code
Template:Redr). Client biomes with a format version lower than 1.21.90 will have their identifier automatically prefixed
- REDIRECT Template:Code
Template:Redr when loaded if no namespace is already specified.
- Updated biome documentation to match updated biome JSON formatting and requirements.
API
- The
- REDIRECT Template:Code
Template:Redr parameter of the
- REDIRECT Template:Code
Template:Redr method on
- REDIRECT Template:Code
Template:Redr no longer accepts a
- REDIRECT Template:Code
Template:Redr as an option. This option was redundant as it is covered by the existing
- REDIRECT Template:Code
Template:Redr option. This affects the
- REDIRECT Template:Code
Template:Redr method in all versions.
- Updated many error strings to use consistent punctuation.
- The properties
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr on the
- REDIRECT Template:Code
Template:Redr class are now optional.
- Updated several APIs to throw
- REDIRECT Template:Code
Template:Redr instead of
- REDIRECT Template:Code
Template:Redr where appropriate. This affects the following APIs in all versions:
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr setting is out of bounds (0 - 255) or
- REDIRECT Template:Code
Template:Redr setting is out of bounds (1 - 20000000).
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr parameter is out of bounds (-1000 - 1000 per axis).
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr parameter is out of bounds (0 - 100 max lines, 0 - 1000 max length per line).
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr parameter is out of bounds (0 - 255).
- Some existing errors that throw
- REDIRECT Template:Code
Template:Redr have been updated to use a standardized error message. This affects the following APIs in all versions:
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr settings are out of bounds (min value of 0).
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr setting is out of bounds (0 - 1).
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr setting is out of bounds (10 - 90) or
- REDIRECT Template:Code
Template:Redr setting is out of bounds (1 - 16).
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr parameter length is out of bounds (0 - 255).
- Some existing errors that throw
- REDIRECT Template:Code
Template:Redr have been updated to use a standardized error message.
- REDIRECT Template:Code
Template:Redr for when the
- REDIRECT Template:Code
Template:Redr parameter is empty or a duplicate.
- Released
- REDIRECT Template:Code
- REDIRECT Template:Code
Block Components
- Modified
- REDIRECT Template:Code
Template:Redr block component.
- Field
- REDIRECT Template:Code
Template:Redr no longer requires "Upcoming Creator Features" experiment to work, Json
- REDIRECT Template:Code
Template:Redr still needs to be >=
- REDIRECT Template:Code
Components
- Content warnings will log missing entity references in
- REDIRECT Template:Code
Template:Redr JSON.
- Content warnings will log missing references in
- REDIRECT Template:Code
Template:Redr JSON.
- The
- REDIRECT Template:Code
Template:Redr component has been renamed to
- REDIRECT Template:Code
Entity Components
- Made the schema for the
- REDIRECT Template:Code
Template:Redr entity component stricter so that the parsing now refuses out of range values for
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Graphical
- Changed cloud quality to player visible option and not a dev only option.
Jigsaw
- Added
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr rules to jigsaw processors.
- Added heightmap projection type
- REDIRECT Template:Code
Template:Redr and made it the default setting, which instead of performing heightmap calculations uses the starting placement position.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Experimental Creator Camera", and "Custom Biomes" experimental toggles.
Additions
Technical
API
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added the
- REDIRECT Template:Code
Template:Redr keyword to the
- REDIRECT Template:Command
Template:Redr command for changing the camera's field of view. Enabled with the Experimental Creator Camera toggle.
Scripting
- Added support for text to speech for tooltips at Server-UI forms.
UI
- Added support for navigation using keyboard and gamepad for tooltips at settings. Also, to be showed always inside the visible area. Mobile resolutions were having issues with this.
Changes
Technical
API
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved class
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved interface
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved interface
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved enum
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Class
- REDIRECT Template:Code
- Field
- REDIRECT Template:Code
Template:Redr added bound validation, numbers inside the array must be between 0 and 8.
- Class
- REDIRECT Template:Code
- Field
- REDIRECT Template:Code
Template:Redr added bound validation, numbers inside the array must be positive.
- REDIRECT Template:Code
- Bundle UI now renders non-contiguous items added to the container with this API correctly.
Experimental
- REDIRECT Template:Command
Template:Redr command (and similar structure-searching gameplay elements) will now quickly return no result if experimental Custom Biomes have replaced all of the biomes where that structure could appear.
Jigsaw
- REDIRECT Template:Code
Template:Redr now parses horizontal and vertical values separately in an object while supporting horizontal only with parsing as a constant, the vertical value is now optional and defaults to having no limit.
World generation
- Mixing Terrain matching and Rigid Structures will no longer sink rigid structure 1 block.
- Chunks will no longer infinitely load when multiple structures are used within a structure set.
- Can now use
- REDIRECT Template:Code
Template:Redr jigsaw template pools to represent empty elements.
Fixes
Template:Fixes Other
- Emoting players will no longer get stuck in a boat.
- Fixed a bug where caustics were not appearing for player hand and held items in first person view.
- Fixed the spyglass and fire effects in first person not receiving gamma calibration in Vibrant Visuals.
- Fixed a bug that caused bottle o' enchanting not to glow when thrown in Vibrant Visuals.
- Fixed clusters of mangrove root blocks displaying a non-uniform color.
- Fixed chain blocks not being rendered with PBR properties defined by the texture set.
- Fixed an issue that caused chain blocks to change PBR properties of surrounding blocks.
- Fixed a bug where glow squid would not act as leash anchor points.
- Fixed a bug that caused happy ghast to not rotate properly if dismounted while moving vertically.
- Fixed rare crashes during the app suspension on Xbox.
- Player dots on the locator bar now move smoothly when strafing near other players.
- Player dot on the Locator Bar now stops 1 pixel before the edge of the bar.
- Fixed a bug which could cause the bed screen to not be removed properly when being disconnected from a server.
- Fixed a bug where the
- REDIRECT Template:Code
Template:Redr property on
- REDIRECT Template:Code
Template:Redr would not correctly result in hits on liquids if it didn't also reach a solid block afterward.
- Fixed a crash with the
- REDIRECT Template:Code
Template:Redr when used too early in the client joining a world (such as inside the
- REDIRECT Template:Code
Template:Redr event).
- Fixed assert "can't add a new vertex field at this point: COLOR" when loading some worlds that contained clusters of mangrove roots blocks.
- Fixed assert "can't add a new vertex field at this point: TEXCOORD_4" when loading some worlds that contained chain or end portal blocks.
- Fixed an issue where projectiles were shot in the wrong direction when using touch controls and custom cameras.
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.100.20 pt:Edição Bedrock Preview 1.21.100.20 ru:Preview 1.21.100.20 (Bedrock Edition) uk:Preview 1.21.100.20 (Bedrock Edition) zh:基岩版1.21.100.20