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
imported>MinecraftBedrockPlayer7
mNo edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
== Changes ==
== Changes ==
=== Mobs ===
=== Mobs ===
'''[[File:Drowned.png|width=43x43]] [[Minecraft:Drowned]]'''
'''[[File:Drowned.png|width=43x43]] 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]] [[Minecraft:Parrot]]'''
'''[[File:Red Parrot.png|width=43x43]] 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 ===
'''[[Minecraft:API]]'''
'''API'''
* Released {{cd|setDynamicProperties}} method on {{cd|Entity}}, {{cd|ContainerSlot}}, {{cd|ItemStack}} and {{cd|World}} to 2.3.0.
* Released {{MC/Cd|setDynamicProperties}} method on {{MC/Cd|Entity}}, {{MC/Cd|ContainerSlot}}, {{MC/Cd|ItemStack}} and {{MC/Cd|World}} to 2.3.0.
* Dimension
* Dimension
** Moved {{cd|isChunkLoaded(location: Vector3): boolean}} from {{cd|beta}} to v2.3.0.
** Moved {{MC/Cd|isChunkLoaded(location: Vector3): boolean}} from {{MC/Cd|beta}} to v2.3.0.


'''Block Components'''
'''Block Components'''
* Added {{cd|emissive}} field to {{cd|minecraft:material_instances}} block component with these requirements.
* Added {{MC/Cd|emissive}} field to {{MC/Cd|minecraft:material_instances}} block component with these requirements.
** World must enable [[Minecraft:Upcoming Creator Features]] experiment for emissive face materials to work.
** World must enable Upcoming Creator Features experiment for emissive face materials to work.
** Block {{cd|format_version}} must be greater than or equal to {{cd|1.21.120}}.
** Block {{MC/Cd|format_version}} must be greater than or equal to {{MC/Cd|1.21.120}}.


'''Item Components'''
'''Item Components'''
* 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.
* 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.


'''[[Minecraft:Structure]]s'''
'''[[Minecraft:Structure]]s'''
* Data driven [[Minecraft:Jigsaw structure|jigsaw structures]] can now be used outside of experiments.
* Data driven jigsaw structures can now be used outside of experiments.


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


=== Additions ===
=== Additions ===
==== Technical ====
==== Technical ====
'''API'''
'''API'''
* Added {{cd|getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefined}} method to {{cd|beta}}.
* Added {{MC/Cd|getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefined}} method to {{MC/Cd|beta}}.
* Added {{cd|getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];}} methods to {{cd|beta}}.
* Added {{MC/Cd|getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];}} methods to {{MC/Cd|beta}}.
* Added {{cd|GetBlocksStandingOnOptions}} interface.
* Added {{MC/Cd|GetBlocksStandingOnOptions}} interface.
* Added {{cd|AABB}} interface which defines an axis-aligned bounding box to {{cd|beta}}.
* Added {{MC/Cd|AABB}} interface which defines an axis-aligned bounding box to {{MC/Cd|beta}}.
** Added parameter {{cd|center:Vector3}} which defines the centerpoint of the box.
** Added parameter {{MC/Cd|center:Vector3}} which defines the centerpoint of the box.
** Added parameter {{cd|extent:Vector3}} which defines the distance from the centerpoint to the edges of the box.
** Added parameter {{MC/Cd|extent:Vector3}} which defines the distance from the centerpoint to the edges of the box.
** Added method {{cd|getAABB(): AABB}} to {{cd|beta}}.
** Added method {{MC/Cd|getAABB(): AABB}} to {{MC/Cd|beta}}.
* Added {{cd|unbreakable}} property to {{cd|ItemDurabilityComponent}} in {{cd|beta}}.
* Added {{MC/Cd|unbreakable}} property to {{MC/Cd|ItemDurabilityComponent}} in {{MC/Cd|beta}}.
* (Beta) Player method {{cd|clearPropertyOverridesForEntity}} can now take an Entity or Entity ID as valid arguments.
* (Beta) Player method {{MC/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 {{cd|SupportedFileTypes}} from the UWP Build.
|227920|Preview GDK Build is missing a lot of {{MC/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 {{cd|minecraft:behavior.delayed_attack}} AI goal.
*Fixed a crash occurring on mobs running the {{MC/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}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.21.120 betas]]
[[Category:Bedrock Edition 1.21.120 betas]]


[[Minecraft:de:Bedrock Edition beta 1.21.120.23]]
de:Bedrock Edition beta 1.21.120.23
[[Minecraft:es:Bedrock Edition Preview 1.21.120.23]]
es:Bedrock Edition Preview 1.21.120.23
[[Minecraft:ja:Bedrock Edition Preview 1.21.120.23]]
ja:Bedrock Edition Preview 1.21.120.23
[[Minecraft:pt:Edição Bedrock Preview 1.21.120.23]]
pt:Edição Bedrock Preview 1.21.120.23
[[Minecraft:uk:Preview 1.21.120.23 (Bedrock Edition)]]
uk:Preview 1.21.120.23 (Bedrock Edition)
[[Minecraft:zh:基岩版1.21.120.23]]
zh:基岩版1.21.120.23

Latest revision as of 19:22, 9 April 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 Drowned

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

width=43x43 Parrot

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

Technical

API

  • Released
  1. REDIRECT Template:Code

Template:Redr method on

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to 2.3.0.

  • Dimension
    • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to v2.3.0.

Block Components

  • Added
  1. REDIRECT Template:Code

Template:Redr field to

  1. REDIRECT Template:Code

Template:Redr block component with these requirements.

    • World must enable Upcoming Creator Features experiment for emissive face materials to work.
    • Block
  1. REDIRECT Template:Code

Template:Redr must be greater than or equal to

  1. REDIRECT Template:Code

Template:Redr.

Item Components

  • Added the
  1. REDIRECT Template:Code

Template:Redr field to the

  1. REDIRECT Template:Code

Template:Redr item component, which controls whether an item emits vibrations when it starts or stops being used.

Minecraft:Structures

  • Data driven jigsaw structures can now be used outside of experiments.

Experimental

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

Additions

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr method to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr methods to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr interface.

  • Added
  1. REDIRECT Template:Code

Template:Redr interface which defines an axis-aligned bounding box to

  1. REDIRECT Template:Code

Template:Redr.

    • Added parameter
  1. REDIRECT Template:Code

Template:Redr which defines the centerpoint of the box.

    • Added parameter
  1. REDIRECT Template:Code

Template:Redr which defines the distance from the centerpoint to the edges of the box.

    • Added method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • (Beta) Player method
  1. REDIRECT Template:Code

Template:Redr 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
  1. REDIRECT Template:Code

Template:Redr 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

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

de:Bedrock Edition beta 1.21.120.23 es:Bedrock Edition Preview 1.21.120.23 ja:Bedrock Edition Preview 1.21.120.23 pt:Edição Bedrock Preview 1.21.120.23 uk:Preview 1.21.120.23 (Bedrock Edition) zh:基岩版1.21.120.23