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

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 22: Line 22:
}}<onlyinclude>
}}<onlyinclude>


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


== Changes ==
== Changes ==
Line 35: Line 35:
! [[Minecraft:Bedrock Edition data values|New ID]]
! [[Minecraft:Bedrock Edition data values|New ID]]
|-
|-
| rowspan="12" | {{BlockSprite|wood}} <code>wood</code>
| rowspan="12" | {{MC/Blocksprite|wood}} <code>wood</code>
| {{BlockSprite|oak-wood}} <code>oak_wood</code>
| {{MC/Blocksprite|oak-wood}} <code>oak_wood</code>
|-
|-
| {{BlockSprite|spruce-wood}} <code>spruce_wood</code>
| {{MC/Blocksprite|spruce-wood}} <code>spruce_wood</code>
|-
|-
| {{BlockSprite|birch-wood}} <code>birch_wood</code>
| {{MC/Blocksprite|birch-wood}} <code>birch_wood</code>
|-
|-
| {{BlockSprite|jungle-wood}} <code>jungle_wood</code>
| {{MC/Blocksprite|jungle-wood}} <code>jungle_wood</code>
|-
|-
| {{BlockSprite|acacia-wood}} <code>acacia_wood</code>
| {{MC/Blocksprite|acacia-wood}} <code>acacia_wood</code>
|-
|-
| {{BlockSprite|dark-oak-wood}} <code>dark_oak_wood</code>
| {{MC/Blocksprite|dark-oak-wood}} <code>dark_oak_wood</code>
|-
|-
| {{BlockSprite|stripped-oak-wood}} <code>stripped_oak_wood</code>
| {{MC/Blocksprite|stripped-oak-wood}} <code>stripped_oak_wood</code>
|-
|-
| {{BlockSprite|stripped-spruce-wood}} <code>stripped_spruce_wood</code>
| {{MC/Blocksprite|stripped-spruce-wood}} <code>stripped_spruce_wood</code>
|-
|-
| {{BlockSprite|stripped-birch-wood}} <code>stripped_birch_wood</code>
| {{MC/Blocksprite|stripped-birch-wood}} <code>stripped_birch_wood</code>
|-
|-
| {{BlockSprite|stripped-jungle-wood}} <code>stripped_jungle_wood</code>
| {{MC/Blocksprite|stripped-jungle-wood}} <code>stripped_jungle_wood</code>
|-
|-
| {{BlockSprite|stripped-acacia-wood}} <code>stripped_acacia_wood</code>
| {{MC/Blocksprite|stripped-acacia-wood}} <code>stripped_acacia_wood</code>
|-
|-
| {{BlockSprite|stripped-dark-oak-wood}} <code>stripped_dark_oak_wood</code>
| {{MC/Blocksprite|stripped-dark-oak-wood}} <code>stripped_dark_oak_wood</code>
|}
|}


Line 79: Line 79:
=== Technical ===
=== Technical ===
'''API'''
'''API'''
* Added {{cd|Player.setGameMode}} and {{cd|Player.getGameMode}} to {{cd|beta}} for changing the player's {{cd|GameMode}}.  
* Added {{MC/Cd|Player.setGameMode}} and {{MC/Cd|Player.getGameMode}} to {{MC/Cd|beta}} for changing the player's {{MC/Cd|GameMode}}.  
* Added {{cd|GameRuleChangeAfterEvent}}, {{cd|GameRule}} and {{cd|world.afterEvents.gameRuleChange}} for responding to game rules changes.
* Added {{MC/Cd|GameRuleChangeAfterEvent}}, {{MC/Cd|GameRule}} and {{MC/Cd|world.afterEvents.gameRuleChange}} for responding to game rules changes.
* Moved {{cd|explosion}} from {{cd|beta}} to {{cd|1.9.0}}.
* Moved {{MC/Cd|explosion}} from {{MC/Cd|beta}} to {{MC/Cd|1.9.0}}.


'''[[Minecraft:JSON]]'''
'''[[Minecraft:JSON]]'''
: Entities
: Entities
* Entities with a {{cd|damage_sensor}} component can once again be killed via commands.
* Entities with a {{MC/Cd|damage_sensor}} component can once again be killed via commands.
* The {{cd|damage_sensor}} component can once again trigger entity events on entities other than the owner.
* The {{MC/Cd|damage_sensor}} component can once again trigger entity events on entities other than the owner.


'''[[Minecraft:Molang]]'''
'''[[Minecraft:Molang]]'''
* Released {{cd|query.is_attached}} and {{cd|query.has_player_rider}} from experimental.
* Released {{MC/Cd|query.is_attached}} and {{MC/Cd|query.has_player_rider}} from experimental.
* Removed experimental Molang queries {{cd|query.get_ride}} and {{cd|query.get_riders}}.  
* Removed experimental Molang queries {{MC/Cd|query.get_ride}} and {{MC/Cd|query.get_riders}}.  
* Released Molang {{cd|query.scoreboard}} for use with behavior packs from experimental. (resource packs will return 0)
* Released Molang {{MC/Cd|query.scoreboard}} for use with behavior packs from experimental. (resource packs will return 0)


== Experimental ==
== Experimental ==
Line 112: Line 112:
==== Technical ====
==== Technical ====
'''API'''
'''API'''
* Added events {{cd|PlayerGameModeChangeAfterEvent}}, {{cd|PlayerGameModeChangeBeforeEvent}} with signals {{cd|world.afterEvents.playerGameModeChange}} and {{cd|world.beforeEvents.playerGameModeChange}} to {{cd|beta}}.
* Added events {{MC/Cd|PlayerGameModeChangeAfterEvent}}, {{MC/Cd|PlayerGameModeChangeBeforeEvent}} with signals {{MC/Cd|world.afterEvents.playerGameModeChange}} and {{MC/Cd|world.beforeEvents.playerGameModeChange}} to {{MC/Cd|beta}}.
* Removed function {{cd|triggerEvent()}}.
* Removed function {{MC/Cd|triggerEvent()}}.
* {{cd|WorldBeforeEvents}}
* {{MC/Cd|WorldBeforeEvents}}
** Removed property {{cd|itemDefinitionEvent}}.
** Removed property {{MC/Cd|itemDefinitionEvent}}.
* {{cd|WorldAfterEvents}}
* {{MC/Cd|WorldAfterEvents}}
** Removed property {{cd|itemDefinitionEvent}}.
** Removed property {{MC/Cd|itemDefinitionEvent}}.


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.20.70.22 Preview
{{MC/Fixes|project=MCPE|fixedin=1.20.70.22 Preview
|;old
|;old
|19426|Strongholds sometimes don't generate the end portal.
|19426|Strongholds sometimes don't generate the end portal.
Line 132: Line 132:
* Fixed gamepad back button input not working correctly on the Realms Stories settings screen.  
* Fixed gamepad back button input not working correctly on the Realms Stories settings screen.  
* Fixed issue with time blocks not rendering in the correct time zones on Switch.
* Fixed issue with time blocks not rendering in the correct time zones on Switch.
* Fixed the timing of {{cd|PlayerInteractWithEntityAfterEvent}} and {{cd|PlayerInteractWithBlockAfterEvent}}.
* Fixed the timing of {{MC/Cd|PlayerInteractWithEntityAfterEvent}} and {{MC/Cd|PlayerInteractWithBlockAfterEvent}}.
* Fixed {{cd|minecraft:geometry.full_block}} faces not rotating to match transform component.
* Fixed {{MC/Cd|minecraft:geometry.full_block}} faces not rotating to match transform component.
* Fixed {{cd|minecraft:geometry.full_block}} blocks not culling faces against some vanilla blocks.
* Fixed {{MC/Cd|minecraft:geometry.full_block}} blocks not culling faces against some vanilla blocks.
* Fixed a bug where item dynamic properties could sometimes be applied to items with a stack size greater than 1.
* Fixed a bug where item dynamic properties could sometimes be applied to items with a stack size greater than 1.
* Fixed a crash on Android devices when entering Deferred Technical Preview worlds.
* Fixed a crash on Android devices when entering Deferred Technical Preview worlds.
Line 140: Line 140:
{{fixes|project=REALMS|fixedin=1.20.70.22 Preview
{{fixes|project=REALMS|fixedin=1.20.70.22 Preview
|;old
|;old
|11290|{{cd|end_dragon_fight_ticking_area}} prevents mob spawning in realm.
|11290|{{MC/Cd|end_dragon_fight_ticking_area}} prevents mob spawning in realm.
|11358|item despawn timer continues in the end main island no matter if a player loads the chunks or not.
|11358|item despawn timer continues in the end main island no matter if a player loads the chunks or not.
|otherissuescount=1}}
|otherissuescount=1}}
Line 147: Line 147:


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

Latest revision as of 19:20, 9 April 2026

Template:Infobox version

Beta 1.20.70.22 (Android) or Preview 1.20.70.22 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Minecraft:Bedrock Edition 1.20.70, released on February 7, 2024,<ref>Template:Cite</ref> which brings more parity from Java Edition and fixes bugs.

Changes

Blocks

Minecraft:End Portal Frame

Minecraft:Wood and Minecraft:Stripped Wood

  • The different wood type and stripped bit block states for the wood ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr wood

  1. redirect Template:BlockSprite

Template:Redr oak_wood

  1. redirect Template:BlockSprite

Template:Redr spruce_wood

  1. redirect Template:BlockSprite

Template:Redr birch_wood

  1. redirect Template:BlockSprite

Template:Redr jungle_wood

  1. redirect Template:BlockSprite

Template:Redr acacia_wood

  1. redirect Template:BlockSprite

Template:Redr dark_oak_wood

  1. redirect Template:BlockSprite

Template:Redr stripped_oak_wood

  1. redirect Template:BlockSprite

Template:Redr stripped_spruce_wood

  1. redirect Template:BlockSprite

Template:Redr stripped_birch_wood

  1. redirect Template:BlockSprite

Template:Redr stripped_jungle_wood

  1. redirect Template:BlockSprite

Template:Redr stripped_acacia_wood

  1. redirect Template:BlockSprite

Template:Redr stripped_dark_oak_wood

General

Death screen

  • The updated death screen is now enabled by default, even when resource packs are applied to a world.

Experiments

  • Removed the "Molang Features" experimental toggle.

Play screen

  • The feedback button in the Friends Drawer in the new play screen now leads to the correct feedback page.

Minecraft:Realms Stories

  • Added four new Realm Events.
  • Added two extra-special LARGE Realm Events.
  • Added screen-reader narration for Comments screen.
  • When in split-screen mode, only the primary user can access Realms Stories.

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr for changing the player's

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr for responding to game rules changes.

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:JSON

Entities
  • Entities with a
  1. REDIRECT Template:Code

Template:Redr component can once again be killed via commands.

  • The
  1. REDIRECT Template:Code

Template:Redr component can once again trigger entity events on entities other than the owner.

Minecraft:Molang

  • Released
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr from experimental.

  • Removed experimental Molang queries
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

  • Released Molang
  1. REDIRECT Template:Code

Template:Redr for use with behavior packs from experimental. (resource packs will return 0)

Experimental

These additions and changes are accessible by enabling the "Armadillo and Wolf Armor", "Update 1.21", and "Beta APIs" experimental toggles.

Changes

Blocks

Minecraft:Vault

  • Tweaked the texture to make them easier to distinguish from trial spawners.

Mobs

Armadillo

  • Now do not panic when damaged but roll up instead, and hide their head and feet.
  • Now peek out to see if “the coast is clear” before unrolling.
  • Updated animations and sounds for rolling up, unrolling, and the peek out animation.
    • The time for a rolled-up armadillo to stay without threats before unrolling has been increased from 3 to 4 seconds.

Breeze

  • The breeze's attack damage has been tweaked.

Technical

API

  • Added events
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr with signals

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Removed function
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Removed property
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Removed property
  1. REDIRECT Template:Code

Template:Redr.

Fixes

Script error: No such module "fixes". Others

  • The breeze is only suggested in the type selector when the appropriate experimental toggle is enabled.
  • Fixed gamepad back button input not working correctly on the Realms Stories settings screen.
  • Fixed issue with time blocks not rendering in the correct time zones on Switch.
  • Fixed the timing of
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

  • Fixed
  1. REDIRECT Template:Code

Template:Redr faces not rotating to match transform component.

  • Fixed
  1. REDIRECT Template:Code

Template:Redr blocks not culling faces against some vanilla blocks.

  • Fixed a bug where item dynamic properties could sometimes be applied to items with a stack size greater than 1.
  • Fixed a crash on Android devices when entering Deferred Technical Preview worlds.
  • Fixed a circular visual artifact that could occur when using the new point light shadows feature in the Deferred Technical Preview.

Template:Fixes Others

  • Fixed a bug where text in the Realms subscription landing page was slightly truncated.

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