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.20.40.22: 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 22: Line 22:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.20.40.22''' (Android) or '''Preview 1.20.40.22''' (Windows, iOS, iPadOS, Xbox) is the third beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.40]], released on September 20, 2023,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/19648957981965-Minecraft-Beta-Preview-1-20-40-22|title=Minecraft - Beta & ''Preview'' 1.20.40.22|website=Minecraft Feedback|date=September 20, 2023}}</ref> which brings more parity with {{JE}} and fixes bugs.
'''Beta 1.20.40.22''' (Android) or '''Preview 1.20.40.22''' (Windows, iOS, iPadOS, Xbox) is the third beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.40]], released on September 20, 2023,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/19648957981965-Minecraft-Beta-Preview-1-20-40-22|title=Minecraft - Beta & ''Preview'' 1.20.40.22|website=Minecraft Feedback|date=September 20, 2023}}</ref> which brings more parity with {{MC/JE}} and fixes bugs.


== Additions ==
== Additions ==
=== General ===
=== General ===
'''[[Minecraft:Controls]]'''
'''Controls'''
* Added the ability to customize touch controls.
* Added the ability to customize touch controls.


Line 36: Line 36:
== Changes ==
== Changes ==
=== Gameplay ===
=== Gameplay ===
'''[[Minecraft:Game rule]]s'''
'''Game rules'''
* The <code>spawnradius</code> game rule is now set to <code>10</code> by default to match {{JE}}.
* The <code>spawnradius</code> game rule is now set to <code>10</code> by default to match {{MC/JE}}.


=== Items ===
=== Items ===
Line 44: Line 44:


=== Mobs ===
=== Mobs ===
'''[[Minecraft:Iron Golem]] and [[Minecraft:Snow Golem]]'''
'''Iron Golem and Snow Golem'''
* Now have a crumbling-like [[Minecraft:particle]] effect when they are created.
* Now have a crumbling-like particle effect when they are created.


'''[[Minecraft:Witch]]'''
'''[[Minecraft:Witch]]'''
* Now target [[Minecraft:player]]s within a 16 block distance.
* Now target players within a 16 block distance.


== Experimental ==
== Experimental ==
Line 54: Line 54:
=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''[[Minecraft:API]]'''
'''API'''
* Camera APIs moved from ''beta'' to <code>1.6.0</code>.
* Camera APIs moved from ''beta'' to <code>1.6.0</code>.
* Released <code>Entity.is*</code> API’s from ''beta'' to <code>1.6.0</code>:
* Released <code>Entity.is*</code> API’s from ''beta'' to <code>1.6.0</code>:
Line 141: Line 141:


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.20.40.22 Preview
{{MC/Fixes|project=MCPE|fixedin=1.20.40.22 Preview
|;From released versions before 1.20.0
|;From released versions before 1.20.0
|41103|Lava flowing down or fully spread out does not change to cobblestone when touched by water from the side.
|41103|Lava flowing down or fully spread out does not change to cobblestone when touched by water from the side.
Line 163: Line 163:


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


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


[[Category:Bedrock Edition 1.20.40 betas]]
[[Category:Bedrock Edition 1.20.40 betas]]
[[Minecraft:de:Bedrock Edition beta 1.20.40.22]]
de:Bedrock Edition beta 1.20.40.22
[[Minecraft:es:Bedrock Edition beta 1.20.40.22]]
es:Bedrock Edition beta 1.20.40.22
[[Minecraft:ko:Bedrock Edition 프리뷰 1.20.40.22]]
ko:Bedrock Edition 프리뷰 1.20.40.22
[[Minecraft:pt:Edição Bedrock Preview 1.20.40.22]]
pt:Edição Bedrock Preview 1.20.40.22
[[Minecraft:uk:Preview 1.20.40.22 (Bedrock Edition)]]
uk:Preview 1.20.40.22 (Bedrock Edition)
[[Minecraft:zh:基岩版1.20.40.22]]
zh:基岩版1.20.40.22

Latest revision as of 19:19, 9 April 2026

Template:Infobox version

Beta 1.20.40.22 (Android) or Preview 1.20.40.22 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Minecraft:Bedrock Edition 1.20.40, released on September 20, 2023,<ref>Template:Cite</ref> which brings more parity with Java Edition and fixes bugs.

Additions

General

Controls

  • Added the ability to customize touch controls.

Minecraft:Settings

  • Added "Customize Controls" experimental touch option, OFF by default.
    • Enables the ability to customize touch controls.
      • It can only be done within a world.

Changes

Gameplay

Game rules

  • The spawnradius game rule is now set to 10 by default to match Java Edition.

Items

Minecraft:Goat Horns

  • Now have a range of 256 blocks.

Mobs

Iron Golem and Snow Golem

  • Now have a crumbling-like particle effect when they are created.

Minecraft:Witch

  • Now target players within a 16 block distance.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Molang Features", "Experimental Cameras", and "Render Dragon Features for Creators" experimental toggles.

Changes

Technical

API

  • Camera APIs moved from beta to 1.6.0.
  • Released Entity.is* API’s from beta to 1.6.0:
    • isSleeping.
    • isSneaking.
    • isSprinting.
    • isSwimming.
    • isClimbing.
    • isOnGround.
    • isInWater.
    • isFalling.
  • Released player level & XP APIs from beta to 1.6.0:
    • addLevels.
    • addExperience.
    • level.
    • getTotalXP.
    • xpEarnedAtCurrentLevel.
    • totalXpNeededForNextLevel.
    • resetLevel.
  • Released Player.is* API’s from beta to 1.6.0:
    • isEmoting.
    • isGliding.
    • isJumping.
    • isFlying.
  • Updated all methods besides show on ActionFormData, MessageFormData, and ModalFormData to be callable in read-only mode.
  • BlockInventoryComponent
    • container member variable now correctly reflects it can be a Container or undefined.
  • Fixed a versioning bug preventing @minecraft/server-ui module from working with @minecraft/server above version 1.2.0.
  • WeatherType moved to 1.6.0:
    • Moved function setWeather to 1.6.0.
    • Moved event/property entityRemove from beta to 1.6.0.
    • Moved event/property entityRemove from beta to 1.6.0.
  • Moved class EntityRemovedAfterEvent from beta to 1.6.0.
  • Moved class EntityRemoveAfterEventSignal from beta to 1.6.0.
  • Moved class EntityRemovedBeforeEvent from beta to 1.6.0.
  • Moved class EntityRemoveBeforeEventSignal from beta to 1.6.0.
    • Moved event/property entityLoad from beta to 1.6.0.
  • Moved class EntityLoadAfterEvent from beta to 1.6.0.
  • Moved class EntityLoadAfterEventSignal from beta to 1.6.0.
    • Moved event/property entitySpawn from beta to 1.6.0.
  • Moved enum EntityInitializationCause from beta to 1.6.0.
  • Moved class EntitySpawnAfterEvent from beta to 1.6.0.
  • Moved class EntitySpawnAfterEventSignal from beta to 1.6.0.
    • Moved event/property playerBreakBlock from beta to 1.6.0.
    • Moved event/property playerBreakBlock from beta to 1.6.0.
  • Moved class PlayerBreakBlockAfterEvent from beta to 1.6.0.
  • Moved class PlayerBreakBlockAfterEventSignal from beta to 1.6.0.
  • Moved class PlayerBreakBlockBeforeEvent from beta to 1.6.0.
  • Moved class PlayerBreakBlockBeforeEventSignal from beta to 1.6.0.
    • Moved event/property playerPlaceBlock from beta to 1.6.0.
  • Moved class PlayerPlaceBlockAfterEvent from beta to 1.6.0.
  • Moved class PlayerPlaceBlockAfterEventSignal from beta to 1.6.0.
  • Moved class BlockEventSignalOptions from beta to 1.6.0.
    • Move isAir(): boolean from beta to 1.6.0.
    • Move isLiquid(): boolean from beta to 1.6.0.
    • Moved amount from beta to 1.6.0.
    • Moved keepOnDeath: boolean from beta to 1.6.0.
    • Moved lockMode: ItemLockMode from beta to 1.6.0.
    • Moved nameTag?: string from beta to 1.6.0.
    • Moved clone(): ItemStack from beta to 1.6.0.
    • Moved getTags(): string[] from beta to 1.6.0.
    • Moved hasTag(tag: string): boolean from beta to 1.6.0.
    • Moved setCanDestroy(blockIdentifiers?: string[]): void from beta to 1.6.0.
    • Moved getCanDestroy(): string[] from beta to 1.6.0.
    • Moved setCanPlaceOn(blockIdentifiers?: string[]): void from beta to 1.6.0.
    • Moved getCanPlaceOn(): string[] from beta to 1.6.0.
    • Moved function getProperty to 1.6.0.
    • Moved function resetProperty to 1.6.0.
    • Moved function setProperty to 1.6.0.
  • Added function getWeather.

Minecraft:JSON

  • The behavior.random_look_around_and_sit now has the field continue_sitting_on_reload.
  • behavior.is_scenting renamed to generic behavior.timer_flag_1.
  • behavior.is_rising renamed to generic behavior.timer_flag_2.
  • behavior.is_feeling_happy renamed to generic behavior.timer_flag_3.
  • behavior.timer_flag 1: Fires an event when this behavior starts, then waits for a duration before stopping. When stopping due to that timeout or due to being interrupted by another behavior, fires another event. query.timer_flag_1 will return 1.0 on both the client and server when this behavior is running, and 0.0 otherwise.
  • behavior.timer_flag 2: Fires an event when this behavior starts, then waits for a duration before stopping. When stopping due to that timeout or due to being interrupted by another behavior, fires another event. query.timer_flag_2 will return 1.0 on both the client and server when this behavior is running, and 0.0 otherwise.
  • behavior.timer_flag 3: Fires an event when this behavior starts, then waits for a duration before stopping. When stopping due to that timeout or due to being interrupted by another behavior, fires another event. query.timer_flag_3 will return 1.0 on both the client and server when this behavior is running, and 0.0 otherwise.

Minecraft:Molang

  • Added a new query.is_in_lava query function to Molang, to know if a mob is currently in Minecraft:lava.

Render Dragon Features for Creators

  • Disabled the "Deferred Technical Preview" on some Android devices that don’t support the current requirements for compute Minecraft:shaders (GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS >= 256).

Fixes

Script error: No such module "fixes". Others

  • Fixed an extremely rare bug (~0.000003% chance) that could cause item frames to not drop their item when hit or destroyed.
  • Fixed a bug where closing the game while having the portfolio open resulted in a crash.
  • Autocompleting text now moves the caret to end of the line.

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.20.40.22 es:Bedrock Edition beta 1.20.40.22 ko:Bedrock Edition 프리뷰 1.20.40.22 pt:Edição Bedrock Preview 1.20.40.22 uk:Preview 1.20.40.22 (Bedrock Edition) zh:基岩版1.20.40.22