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.23: Difference between revisions

From SAS Gaming Wiki
imported>NovaBot
m Bot: Change pseudo headers according to MCW:PSEUDO
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
== Changes ==
== Changes ==
=== General ===
=== General ===
'''[[Minecraft:Accessibility]]'''
'''Accessibility'''
*Added text-to-speech voiceover for items in [[Minecraft:Marketplace Pass]] content tab and [[Minecraft:Realm]]s content tab.
*Added text-to-speech voiceover for items in [[Minecraft:Marketplace Pass]] content tab and Realms content tab.


'''[[Minecraft:Experiments]]'''
'''Experiments'''
*Removed the "Bundles" experimental toggle.
*Removed the "Bundles" experimental toggle.


Line 39: Line 39:
'''[[Minecraft:Bundle]]s'''
'''[[Minecraft:Bundle]]s'''
*They have been de-experimentified and are now available during normal gameplay.
*They have been de-experimentified and are now available during normal gameplay.
*Bundle icon now matches {{JE}}.
*Bundle icon now matches {{MC/JE}}.


=== Technical ===
=== Technical ===
'''Components'''
'''Components'''
*The {{cd|minecraft:damage_sensor}} component's {{cd|deals_damage}} field now supports three values:
*The {{MC/Cd|minecraft:damage_sensor}} component's {{MC/Cd|deals_damage}} field now supports three values:
**{{cd|yes}}, received damage is applied to the entity.
**{{MC/Cd|yes}}, received damage is applied to the entity.
**{{cd|no}}, received damage is not applied to the entity.
**{{MC/Cd|no}}, received damage is not applied to the entity.
**{{cd|no_but_side_effects_apply}}, received damage is not applied to the entity, but the side effects of the attack are.
**{{MC/Cd|no_but_side_effects_apply}}, received damage is not applied to the entity, but the side effects of the attack are.
***This means that the attacker's weapon loses durability, enchantment side effects are applied, etc.
***This means that the attacker's weapon loses durability, enchantment side effects are applied, etc.
**Pre-existing content will be automatically updated to maintain its original behavior.
**Pre-existing content will be automatically updated to maintain its original behavior.


'''Items'''
'''Items'''
*The {{cd|minecraft:bundle_interaction}}, and {{cd|minecraft:bundle_interaction}} item components have been de-experimentified.
*The {{MC/Cd|minecraft:bundle_interaction}}, and {{MC/Cd|minecraft:bundle_interaction}} item components have been de-experimentified.


== Experimental ==
== Experimental ==
Line 58: Line 58:
==== Technical ====
==== Technical ====
'''Add-Ons and Script Engine'''
'''Add-Ons and Script Engine'''
*Added {{cd|replace_block_item}} field to the {{cd|minecraft:block_placer}} item component. This field allows player to specify that this item should replace the default item created for the data-driven block it places. To use this field, the identifier of the item must match the identifier of the block it places. This field is optional and defaults to {{cd|false}}.
*Added {{MC/Cd|replace_block_item}} field to the {{MC/Cd|minecraft:block_placer}} item component. This field allows player to specify that this item should replace the default item created for the data-driven block it places. To use this field, the identifier of the item must match the identifier of the block it places. This field is optional and defaults to {{MC/Cd|false}}.


'''[[Minecraft:Commands/camera|Cameras]]'''
'''[[Minecraft:Commands/camera|Cameras]]'''
*Added horizontal and vertical rotation limits to the Focus Target Camera experimental toggle.
*Added horizontal and vertical rotation limits to the Focus Target Camera experimental toggle.
*Added {{cd|continue_targeting}} bool to the Focus Target Camera experimental toggle for tracking entities outside of set rotation limits.
*Added {{MC/Cd|continue_targeting}} bool to the Focus Target Camera experimental toggle for tracking entities outside of set rotation limits.


'''Graphical'''
'''Graphical'''
Line 69: Line 69:
=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''[[Minecraft:Behavior Pack]]s'''
'''Behavior Packs'''
*Updated references to old block names in remaining behavior pack files.
*Updated references to old block names in remaining behavior pack files.


'''Graphical'''
'''Graphical'''
*Made a breaking schema change to JSON files associated with the Deferred Technical Preview to hoist the {{cd|format_version}} field out to the root level. The following files are affected:
*Made a breaking schema change to JSON files associated with the Deferred Technical Preview to hoist the {{MC/Cd|format_version}} field out to the root level. The following files are affected:
**{{cd|atmospherics/atmospherics.json}}
**{{MC/Cd|atmospherics/atmospherics.json}}
**{{cd|color_grading/color_grading.json}}
**{{MC/Cd|color_grading/color_grading.json}}
**{{cd|lighting/global.json}}
**{{MC/Cd|lighting/global.json}}
**{{cd|pbr/global.json}}
**{{MC/Cd|pbr/global.json}}
**{{cd|point_lights/global.json}}
**{{MC/Cd|point_lights/global.json}}
**{{cd|water/water.json}}
**{{MC/Cd|water/water.json}}
*For example, the previous schema for {{cd|lighting/global.json}} was:
*For example, the previous schema for {{MC/Cd|lighting/global.json}} was:
<pre>{
<pre>{
     "minecraft:lighting_settings": {
     "minecraft:lighting_settings": {
Line 96: Line 96:


'''Stability and Performance'''
'''Stability and Performance'''
*Worlds created with Experimental Custom Biomes before [[Minecraft:Caves & Cliffs]] update will have their Custom Biomes in Chunks replaced with a default Biome (Ocean for Overworld)
*Worlds created with Experimental Custom Biomes before Caves & Cliffs update will have their Custom Biomes in Chunks replaced with a default Biome (Ocean for Overworld)


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.21.40.23 Preview
{{MC/Fixes|project=MCPE|fixedin=1.21.40.23 Preview
|;old
|;old
|185132|Shields, spyglass, trident, crossbow and bow glitch out when a photo is taken using the photograph button on the pause screen
|185132|Shields, spyglass, trident, crossbow and bow glitch out when a photo is taken using the photograph button on the pause screen
Line 114: Line 114:
*Bundle dye recipes are now unlocked when getting dye instead of undyed variant.
*Bundle dye recipes are now unlocked when getting dye instead of undyed variant.
*Issue where some commands did not recognize certain block or item names has been fixed.
*Issue where some commands did not recognize certain block or item names has been fixed.
*New Beta options in {{cd|minecraft:looked_at}} and {{cd|minecraft:home}} entity components now properly require that {{cd|use_beta_features}} is specified in the root JSON object.
*New Beta options in {{MC/Cd|minecraft:looked_at}} and {{MC/Cd|minecraft:home}} entity components now properly require that {{MC/Cd|use_beta_features}} is specified in the root JSON object.
*Fixed a crash that could occur with {{cd|getDimension}} when called within {{cd|onBeforeActorRemove}} on an entity that was invalid.
*Fixed a crash that could occur with {{MC/Cd|getDimension}} when called within {{MC/Cd|onBeforeActorRemove}} on an entity that was invalid.
*Custom biome ids are now assigned with values starting at 30,000 and are stored in {{cd|BiomeIdsTable}} in world data so their id assignments persist for the duration of the world.
*Custom biome ids are now assigned with values starting at 30,000 and are stored in {{MC/Cd|BiomeIdsTable}} in world data so their id assignments persist for the duration of the world.
*Fixed a bug with point light shadows that would cause circles to appear on nearby surfaces. As a consequence, the edges of point light shadows are now jagged. This will be resolved in a later update.</onlyinclude>
*Fixed a bug with point light shadows that would cause circles to appear on nearby surfaces. As a consequence, the edges of point light shadows are now jagged. This will be resolved in a later update.</onlyinclude>


== 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.40 betas]]
[[Category:Bedrock Edition 1.21.40 betas]]


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

Latest revision as of 19:23, 9 April 2026

Template:Infobox version Beta 1.21.40.23 (ChromeOS, Android) or Preview 1.21.40.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.21.40, released on September 25, 2024,<ref>Template:Cite</ref> which fixes bugs.

Changes

General

Accessibility

Experiments

  • Removed the "Bundles" experimental toggle.

UI

  • Added support for unread Minecraft:Realms Stories badge notifications on the new play screen (Preview Only).
  • Added the possibility to edit the thumbnail of a world in the new OreUI edit world screen.

Items

Minecraft:Bundles

  • They have been de-experimentified and are now available during normal gameplay.
  • Bundle icon now matches Java Edition.

Technical

Components

  • The
  1. REDIRECT Template:Code

Template:Redr component's

  1. REDIRECT Template:Code

Template:Redr field now supports three values:

  1. REDIRECT Template:Code

Template:Redr, received damage is applied to the entity.

  1. REDIRECT Template:Code

Template:Redr, received damage is not applied to the entity.

  1. REDIRECT Template:Code

Template:Redr, received damage is not applied to the entity, but the side effects of the attack are.

      • This means that the attacker's weapon loses durability, enchantment side effects are applied, etc.
    • Pre-existing content will be automatically updated to maintain its original behavior.

Items

  • The
  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr item components have been de-experimentified.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", and "Focus Target Camera" experimental toggles.

Additions

Technical

Add-Ons and Script Engine

  • Added
  1. REDIRECT Template:Code

Template:Redr field to the

  1. REDIRECT Template:Code

Template:Redr item component. This field allows player to specify that this item should replace the default item created for the data-driven block it places. To use this field, the identifier of the item must match the identifier of the block it places. This field is optional and defaults to

  1. REDIRECT Template:Code

Template:Redr.

Cameras

  • Added horizontal and vertical rotation limits to the Focus Target Camera experimental toggle.
  • Added
  1. REDIRECT Template:Code

Template:Redr bool to the Focus Target Camera experimental toggle for tracking entities outside of set rotation limits.

Graphical

  • Added the ability to data-drive the ambient light in the Deferred Technical Preview. The ambient light is used as the indirect specular contribution when SSR and IBL are not available or when they are insufficient to illuminate metal objects in low light conditions. It is also used as the minimum value that ambient contribution can have, thus avoiding scenes from being completely black if no light sources are present. See updated documentation on the Creator portal for more information.

Changes

Technical

Behavior Packs

  • Updated references to old block names in remaining behavior pack files.

Graphical

  • Made a breaking schema change to JSON files associated with the Deferred Technical Preview to hoist the
  1. REDIRECT Template:Code

Template:Redr field out to the root level. The following files are affected:

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  • For example, the previous schema for
  1. REDIRECT Template:Code

Template:Redr was:

{
    "minecraft:lighting_settings": {
        "format_version": "1.21.40",
        ...
    }
}
  • But should now be written as:
{
    "format_version": "1.21.40",
    "minecraft:lighting_settings": {
        ...
    }
}

Stability and Performance

  • Worlds created with Experimental Custom Biomes before Caves & Cliffs update will have their Custom Biomes in Chunks replaced with a default Biome (Ocean for Overworld)

Fixes

Script error: No such module "fixes". Other

  • Bundle dye recipes are now unlocked when getting dye instead of undyed variant.
  • Issue where some commands did not recognize certain block or item names has been fixed.
  • New Beta options in
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr entity components now properly require that

  1. REDIRECT Template:Code

Template:Redr is specified in the root JSON object.

  • Fixed a crash that could occur with
  1. REDIRECT Template:Code

Template:Redr when called within

  1. REDIRECT Template:Code

Template:Redr on an entity that was invalid.

  • Custom biome ids are now assigned with values starting at 30,000 and are stored in
  1. REDIRECT Template:Code

Template:Redr in world data so their id assignments persist for the duration of the world.

  • Fixed a bug with point light shadows that would cause circles to appear on nearby surfaces. As a consequence, the edges of point light shadows are now jagged. This will be resolved in a later update.

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