Minecraft:Bedrock Edition Preview 1.21.120.23: Difference between revisions
From SAS Gaming Wiki
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 30: | Line 30: | ||
== Changes == | == Changes == | ||
=== Mobs === | === Mobs === | ||
'''[[File:Drowned.png|width=43x43]] Drowned''' | '''[[File:Drowned.png|width=43x43]] [[Minecraft:Drowned]]''' | ||
* Can now spawn with enchanted tridents. | * Can now spawn with enchanted tridents. | ||
** This change was not mentioned in the changelog. | ** This change was not mentioned in the changelog. | ||
'''[[File:Red Parrot.png|width=43x43]] Parrot''' | '''[[File:Red Parrot.png|width=43x43]] [[Minecraft:Parrot]]''' | ||
* Parrots imitating hostile mob sounds are now affected by the "Friendly Creatures" volume slider in settings. | * Parrots imitating hostile mob sounds are now affected by the "Friendly Creatures" volume slider in settings. | ||
=== Technical === | === Technical === | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* Released {{ | * Released {{cd|setDynamicProperties}} method on {{cd|Entity}}, {{cd|ContainerSlot}}, {{cd|ItemStack}} and {{cd|World}} to 2.3.0. | ||
* Dimension | * Dimension | ||
** Moved {{ | ** Moved {{cd|isChunkLoaded(location: Vector3): boolean}} from {{cd|beta}} to v2.3.0. | ||
'''Block Components''' | '''Block Components''' | ||
* Added {{ | * Added {{cd|emissive}} field to {{cd|minecraft:material_instances}} block component with these requirements. | ||
** World must enable Upcoming Creator Features experiment for emissive face materials to work. | ** World must enable [[Minecraft:Upcoming Creator Features]] experiment for emissive face materials to work. | ||
** Block {{ | ** Block {{cd|format_version}} must be greater than or equal to {{cd|1.21.120}}. | ||
'''Item Components''' | '''Item Components''' | ||
* Added the {{ | * Added the {{cd|emit_vibrations}} field to the {{cd|minecraft:use_modifiers}} item component, which controls whether an item emits vibrations when it starts or stops being used. | ||
'''[[Minecraft:Structure]]s''' | '''[[Minecraft:Structure]]s''' | ||
* Data driven jigsaw structures can now be used outside of experiments. | * Data driven [[Minecraft:Jigsaw structure|jigsaw structures]] can now be used outside of experiments. | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle. | These additions and changes are accessible by enabling the "Beta APIs" [[Minecraft:experimental]] toggle. | ||
=== Additions === | === Additions === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
* Added {{ | * Added {{cd|getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefined}} method to {{cd|beta}}. | ||
* Added {{ | * Added {{cd|getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];}} methods to {{cd|beta}}. | ||
* Added {{ | * Added {{cd|GetBlocksStandingOnOptions}} interface. | ||
* Added {{ | * Added {{cd|AABB}} interface which defines an axis-aligned bounding box to {{cd|beta}}. | ||
** Added parameter {{ | ** Added parameter {{cd|center:Vector3}} which defines the centerpoint of the box. | ||
** Added parameter {{ | ** Added parameter {{cd|extent:Vector3}} which defines the distance from the centerpoint to the edges of the box. | ||
** Added method {{ | ** Added method {{cd|getAABB(): AABB}} to {{cd|beta}}. | ||
* Added {{ | * Added {{cd|unbreakable}} property to {{cd|ItemDurabilityComponent}} in {{cd|beta}}. | ||
* (Beta) Player method {{ | * (Beta) Player method {{cd|clearPropertyOverridesForEntity}} can now take an Entity or Entity ID as valid arguments. | ||
== Fixes == | == Fixes == | ||
| Line 83: | Line 83: | ||
|227626|Player models in inventory no longer follows cursor movement. | |227626|Player models in inventory no longer follows cursor movement. | ||
|227830|Buttons can no longer be immediately pressed while the game window is unfocused. | |227830|Buttons can no longer be immediately pressed while the game window is unfocused. | ||
|227920|Preview GDK Build is missing a lot of {{ | |227920|Preview GDK Build is missing a lot of {{cd|SupportedFileTypes}} from the UWP Build. | ||
|otherissuescount=6}} | |otherissuescount=6}} | ||
'''Other''' | '''Other''' | ||
*Fixed a bug with the biome blending system in [[Minecraft:Vibrant Visuals]] that caused non-surface biomes to be ignored. | *Fixed a bug with the biome blending system in [[Minecraft:Vibrant Visuals]] that caused non-surface biomes to be ignored. | ||
*Fixed a bug where a sound played on certain screens after an invalid navigation with gamepad or keyboard even when Text To Speech was disabled. | *Fixed a bug where a sound played on certain screens after an invalid navigation with gamepad or keyboard even when Text To Speech was disabled. | ||
*Fixed a crash occurring on mobs running the {{ | *Fixed a crash occurring on mobs running the {{cd|minecraft:behavior.delayed_attack}} AI goal. | ||
*Fixed some scenarios where the additional context information for error messages was inaccurate after previously catching an exception. | *Fixed some scenarios where the additional context information for error messages was inaccurate after previously catching an exception. | ||
*Fixed use of a default surface builder by some recent preview builds, biomes no longer require a surface builder. Surfaces in distant chunks now appear correctly when playing on Realms. | *Fixed use of a default surface builder by some recent preview builds, biomes no longer require a surface builder. Surfaces in distant chunks now appear correctly when playing on Realms. | ||
| Line 94: | Line 94: | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
de:Bedrock Edition beta 1.21.120.23 | [[Minecraft:de:Bedrock Edition beta 1.21.120.23]] | ||
es:Bedrock Edition Preview 1.21.120.23 | [[Minecraft:es:Bedrock Edition Preview 1.21.120.23]] | ||
ja:Bedrock Edition Preview 1.21.120.23 | [[Minecraft:ja:Bedrock Edition Preview 1.21.120.23]] | ||
pt:Edição Bedrock Preview 1.21.120.23 | [[Minecraft:pt:Edição Bedrock Preview 1.21.120.23]] | ||
uk:Preview 1.21.120.23 (Bedrock Edition) | [[Minecraft:uk:Preview 1.21.120.23 (Bedrock Edition)]] | ||
zh:基岩版1.21.120.23 | [[Minecraft:zh:基岩版1.21.120.23]] | ||
Latest revision as of 11:03, 24 May 2026
Beta 1.21.120.23 (ChromeOS, Android) or Preview 1.21.120.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.21.120, released on September 23, 2025,<ref>Template:Cite</ref> which fixes bugs.
Additions
General
- Added a toggle to the accessibility settings to enable/disable the dithering effect on mobs.
Changes
Mobs
- Can now spawn with enchanted tridents.
- This change was not mentioned in the changelog.
- Parrots imitating hostile mob sounds are now affected by the "Friendly Creatures" volume slider in settings.
Technical
- Released Template:Cd method on Template:Cd, Template:Cd, Template:Cd and Template:Cd to 2.3.0.
- Dimension
- Moved Template:Cd from Template:Cd to v2.3.0.
Block Components
- Added Template:Cd field to Template:Cd block component with these requirements.
- World must enable Minecraft:Upcoming Creator Features experiment for emissive face materials to work.
- Block Template:Cd must be greater than or equal to Template:Cd.
Item Components
- Added the Template:Cd field to the Template:Cd item component, which controls whether an item emits vibrations when it starts or stops being used.
- Data driven jigsaw structures can now be used outside of experiments.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" Minecraft:experimental toggle.
Additions
Technical
API
- Added Template:Cd method to Template:Cd.
- Added Template:Cd methods to Template:Cd.
- Added Template:Cd interface.
- Added Template:Cd interface which defines an axis-aligned bounding box to Template:Cd.
- Added parameter Template:Cd which defines the centerpoint of the box.
- Added parameter Template:Cd which defines the distance from the centerpoint to the edges of the box.
- Added method Template:Cd to Template:Cd.
- Added Template:Cd property to Template:Cd in Template:Cd.
- (Beta) Player method Template:Cd can now take an Entity or Entity ID as valid arguments.
Fixes
Template:Fixes Other
- Fixed a bug with the biome blending system in Minecraft:Vibrant Visuals that caused non-surface biomes to be ignored.
- Fixed a bug where a sound played on certain screens after an invalid navigation with gamepad or keyboard even when Text To Speech was disabled.
- Fixed a crash occurring on mobs running the Template:Cd AI goal.
- Fixed some scenarios where the additional context information for error messages was inaccurate after previously catching an exception.
- Fixed use of a default surface builder by some recent preview builds, biomes no longer require a surface builder. Surfaces in distant chunks now appear correctly when playing on Realms.
- Fixed an issue when inserting items into storage items through the UI. Previously the items inserted could result in gaps in the container stack when it was previously modified through the ItemInventoryComponent API. The storage container now sorts items to remove gaps prior to an item being inserted via the UI.
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.21.120.23 Minecraft:es:Bedrock Edition Preview 1.21.120.23 Minecraft:ja:Bedrock Edition Preview 1.21.120.23 Minecraft:pt:Edição Bedrock Preview 1.21.120.23 Minecraft:uk:Preview 1.21.120.23 (Bedrock Edition) Minecraft:zh:基岩版1.21.120.23