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

Minecraft:Bedrock Edition Preview 1.21.120.23: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
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 {{MC/Cd|setDynamicProperties}} method on {{MC/Cd|Entity}}, {{MC/Cd|ContainerSlot}}, {{MC/Cd|ItemStack}} and {{MC/Cd|World}} to 2.3.0.
* Released {{cd|setDynamicProperties}} method on {{cd|Entity}}, {{cd|ContainerSlot}}, {{cd|ItemStack}} and {{cd|World}} to 2.3.0.
* Dimension
* Dimension
** Moved {{MC/Cd|isChunkLoaded(location: Vector3): boolean}} from {{MC/Cd|beta}} to v2.3.0.
** Moved {{cd|isChunkLoaded(location: Vector3): boolean}} from {{cd|beta}} to v2.3.0.


'''Block Components'''
'''Block Components'''
* Added {{MC/Cd|emissive}} field to {{MC/Cd|minecraft:material_instances}} block component with these requirements.
* 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 {{MC/Cd|format_version}} must be greater than or equal to {{MC/Cd|1.21.120}}.
** Block {{cd|format_version}} must be greater than or equal to {{cd|1.21.120}}.


'''Item Components'''
'''Item Components'''
* Added the {{MC/Cd|emit_vibrations}} field to the {{MC/Cd|minecraft:use_modifiers}} item component, which controls whether an item emits vibrations when it starts or stops being used.
* 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 {{MC/Cd|getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefined}} method to {{MC/Cd|beta}}.
* Added {{cd|getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefined}} method to {{cd|beta}}.
* Added {{MC/Cd|getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];}} methods to {{MC/Cd|beta}}.
* Added {{cd|getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];}} methods to {{cd|beta}}.
* Added {{MC/Cd|GetBlocksStandingOnOptions}} interface.
* Added {{cd|GetBlocksStandingOnOptions}} interface.
* Added {{MC/Cd|AABB}} interface which defines an axis-aligned bounding box to {{MC/Cd|beta}}.
* Added {{cd|AABB}} interface which defines an axis-aligned bounding box to {{cd|beta}}.
** Added parameter {{MC/Cd|center:Vector3}} which defines the centerpoint of the box.
** Added parameter {{cd|center:Vector3}} which defines the centerpoint of the box.
** Added parameter {{MC/Cd|extent:Vector3}} which defines the distance from the centerpoint to the edges of the box.
** Added parameter {{cd|extent:Vector3}} which defines the distance from the centerpoint to the edges of the box.
** Added method {{MC/Cd|getAABB(): AABB}} to {{MC/Cd|beta}}.
** Added method {{cd|getAABB(): AABB}} to {{cd|beta}}.
* Added {{MC/Cd|unbreakable}} property to {{MC/Cd|ItemDurabilityComponent}} in {{MC/Cd|beta}}.
* Added {{cd|unbreakable}} property to {{cd|ItemDurabilityComponent}} in {{cd|beta}}.
* (Beta) Player method {{MC/Cd|clearPropertyOverridesForEntity}} can now take an Entity or Entity ID as valid arguments.
* (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 {{MC/Cd|SupportedFileTypes}} from the UWP Build.
|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 {{MC/Cd|minecraft:behavior.delayed_attack}} AI goal.
*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 ==
{{MC/Reflist}}
{{reflist}}


== Navigation ==
== Navigation ==
{{MC/Navbox Bedrock Edition versions|1.2x}}
{{Navbox Bedrock Edition versions|1.2x}}
 
[[Category:Bedrock Edition 1.21.120 betas]]


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

Template:Infobox version

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

Minecraft:Settings

Changes

Mobs

width=43x43 Minecraft:Drowned

  • Can now spawn with enchanted tridents.
    • This change was not mentioned in the changelog.

width=43x43 Minecraft:Parrot

  • Parrots imitating hostile mob sounds are now affected by the "Friendly Creatures" volume slider in settings.

Technical

Minecraft:API

Block Components

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.

Minecraft:Structures

Experimental

These additions and changes are accessible by enabling the "Beta APIs" Minecraft:experimental toggle.

Additions

Technical

API

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:Reflist

Navigation

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