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.90.23

From SAS Gaming Wiki
Revision as of 19:24, 9 April 2026 by SyncBot (talk | contribs) (Fix template calls: add MC/ prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox version


Beta 1.21.90.23 (ChromeOS, Android), or Preview 1.21.90.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Minecraft:Bedrock Edition 1.21.90, released on May 7, 2025,<ref>Template:Cite</ref> which fixes bugs.

Changes

Gameplay

Minecraft:Vibrant Visuals

  • Updated a variety of MERS textures in Vibrant Visuals:
    • Made Glass Blocks more reflective
    • Tweaked metallics on Cauldrons and Ancient Debris
    • Tweaked emissives on Eyeblossom
    • Added emissive to the Ender Crystal Block to match item icon
    • Added MERS textures for Happy Ghast and Harnesses
    • Adjusted the Glow Lichen block emissive
  • Improved Snell's window effect when looking up from underwater in Vibrant Visuals.
  • The End flash is now visible again in the End in Vibrant Visuals.

General

Locator Bar

  • The Locator Bar has been de-experimentified and is now available in non-experimental worlds.

UI

  • Chat background opacity can now be controlled with a new accessibility setting.

Technical

API

  1. REDIRECT Template:Code

Template:Redr

  • Released
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr on

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Changed
  1. REDIRECT Template:Code

Template:Redr property on

  1. REDIRECT Template:Code

Template:Redr to an array of

  1. REDIRECT Template:Code

Template:Redr objects, instead of string names in

  1. REDIRECT Template:Code

Template:Redr.

  • Released error
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Removed
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. This will replace passing the

  1. REDIRECT Template:Code

Template:Redr into the

  1. REDIRECT Template:Code

Template:Redr function. Will also now reset the position and rotation of third-person cameras back to the values defined in the JSON.

Components

  • Added validation for asset references in particle effect Json:
    • texture reference in
  1. REDIRECT Template:Code

Template:Redr

    • block references in
  1. REDIRECT Template:Code

Template:Redr

    • block references in
  1. REDIRECT Template:Code

Template:Redr

Goals

  1. REDIRECT Template:Code

Template:Redr component's

  1. REDIRECT Template:Code

Template:Redr is now correctly applied when passengers are forced to dismount by the

  1. REDIRECT Template:Code

Template:Redr goal.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" and "Upcoming Creator Features" experimental toggles.

Additions

Technical

API

  1. REDIRECT Template:Code

Template:Redr

  • Added enum
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. Contains the reasons that

  1. REDIRECT Template:Code

Template:Redr can fail.

  • Added interface
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. Contains rules that if broken on container operations will throw a

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Added optional property
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. If the rules of the container are broken will throw a

  1. REDIRECT Template:Code

Template:Redr.

    • Added property
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. The total weight of all

  1. REDIRECT Template:Code

Template:Redr in the container.

  1. REDIRECT Template:Code

Template:Redr

    • Added property
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. The total weight all the items in the

  1. REDIRECT Template:Code

Template:Redr.

  • Added class
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. This component will be on all items that contain a

  1. REDIRECT Template:Code

Template:Redr component and will allow access to its container.

Minecraft:Blocks

  • Added
  1. REDIRECT Template:Code

Template:Redr component under the Upcoming Creator Features toggle. This allows for blocks to randomly offset like foliage does in the Vanilla game. Example: <syntaxhighlight lang="c++"> {

   "format_version": "1.21.80",
   "minecraft:block": {
      "description": {
         "identifier": "test:test_block"
      },
      "components": {
         "minecraft:collision_box": {
            "origin": [-4.0, 4.0, -4.0],
            "size": [8, 8, 8]
         },
         "minecraft:random_offset": {
            "x": {
               // This is the range of possible values we can pick from
               "range": {
                  "min": -4,
                  "max": 4
               },
               // This is the equally spaced steps across the given range 
               // Provide 0 for all possible values in the range
               "steps": 16
            },
            "y": {
               "range": {
                  "min": -4,
                  "max": 4
               },
               "steps": 16
            },
            "z": {
               "range": {
                  "min": -4,
                  "max": 4
               },
               "steps": 16
            }
         }
      }
   }

</syntaxhighlight>

Changes

Technical

API

  • Updated error messaging when imports can't be found.
  • Removed content warning when a custom component was registered without closures for custom components V2:
    • This allows
  1. REDIRECT Template:Code

Template:Redr components to be registered in script and added to blocks and items that only contain parameters without functionality.

Experimental

  • The
  1. REDIRECT Template:Command

Template:Redr command no longer requires the "Experimental Creator Camera" toggle.

    • The
  1. REDIRECT Template:Code

Template:Redr control scheme remains experimental and still requires the toggle.

Fixes

Template:Fixes Other

  • Harness is no longer invisible on a Happy Ghast when equipped by a Dispenser.
  • Empty open Bundle icon now renders correctly when Bundles are tapped with Touch Controls.
  • Marking read only structures for deletion along with editable ones no longer disables the delete button.
  • Saving a large structure from a selection on the Structure Panel no longer makes the game unresponsive.
  • Fixed projectiles not being fired in the correct direction when using custom cameras and touch input.
  • Using a custom equippable block item in creative mode will no longer duplicate the item and equip it; it will simply place the block in the world.
  • Fixed an issue with Leather armor having a stripe of emissive across the texture.
  • Fixed a z-fighting issue between water and leaf blocks in Vibrant Visuals.
  • Fixed an issue where Vibrant Visuals would sometimes apply to worlds that do not correctly support it.
  • Fixed Enderman held blocks not being shaded correctly in Vibrant Visuals.
  • Fixed an issue with moving blocks (e.g. blocks held by Endermen, TNT inside of minecarts) not casting shadows in Vibrant Visuals.
  • Fixed a crash happening on PS5 when loading a world with leashed entities.
  • Fixed a bug where Parrots imitating a Drowned used Zombie sounds.
  • Fixed a bug where sliders move super fast when using gamepad. Added a timeout to avoid this problem.
  • Fixed a crash when blocks that specify non-existent textures as
  1. REDIRECT Template:Code

Template:Redr are held in hand.

  • Fix for incorrect normals and/or crashes when holding certain items in hand with Vibrant Visuals enabled.
  • Fixed an issue where entities are rendering and animating twice.
  • Fixed a crash with the Debug Drawing system after using the
  1. REDIRECT Template:Command

Template:Redr command.

  • Fixed an issue where Debug Drawing primitives wouldn't be visible after using the
  1. REDIRECT Template:Command

Template:Redr command.

  • Fixed an issue where Debug Drawing primitives wouldn't be visible for new players joining the world.
  • Fixed the
  1. REDIRECT Template:Code

Template:Redr camera not having the correct control scheme in its allow list.

  • The touch screen d-pad control now shows the correct buttons when using camera relative control schemes.

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.90.23 pt:Edição Bedrock Preview 1.21.90.23 ru:Preview 1.21.90.23 (Bedrock Edition) uk:Preview 1.21.90.23 (Bedrock Edition) zh:基岩版1.21.90.23