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
imported>Ja17
m ko interwiki
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 30: Line 30:


'''[[Minecraft:Wood]] and [[Minecraft:Stripped Wood]]'''
'''[[Minecraft:Wood]] and [[Minecraft:Stripped Wood]]'''
* The different wood type and stripped bit [[Minecraft:block states]] for the <code>wood</code> ID have now been split up into their own IDs.
* The different wood type and stripped bit block states for the <code>wood</code> ID have now been split up into their own IDs.
{|class="mw-collapsible mw-collapsed wikitable"
{|class="mw-collapsible mw-collapsed wikitable"
! [[Minecraft:Bedrock Edition data values|Old ID]]
! [[Minecraft:Bedrock Edition data values|Old ID]]
Line 62: Line 62:


=== General ===
=== General ===
'''[[Minecraft:Death screen]]'''
'''Death screen'''
* The updated death screen is now enabled by default, even when resource packs are applied to a world.
* The updated death screen is now enabled by default, even when resource packs are applied to a world.


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


'''[[Minecraft:Play screen]]'''
'''Play screen'''
* The feedback button in the Friends Drawer in the new play screen now leads to the correct feedback page.
* The feedback button in the Friends Drawer in the new play screen now leads to the correct feedback page.


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


=== Technical ===
=== Technical ===
'''[[Minecraft:API]]'''
'''API'''
* Added {{cd|Player.setGameMode}} and {{cd|Player.getGameMode}} to {{cd|beta}} for changing the player's {{cd|GameMode}}.  
* Added {{cd|Player.setGameMode}} and {{cd|Player.getGameMode}} to {{cd|beta}} for changing the player's {{cd|GameMode}}.  
* Added {{cd|GameRuleChangeAfterEvent}}, {{cd|GameRule}} and {{cd|world.afterEvents.gameRuleChange}} for responding to game rules changes.
* Added {{cd|GameRuleChangeAfterEvent}}, {{cd|GameRule}} and {{cd|world.afterEvents.gameRuleChange}} for responding to game rules changes.
Line 98: Line 98:
==== Blocks ====
==== Blocks ====
'''[[Minecraft:Vault]]'''
'''[[Minecraft:Vault]]'''
* Tweaked the texture to make them easier to distinguish from [[Minecraft:trial spawner]]s.
* Tweaked the texture to make them easier to distinguish from trial spawners.


==== Mobs ====
==== Mobs ====
'''[[Minecraft:Armadillo]]'''
'''Armadillo'''
* Now do not panic when damaged but roll up instead, and hide their head and feet.
* 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.
* Now peek out to see if “the coast is clear” before unrolling.
Line 107: Line 107:
** The time for a rolled-up armadillo to stay without threats before unrolling has been increased from 3 to 4 seconds.
** The time for a rolled-up armadillo to stay without threats before unrolling has been increased from 3 to 4 seconds.


'''[[Minecraft:Breeze]]'''
'''Breeze'''
* The breeze's attack damage has been tweaked.
* The breeze's attack damage has been tweaked.


==== Technical ====
==== Technical ====
'''[[Minecraft:API]]'''
'''API'''
* Added events {{cd|PlayerGameModeChangeAfterEvent}}, {{cd|PlayerGameModeChangeBeforeEvent}} with signals {{cd|world.afterEvents.playerGameModeChange}} and {{cd|world.beforeEvents.playerGameModeChange}} to {{cd|beta}}.
* Added events {{cd|PlayerGameModeChangeAfterEvent}}, {{cd|PlayerGameModeChangeBeforeEvent}} with signals {{cd|world.afterEvents.playerGameModeChange}} and {{cd|world.beforeEvents.playerGameModeChange}} to {{cd|beta}}.
* Removed function {{cd|triggerEvent()}}.
* Removed function {{cd|triggerEvent()}}.
Line 153: Line 153:


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

Revision as of 15:25, 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 Template:JE 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
Template:BlockSprite wood Template:BlockSprite oak_wood
Template:BlockSprite spruce_wood
Template:BlockSprite birch_wood
Template:BlockSprite jungle_wood
Template:BlockSprite acacia_wood
Template:BlockSprite dark_oak_wood
Template:BlockSprite stripped_oak_wood
Template:BlockSprite stripped_spruce_wood
Template:BlockSprite stripped_birch_wood
Template:BlockSprite stripped_jungle_wood
Template:BlockSprite stripped_acacia_wood
Template:BlockSprite 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

Minecraft:JSON

Entities
  • Entities with a Template:Cd component can once again be killed via commands.
  • The Template:Cd component can once again trigger entity events on entities other than the owner.

Minecraft:Molang

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

Fixes

Template: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 Template:Cd and Template:Cd.
  • Fixed Template:Cd faces not rotating to match transform component.
  • Fixed Template:Cd 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

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions 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