Minecraft:Bedrock Edition Preview 1.20.70.22: Difference between revisions
More actions
imported>Ja17 m ko interwiki |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| 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 30: | Line 30: | ||
'''[[Minecraft:Wood]] and [[Minecraft:Stripped Wood]]''' | '''[[Minecraft:Wood]] and [[Minecraft:Stripped Wood]]''' | ||
* The different wood type and stripped bit | * 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]] | ||
! [[Minecraft:Bedrock Edition data values|New ID]] | ! [[Minecraft:Bedrock Edition data values|New ID]] | ||
|- | |- | ||
| rowspan="12" | {{ | | rowspan="12" | {{MC/Blocksprite|wood}} <code>wood</code> | ||
| {{ | | {{MC/Blocksprite|oak-wood}} <code>oak_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|spruce-wood}} <code>spruce_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|birch-wood}} <code>birch_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|jungle-wood}} <code>jungle_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|acacia-wood}} <code>acacia_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|dark-oak-wood}} <code>dark_oak_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stripped-oak-wood}} <code>stripped_oak_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stripped-spruce-wood}} <code>stripped_spruce_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stripped-birch-wood}} <code>stripped_birch_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stripped-jungle-wood}} <code>stripped_jungle_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stripped-acacia-wood}} <code>stripped_acacia_wood</code> | ||
|- | |- | ||
| {{ | | {{MC/Blocksprite|stripped-dark-oak-wood}} <code>stripped_dark_oak_wood</code> | ||
|} | |} | ||
=== General === | === General === | ||
''' | '''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. | ||
''' | '''Experiments''' | ||
* Removed the "Molang Features" experimental toggle. | * 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. | * 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 | * Added four new Realm Events. | ||
* Added two extra-special LARGE Realm Events. | * Added two extra-special LARGE Realm Events. | ||
* Added screen-reader | * 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 === | ||
''' | '''API''' | ||
* Added {{ | * Added {{MC/Cd|Player.setGameMode}} and {{MC/Cd|Player.getGameMode}} to {{MC/Cd|beta}} for changing the player's {{MC/Cd|GameMode}}. | ||
* Added {{ | * Added {{MC/Cd|GameRuleChangeAfterEvent}}, {{MC/Cd|GameRule}} and {{MC/Cd|world.afterEvents.gameRuleChange}} for responding to game rules changes. | ||
* Moved {{ | * Moved {{MC/Cd|explosion}} from {{MC/Cd|beta}} to {{MC/Cd|1.9.0}}. | ||
'''[[Minecraft:JSON]]''' | '''[[Minecraft:JSON]]''' | ||
: Entities | : Entities | ||
* Entities with a {{ | * Entities with a {{MC/Cd|damage_sensor}} component can once again be killed via commands. | ||
* The {{ | * The {{MC/Cd|damage_sensor}} component can once again trigger entity events on entities other than the owner. | ||
'''[[Minecraft:Molang]]''' | '''[[Minecraft:Molang]]''' | ||
* Released {{ | * Released {{MC/Cd|query.is_attached}} and {{MC/Cd|query.has_player_rider}} from experimental. | ||
* Removed experimental Molang queries {{ | * Removed experimental Molang queries {{MC/Cd|query.get_ride}} and {{MC/Cd|query.get_riders}}. | ||
* Released Molang {{ | * Released Molang {{MC/Cd|query.scoreboard}} for use with behavior packs from experimental. (resource packs will return 0) | ||
== Experimental == | == Experimental == | ||
| Line 98: | Line 98: | ||
==== Blocks ==== | ==== Blocks ==== | ||
'''[[Minecraft:Vault]]''' | '''[[Minecraft:Vault]]''' | ||
* Tweaked the texture to make them easier to distinguish from | * Tweaked the texture to make them easier to distinguish from trial spawners. | ||
==== Mobs ==== | ==== Mobs ==== | ||
''' | '''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. | ||
''' | '''Breeze''' | ||
* The breeze's attack damage has been tweaked. | * The breeze's attack damage has been tweaked. | ||
==== Technical ==== | ==== Technical ==== | ||
''' | '''API''' | ||
* Added events {{ | * 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 {{ | * Removed function {{MC/Cd|triggerEvent()}}. | ||
* {{ | * {{MC/Cd|WorldBeforeEvents}} | ||
** Removed property {{ | ** Removed property {{MC/Cd|itemDefinitionEvent}}. | ||
* {{ | * {{MC/Cd|WorldAfterEvents}} | ||
** Removed property {{ | ** Removed property {{MC/Cd|itemDefinitionEvent}}. | ||
== Fixes == | == Fixes == | ||
{{ | {{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 {{ | * Fixed the timing of {{MC/Cd|PlayerInteractWithEntityAfterEvent}} and {{MC/Cd|PlayerInteractWithBlockAfterEvent}}. | ||
* Fixed {{ | * Fixed {{MC/Cd|minecraft:geometry.full_block}} faces not rotating to match transform component. | ||
* Fixed {{ | * 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|{{ | |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 == | ||
{{ | {{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]] | ||
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 | |||
Latest revision as of 19:20, 9 April 2026
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
- The end portal frame has been moved to the "Nature" category in the Minecraft:Creative inventory.
Minecraft:Wood and Minecraft:Stripped Wood
- The different wood type and stripped bit block states for the
woodID have now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:Redr |
Template:Redr |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr | |
Template:Redr |
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.
- 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
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr for changing the player's
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr for responding to game rules changes.
- Moved
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Entities
- Entities with a
- REDIRECT Template:Code
Template:Redr component can once again be killed via commands.
- The
- REDIRECT Template:Code
Template:Redr component can once again trigger entity events on entities other than the owner.
- Released
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr from experimental.
- Removed experimental Molang queries
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- Released Molang
- 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
- 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
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr with signals
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed property
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed property
- REDIRECT Template:Code
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
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- Fixed
- REDIRECT Template:Code
Template:Redr faces not rotating to match transform component.
- Fixed
- 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>
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