Minecraft:Bedrock Edition Preview 1.21.0.20: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 32: | Line 32: | ||
'''Game rules''' | '''Game rules''' | ||
*Added a new game rule to control decay of drops from [[Minecraft:TNT]] explosions, named {{ | *Added a new game rule to control decay of drops from [[Minecraft:TNT]] explosions, named {{MC/Cd|tntExplosionDropDecay}}. | ||
**The rule can be set to {{ | **The rule can be set to {{MC/Cd|true}} to re-enable the previous behavior where not all blocks would drop when exploded by TNT. | ||
== Changes == | == Changes == | ||
| Line 43: | Line 43: | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="12" | {{ | | rowspan="12" | {{MC/Blocksprite|short-grass}} <code>tallgrass</code> | ||
| {{ | | {{MC/Blocksprite|short-grass}} <code>short_grass</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|fern}} <code>fern</code> | ||
|} | |} | ||
| Line 65: | Line 65: | ||
=== Technical === | === Technical === | ||
'''API''' | '''API''' | ||
*{{ | *{{MC/Cd|ScreenDisplay}} | ||
**Moved {{ | **Moved {{MC/Cd|getHiddenHudElements(): HudElements[]}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|isForcedHidden(hudElement: HudElements): boolean}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|resetHudElements(): void}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|setHudVisibility(visible: HudVisibility, hudElements?: HudElements[]): void}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|hideAllExcept(hudElements?: HudElements[]): void}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
*{{ | *{{MC/Cd|HudElement}} | ||
**Moved {{ | **Moved {{MC/Cd|HudElementenum}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|HudElementsCount}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
*{{ | *{{MC/Cd|HudVisibility}} | ||
**Moved {{ | **Moved {{MC/Cd|HudVisibilityenum}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**Moved {{ | **Moved {{MC/Cd|HudVisibilityCount}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
*Moved {{ | *Moved {{MC/Cd|WeatherChangeBeforeEvent}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
*{{ | *{{MC/Cd|BlockPermutation}} | ||
**Removed function {{ | **Removed function {{MC/Cd|clone}}. | ||
*Creator Settings UI | *Creator Settings UI | ||
**Watchdog settings. | **Watchdog settings. | ||
| Line 85: | Line 85: | ||
**Disable/Enable slow script warnings and adjust threshold. | **Disable/Enable slow script warnings and adjust threshold. | ||
**Disable/Enable script spike warnings and adjust threshold. | **Disable/Enable script spike warnings and adjust threshold. | ||
**Removed {{ | **Removed {{MC/Cd|disableWatchdogmethod}}. | ||
**Added {{ | **Added {{MC/Cd|disableWatchdogTimingWarnings}} to disable spike and slow warnings per behavior pack. | ||
*Released {{ | *Released {{MC/Cd|ItemEnchantableComponent}} from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
*Released Enchantment APIs from {{ | *Released Enchantment APIs from {{MC/Cd|beta}} to {{MC/Cd|11.0}}. | ||
**interface {{ | **interface {{MC/Cd|Enchantment}}. | ||
**enum {{ | **enum {{MC/Cd|EnchantmentSlot}}. | ||
**class {{ | **class {{MC/Cd|EnchantmentType}}. | ||
**class {{ | **class {{MC/Cd|EnchantmentTypes}}. | ||
*Added new interface {{ | *Added new interface {{MC/Cd|EntityFilter}} with many of the existing options from {{MC/Cd|EntityRaycastOptions}}. | ||
*{{ | *{{MC/Cd|EntityRaycastOptions}} now inherits from {{MC/Cd|EntityFilter}}. | ||
*{{ | *{{MC/Cd|EntityQueryOptions}} now inherits from {{MC/Cd|EntityFilter}}. | ||
*Removed property {{ | *Removed property {{MC/Cd|blockFilter}} (and several others, now moved to {{MC/Cd|EntityFilter}}) from {{MC/Cd|BlockRaycastOptions}}. | ||
*{{ | *{{MC/Cd|BlockRaycastOptions}} now inherits from {{MC/Cd|BlockFilter}}. | ||
*Released {{ | *Released {{MC/Cd|BlockFilter}} to {{MC/Cd|4.0}}. | ||
*Released {{ | *Released {{MC/Cd|volume}} from {{MC/Cd|beta}} to {{MC/Cd|v1.11.0}}. | ||
'''[[Minecraft:Molang]]''' | '''[[Minecraft:Molang]]''' | ||
*Added Molang {{ | *Added Molang {{MC/Cd|state_time -> number}} for animation controllers, which returns the time in seconds spent in the current controller state (inclusive of blend time). Requires "Upcoming Creator Features" experimental toggle. | ||
'''[[Minecraft:server.properties]]''' | '''[[Minecraft:server.properties]]''' | ||
*Removed {{ | *Removed {{MC/Cd|server-authoritative-block-breaking}} from the default {{MC/Cd|server.properties}}. | ||
*Removed {{ | *Removed {{MC/Cd|server-authoritative-sound}} from {{MC/Cd|server.properties}}. | ||
== Experimental == | == Experimental == | ||
| Line 220: | Line 220: | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
*Added {{ | *Added {{MC/Cd|ItemComponentMineBlockEvent}} for {{MC/Cd|beta}}. | ||
*Event Signals | *Event Signals | ||
**Unsubscribe is no longer marked as {{ | **Unsubscribe is no longer marked as {{MC/Cd|@throws}}. It does not throw exceptions and never has. | ||
*Added {{ | *Added {{MC/Cd|getAll}} to {{MC/Cd|beta}}. | ||
*Added {{ | *Added {{MC/Cd|PlayerInputPermissions}} and {{MC/Cd|inputPermissions}} for enabling & disabling categories of player input permissions. | ||
*Added {{ | *Added {{MC/Cd|InputPermissionCategory}}. | ||
*Added {{ | *Added {{MC/Cd|afterEvents.playerInputPermissionCategoryChange}} for listening to changes to a players input permissions. | ||
*Added {{ | *Added {{MC/Cd|ignoreBlockCollision}} to {{MC/Cd|EntityRaycastOptions}} which when {{MC/Cd|true}}, will make the raycast not stop on block collision. | ||
*Added {{ | *Added {{MC/Cd|includePassableBlocks}} to {{MC/Cd|EntityRaycastOptions}} which when {{MC/Cd|true}}, passable blocks like vines and flowers will be considered as blocks that {{MC/Cd|stop}} the raycast. | ||
*Added {{ | *Added {{MC/Cd|includeLiquidBlocks}} to {{MC/Cd|EntityRaycastOptions}} which when {{MC/Cd|true}}, liquid blocks will be considered as blocks that stop the raycast. | ||
*Added {{ | *Added {{MC/Cd|ItemComponentHitEntityEvent}} and {{MC/Cd|ItemComponentBeforeDurabilityDamageEvent}} for {{MC/Cd|beta}}. | ||
'''Deferred Rendering Pipeline''' | '''Deferred Rendering Pipeline''' | ||
| Line 236: | Line 236: | ||
'''NBT data''' | '''NBT data''' | ||
*Added optional {{ | *Added optional {{MC/Cd|equipment_loot_table}} to the spawn data present in {{MC/Cd|spawn_potentials}} of trial spawner configs. | ||
**If present, rolled items from the specified loot table will be equipped to the mob that spawns. | **If present, rolled items from the specified loot table will be equipped to the mob that spawns. | ||
| Line 251: | Line 251: | ||
|159959|Ui / Menu shrinks when switch is put back into the docking station | |159959|Ui / Menu shrinks when switch is put back into the docking station | ||
|163023|Xbox: No response when pressing some or all buttons on the controller | |163023|Xbox: No response when pressing some or all buttons on the controller | ||
|170890|Pressing {{Keys|Enter}} in chat doesn't send messages or commands on Xbox | |170890|Pressing {{MC/Keys|Enter}} in chat doesn't send messages or commands on Xbox | ||
|175550|Game freezes at 35-41% after newest update | |175550|Game freezes at 35-41% after newest update | ||
|176505|{{Keys|ALT}} key does not work on Android[,] iOS[, and iPadOS] | |176505|{{MC/Keys|ALT}} key does not work on Android[,] iOS[, and iPadOS] | ||
|176878|Right {{Keys|shift}} key is not registering | |176878|Right {{MC/Keys|shift}} key is not registering | ||
|177037|Breezes do not avoid dangerous blocks when jumping | |177037|Breezes do not avoid dangerous blocks when jumping | ||
|178507|Sniffer, Camel, Breeze sound effects do not play when off-screen | |178507|Sniffer, Camel, Breeze sound effects do not play when off-screen | ||
| Line 283: | Line 283: | ||
*Fixed bug where users could not navigate through inventory using keyboard in touch devices. | *Fixed bug where users could not navigate through inventory using keyboard in touch devices. | ||
*Fixed banner staffs not being lit while held in hand from first-person view in the Deferred Technical Preview. | *Fixed banner staffs not being lit while held in hand from first-person view in the Deferred Technical Preview. | ||
*Fixed hunger element so that its visibility can be changed with the {{ | *Fixed hunger element so that its visibility can be changed with the {{MC/Cmd|hud}} command. | ||
*Added missing indentation to list items in some models, which should make those lists easier to read. | *Added missing indentation to list items in some models, which should make those lists easier to read. | ||
*On touch devices, when moving items between different slots, the icon no longer appears as duplicated between the moving item and the destination slot. | *On touch devices, when moving items between different slots, the icon no longer appears as duplicated between the moving item and the destination slot. | ||
| Line 290: | Line 290: | ||
*On touch devices, items from Creative Inventory are now unselectable. | *On touch devices, items from Creative Inventory are now unselectable. | ||
*On touch devices, it is now possible to swap two identical items. | *On touch devices, it is now possible to swap two identical items. | ||
{{ | {{MC/Fixes|project=REALMS|fixedin=1.21.0.20 Preview | ||
|;old | |;old | ||
|11707|Blocks reappear after breaking in Creative if "delayed block breaking" is turned off | |11707|Blocks reappear after breaking in Creative if "delayed block breaking" is turned off | ||
| Line 296: | Line 296: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.0 betas]] | [[Category:Bedrock Edition 1.21.0 betas]] | ||
Latest revision as of 19:20, 9 April 2026
Template:Infobox version Beta 1.21.0.20 (Android) or Preview 1.21.0.20 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview version for Minecraft:Bedrock Edition 1.21.0, released on April 3–4, 2024,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds ominous events and some new effects under experimental gameplay, new UI, and Hardcore mode, and fixes bugs.
Additions
Gameplay
Hardcore
- Added hardcore mode.
- Can be enabled when creating a new world.
- In this mode, the player has only one life and the maximum difficulty is turned on.
- After death, the player can either leave the world or switch to Spectator mode.
Game rules
- Added a new game rule to control decay of drops from Minecraft:TNT explosions, named
- REDIRECT Template:Code
- The rule can be set to
- REDIRECT Template:Code
Template:Redr to re-enable the previous behavior where not all blocks would drop when exploded by TNT.
Changes
Blocks
Grass and Minecraft:Fern
- The different block states for the
tallgrassID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:Redr |
Template:Redr |
Template:Redr |
General
- Changed the default "Anti Aliasing" video setting to "2" instead of "4" for better performance with minimal visual degradation.
Updated Edit World Screen
- Export World or Export as Template if clear player data is set it will be applied in a copy and then exported. (Preview only)
Profile Screen
- Profile screen is being updated with improved navigation.
- In the new Play Screen UI you can access Profile from the Play menu.
- Open the Friends Drawer and click on your friends to see their profiles, or click “Search for Players” from the Friends Drawer to find new profiles.
- In the old UI, click “Add Friends” from the Friends tab and search for friends. Click on them to view their profiles.
Technical
API
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- Creator Settings UI
- Watchdog settings.
- Increase script hang threshold.
- Disable/Enable slow script warnings and adjust threshold.
- Disable/Enable script spike warnings and adjust threshold.
- Removed
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr to disable spike and slow warnings per behavior pack.
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released Enchantment APIs from
- REDIRECT Template:Code
- REDIRECT Template:Code
- interface
- REDIRECT Template:Code
- enum
- REDIRECT Template:Code
- class
- REDIRECT Template:Code
- class
- REDIRECT Template:Code
- Added new interface
- REDIRECT Template:Code
Template:Redr with many of the existing options from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr now inherits from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr now inherits from
- REDIRECT Template:Code
- Removed property
- REDIRECT Template:Code
Template:Redr (and several others, now moved to
- REDIRECT Template:Code
Template:Redr) from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr now inherits from
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added Molang
- REDIRECT Template:Code
Template:Redr for animation controllers, which returns the time in seconds spent in the current controller state (inclusive of blend time). Requires "Upcoming Creator Features" experimental toggle.
- Removed
- REDIRECT Template:Code
Template:Redr from the default
- REDIRECT Template:Code
- Removed
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
Experimental
These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.
Additions
Blocks
Minecraft:Ominous Trial Spawner
- A more powerful active phase of the Minecraft:Trial Spawner with unique challenges and rewards.
- Provides a more challenging experience that players can opt into for better rewards.
- If a Trial Spawner detects a player that has the Trial Omen effect, the spawner will become Ominous if:
- It is not in cooldown.
- It is in cooldown but was not Ominous during its last activation.
- Making it Ominous this way will bypass the cooldown.
- While active, it will:
- Glow blue instead of orange.
- Emit soul flames instead of normal flames.
- More commonly spawn mobs with equipment if they can wear it.
- The equipment these mobs wear have Armor Trims applied from the Trial Chambers.
- Periodically spawn potions and projectiles on top of unsuspecting players and mobs.
- Becoming Ominous will despawn any existing mobs it spawned and reset its challenge.
- It will stay Ominous until it has been defeated and its cooldown has finished.
- When defeated, it will eject a different set of loot than normal Trial Spawners.
- A variant of Minecraft:Vaults that have a different texture and emit soul flames instead of normal flames.
- These can be found throughout the Trial Chambers in harder to find places and require an Ominous Trial Key to unlock.
- These Vaults hold a more valuable set of rewards than the standard Vaults unlocked by Trial Keys.
Gameplay
Ominous Events
- Bad Omen has been expanded to give access to an optional experience in Trial Chambers.
- These optional experiences accessed through Bad Omen are now known as Ominous Events.
- They are more challenging than usual, and are designed to shake up the experience in unique ways.
- Illager Raids are an example of an existing Ominous Event.
- Bad Omen is getting some changes with this redesign:
- It has a new, shadowy icon and a sound for being applied to the player.
- It is no longer given to players that defeat a Raid Captain outside a Raid.
- Instead, players can gain access to Bad Omen by consuming a new Ominous Bottle.
Ominous Trials
- A new Ominous Event that can be accessed by exploring a Trial Chamber with Bad Omen.
- This event will have players facing more powerful Minecraft:Trial Spawners.
Effects
- The following effects have been added:
- Wind Charged
- Affected entities will emit a wind burst upon death.
- Weaving
- Affected entities will spread Cobweb blocks upon death.
- Non-player entities with this effect can walk through Minecraft:Cobweb at normal speeds.
- Oozing
- Affected entities will spawn two Slimes upon death.
- Infested
- Affected entities have a 5% chance to spawn 1-2 Silverfish when hurt.
- Wind Charged
- These effects can be encountered while taking on an Ominous Trial Spawner.
- Spawners in an area will select a unique effect for the duration of their challenge, and drop them as lingering potions onto mobs and players nearby.
- Trial Omen
- A variant that Bad Omen can transform into if the player is within detection range of a Minecraft:Trial Spawner that is not Ominous.
- The Trial Omen has a duration of 15 minutes multiplied by the transformed Bad Omen's level.
- Players that have Trial Omen are surrounded by ominous particles.
- Some mobs are immune to these effects.
- Slimes are immune to Oozing.
- Silverfish are immune to Infested.
Items
- An item which can be consumed by players to receive the Bad Omen effect for 1 hour and 40 minutes.
- Comes in 5 variations, one for each Bad Omen level.
- The bottle breaks when consumed.
- Can be stacked to 64.
- Can be found uncommonly in any Minecraft:Vaults that are unlocked with Trial Keys, and is dropped by Raid Captains when defeated outside a Raid.
- A new variant of the Trial Key which can only be obtained by defeating an Ominous Trial Spawner.
- They can be used to unlock Minecraft:Ominous Vaults.
- The following potions have been added:
- Potion of Wind Charging
- Affected entities will emit a wind burst upon death.
- Brewed with an Awkward Potion and a Minecraft:Breeze Rod.
- Potion of Weaving
- Affected entities will spread Cobweb blocks upon death.
- Non-player entities with this effect can walk through Minecraft:Cobweb at normal speeds.
- Brewed with an Awkward Potion and a Cobweb block.
- Potion of Oozing
- Affected entities will spawn two Slimes upon death.
- Brewed with an Awkward Potion and a Minecraft:Slime Block.
- Potion of Infestation
- Affected entities have a 5% chance to spawn 1-2 Silverfish when hurt.
- Brewed with an Awkward Potion and a Minecraft:Stone block.
- Potion of Wind Charging
Changes
Blocks
- Trial Spawner activates only if it is in the line of sight of a player.
- Ominous Trial Spawners in the same room are more likely to spawn the same selection of projectiles.
- Becoming Ominous will despawn any existing mobs it spawned and reset its challenge.
- Trial Spawner in Ominous state spawns mobs with equipment they can wear.
- That equipment will have Armor Trims from the Trial Chambers.
- Pushing a heavy core with a Minecraft:piston now moves the block, instead of popping it off.
- Heavy cores can now be pulled by sticky pistons.
- The base color of heavy cores on Minecraft:maps is now
METAL.
World generation
Trial Chambers
- Trial chambers now generate slightly more rarely and a bit more spaced out from each other.
Technical
API
- Added
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
- Event Signals
- Unsubscribe is no longer marked as
- REDIRECT Template:Code
Template:Redr. It does not throw exceptions and never has.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr for enabling & disabling categories of player input permissions.
- Added
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr for listening to changes to a players input permissions.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr which when
- REDIRECT Template:Code
Template:Redr, will make the raycast not stop on block collision.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr which when
- REDIRECT Template:Code
Template:Redr, passable blocks like vines and flowers will be considered as blocks that
- REDIRECT Template:Code
Template:Redr the raycast.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr which when
- REDIRECT Template:Code
Template:Redr, liquid blocks will be considered as blocks that stop the raycast.
- Added
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr for
- REDIRECT Template:Code
Deferred Rendering Pipeline
- Extended Texture Set support to particles in the Deferred Technical Preview.
NBT data
- Added optional
- REDIRECT Template:Code
Template:Redr to the spawn data present in
- REDIRECT Template:Code
Template:Redr of trial spawner configs.
- If present, rolled items from the specified loot table will be equipped to the mob that spawns.
Fixes
Template:Fixes Others
- Cauldrons filled with potions now keep the color of the potion when pushed by a Piston.
- Containers being cloned over no longer keep their container screens open and cause crashes.
- Items drops from blocks destroyed in an explosion now get merged into bigger item stacks before spawning in the world.
- On touch devices players can once again distribute a selected item stack over multiple slots by dragging it over them.
- The Game Tip for sneaking now resolves itself properly when the player sneaks.
- Fixed an issue where the ‘Let It Go’ trophy did not unlock on PlayStation®4.
- When using an item on an entity, it is now necessary to release the use button before being able to use it again, which prevents players from inadvertently consuming items themselves when interacting with entities.
- Fixed crashes that could occur when creating worlds on new Realms and backing out at the Online Safety dialog box.
- Updated the "Are you sure you want to opt out?" Realms Stories modal to ensure players know they can opt in later. (Preview only)
- Fixed inconsistent displaying of unread badges for new posts in the Story Feed tab. (Preview only)
- The Realms Stories New Post screen now enumerates its active buttons with text-to-speech on. (Preview only)
- Support prevention of app/flow restart when dark mode toggled on or off on across Android devices.
- Removed faulty hotbar scale setting for Pocket UI.
- Fixed a crash when entity identifier was too complex.
- Fixed a problem where teleporting while using an item with a long use duration could leave it in an unresponsive state until the use duration elapsed.
- Fixed bug where users could not navigate through inventory using keyboard in touch devices.
- Fixed banner staffs not being lit while held in hand from first-person view in the Deferred Technical Preview.
- Fixed hunger element so that its visibility can be changed with the
- REDIRECT Template:Command
Template:Redr command.
- Added missing indentation to list items in some models, which should make those lists easier to read.
- On touch devices, when moving items between different slots, the icon no longer appears as duplicated between the moving item and the destination slot.
- On touch devices, when moving enchanted items between different slots, the moving icon is now rendered correctly.
- On touch devices, stack-splitting UI no longer appears for unstackable items.
- On touch devices, items from Creative Inventory are now unselectable.
- On touch devices, it is now possible to swap two identical items.
Script error: No such module "fixes".
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.0.20 es:Bedrock Edition Preview 1.21.0.20 fr:Édition Bedrock Preview 1.21.0.20 pt:Edição Bedrock Preview 1.21.0.20 ru:Preview 1.21.0.20 (Bedrock Edition) uk:Preview 1.21.0.20 (Bedrock Edition) zh:基岩版1.21.0.20