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

From SAS Gaming Wiki
Revision as of 19:23, 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.40.22 (ChromeOS, Android) or Preview 1.21.40.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Minecraft:Bedrock Edition 1.21.40, released on September 18, 2024,<ref>Template:Cite</ref> which adds dyed Minecraft:bundles in all 16 colors, and fixes bugs.

Changes

General

Minecraft:Realms

  • Added a new Realm Event.
File:New UI - Play Screen Menu "Realms" Tab (Bedrock Preview 1.21.40.22).png
New Play Screen "Realms" Tab.

Mobs

Bats

  • Updated the rules under which they spawn in the world:
    • Bats can now spawn at any height, provided the area is covered and sufficiently dark.
    • They must spawn on one of the following blocks: stone, granite, diorite, andesite, tuff, or deepslate.
    • As a result, bats may now happen to spawn above the surface.

Technical

API

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Blocks

  • Updated the jigsaw block:
    • Updated the jigsaw block UI.
    • Added selection priority and placement priority fields.
  • Updated references to old block names in behavior pack color recipe files.
  • Updated references to old block names in behavior pack feature files.
  • Updated references to old block names in biome definition files.

Camera

  • The
  1. REDIRECT Template:Code

Template:Redr preset is no longer behind the experimental toggle.

Components

  • Moved the
  1. REDIRECT Template:Code

Template:Redr component out of the Upcoming Creator Features experiment for

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr and above.

Entity Components

  • Expanded
  1. REDIRECT Template:Code

Template:Redr with the following new fields:

  1. REDIRECT Template:Code

Template:Redr: A scale factor applied to the explosion's damage to entities. A value of 0 prevents the explosion from dealing any damage. Negative values cause the explosion to heal entities instead:

  1. REDIRECT Template:Code

Template:Redr: If true, the explosion will toggle blocks in the explosion radius.

  1. REDIRECT Template:Code

Template:Redr: A scale factor applied to the knockback force caused by the explosion.

  1. REDIRECT Template:Code

Template:Redr: The name of the particle effect to use. The accepted strings are

  1. REDIRECT Template:Code

Template:Redr or

  1. REDIRECT Template:Code

Template:Redr. All other inputs will use the default explosion particles.

  1. REDIRECT Template:Code

Template:Redr: The name of the sound effect played when the explosion triggers.

  1. REDIRECT Template:Code

Template:Redr: Defines whether the explosion should apply fall damage negation to players above the point of collision.

  1. REDIRECT Template:Code

Template:Redr: If true, the explosion will affect blocks and entities underwater.

Graphical

  • Starting with base game version 1.21.40, built-in
  1. REDIRECT Template:Code

Template:Redr files will no longer be loaded. That file from other packs will continue to be loaded. Water and fog settings are now in individual

  1. REDIRECT Template:Code

Template:Redr files in resource packs. When both

  1. REDIRECT Template:Code

Template:Redr and the individual

  1. REDIRECT Template:Code

Template:Redr file specify competing values, the loaded

  1. REDIRECT Template:Code

Template:Redr from creator content will have priority.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Bundles", "New Third Person Presets", and "Upcoming Creator Features" experimental toggles.

Additions

Technical

Minecraft:Add-ons and Script Engine

  • Add support for custom items with the
  1. REDIRECT Template:Code

Template:Redr item component to use the referenced "block" as the icon for the item:

    • If the
  1. REDIRECT Template:Code

Template:Redr component is specified, it will override the "block" icon.

    • Requires the "Upcoming Creator Features" toggle. Must use item json version
  1. REDIRECT Template:Code

Template:Redr or higher.

API

  • Added enum
  1. REDIRECT Template:Code

Template:Redr export enum Template:Cd:

    • Added field
  1. REDIRECT Template:Code

Template:Redr.

    • Added field
  1. REDIRECT Template:Code

Template:Redr.

Camera

  • Added camera relative movement to the "New Third Person Presets" experimental toggle:
    • Camera relative movement is enabled on any camera that inherits from
  1. REDIRECT Template:Code

Template:Redr and sets

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Changes

Items

Minecraft:Bundles

  • Script error: No such module "animate". They can now be dyed 16 different colors using dyes.

Technical

API

  • Moved
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Graphical

  • Updated some JSON schemas for Deferred Technical Preview resource packs. Creators must update their packs to the new format. Documentation on the Creator Learning Portal will be updated accordingly:
    • Split up the contents of
  1. REDIRECT Template:Code

Template:Redr into 3 files:

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr. They contain directional lights + emissive desaturation, point light colors and MERS fallbacks respectively.

    • The schema for
  1. REDIRECT Template:Code

Template:Redr is now wrapped in a new

  1. REDIRECT Template:Code

Template:Redr object and also requires a

  1. REDIRECT Template:Code

Template:Redr object with an

  1. REDIRECT Template:Code

Template:Redr string to act as a unique name for your settings. The

  1. REDIRECT Template:Code

Template:Redr field has also been modified to require a string as opposed to an array of integers, and must use a version of

  1. REDIRECT Template:Code

Template:Redr.

    • The filepath for atmospheric scattering files has been relocated to
  1. REDIRECT Template:Code

Template:Redr.

    • The schema for
  1. REDIRECT Template:Code

Template:Redr is now wrapped in a new

  1. REDIRECT Template:Code

Template:Redr object and also requires a

  1. REDIRECT Template:Code

Template:Redr object with an

  1. REDIRECT Template:Code

Template:Redr string to act as a unique name for player's settings. It also requires a

  1. REDIRECT Template:Code

Template:Redr string, which must be a version of

  1. REDIRECT Template:Code

Template:Redr.

    • The schema for
  1. REDIRECT Template:Code

Template:Redr now requires a

  1. REDIRECT Template:Code

Template:Redr string, which must be a version of

  1. REDIRECT Template:Code

Template:Redr.

    • The schema for
  1. REDIRECT Template:Code

Template:Redr now requires a

  1. REDIRECT Template:Code

Template:Redr string, which must be a version of

  1. REDIRECT Template:Code

Template:Redr. Template:Collapse

Minecraft:Molang

  • Added
  1. REDIRECT Template:Code

Template:Redr. It returns the max render distance in chunks of the current client. Available on the Client (Resource Packs) only.

Fixes

Template:Fixes Other

  • Zombified piglins spawned by a nether portal now have 15-second cooldown before it can use the portal.
  • Fixed a bug where Realms invite links could overflow past their text boxes.
  • Fixed an issue where the new Bed screen wouldn't be narrated fully in certain scenarios (Preview only).
  • Fixed some cases when the
  1. REDIRECT Template:Code

Template:Redr world event would sometimes not be triggered.

  • Wind charges now use the
  1. REDIRECT Template:Code

Template:Redr component instead of

  1. REDIRECT Template:Code

Template:Redr.

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.40.22 uk:Preview 1.21.40.22 (Bedrock Edition) zh:基岩版1.21.40.22