Minecraft:Bedrock Edition Preview 1.20.30.22: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Sync: updated from Minecraft |
||
| (One intermediate revision by the same user not shown) | |||
| Line 73: | Line 73: | ||
=== Gameplay === | === Gameplay === | ||
'''Game | '''[[Minecraft:Game rule]]s''' | ||
* The <code>recipesUnlock</code> game rule is now set to <code>true</code> by default. | * The <code>recipesUnlock</code> game rule is now set to <code>true</code> by default. | ||
| Line 80: | Line 80: | ||
* "Text to Speech" narrator will now read out the instruction text as well as the confirm button in the "Safe Area" menu. | * "Text to Speech" narrator will now read out the instruction text as well as the confirm button in the "Safe Area" menu. | ||
'''Pause menu''' | '''[[Minecraft:Pause menu]]''' | ||
* The "Pause menu" has been renamed to "Game menu". | * The "Pause menu" has been renamed to "Game menu". | ||
'''Play screen''' | '''[[Minecraft:Play screen]]''' | ||
* Updated the "Play screen". | * Updated the "Play screen". | ||
** The "Friends" tab and "[[Minecraft:Realms]]" tab are now separated, for clearer feature separation. | ** The "Friends" tab and "[[Minecraft:Realms]]" tab are now separated, for clearer feature separation. | ||
** The "Create New World" flow and "Create From Template" flow are now separated for a clearer path into the game. | ** The "[[Minecraft:Create New World]]" flow and "Create From Template" flow are now separated for a clearer path into the game. | ||
[[File:New UI - Play Screen Menu "Worlds" Tab (Bedrock Preview 1.20.30.22).png|right|thumb|350px|New Play Screen "World" Tab.]] | [[File:New UI - Play Screen Menu "Worlds" Tab (Bedrock Preview 1.20.30.22).png|right|thumb|350px|New Play Screen "World" Tab.]] | ||
| Line 93: | Line 93: | ||
=== Changes === | === Changes === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* <code>ItemStack</code> | * <code>ItemStack</code> | ||
** Added <code>getCanPlaceOn()</code> and <code>getCanDestroy()</code>. | ** Added <code>getCanPlaceOn()</code> and <code>getCanDestroy()</code>. | ||
| Line 148: | Line 148: | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[ | [[Minecraft:de:Bedrock Edition beta 1.20.30.22]] | ||
de:Bedrock Edition beta 1.20.30.22 | [[Minecraft:es:Bedrock Edition beta 1.20.30.22]] | ||
es:Bedrock Edition beta 1.20.30.22 | [[Minecraft:ko:Bedrock Edition 프리뷰 1.20.30.22]] | ||
ko:Bedrock Edition 프리뷰 1.20.30.22 | [[Minecraft:pt:Edição Bedrock Preview 1.20.30.22]] | ||
pt:Edição Bedrock Preview 1.20.30.22 | [[Minecraft:uk:Preview 1.20.30.22 (Bedrock Edition)]] | ||
uk:Preview 1.20.30.22 (Bedrock Edition) | [[Minecraft:zh:基岩版1.20.30.22]] | ||
zh:基岩版1.20.30.22 | |||
Latest revision as of 11:05, 27 May 2026
Beta 1.20.30.22 (Android) or Preview 1.20.30.22 (Windows, iOS, iPadOS, Xbox) is the seventh beta/Preview version for Minecraft:Bedrock Edition 1.20.30, released on August 17, 2023<ref>Template:Cite</ref>, which brings more parity from Template:JE, and fixes bugs.
Additions
Technical
- Released the
minecraft:fooditem component out of experimental in JSON formats 1.20.30 and higher. - Added
minecraft:interact_buttonitem component to enable and set text on the interact button in JSON formats 1.20.30 and above.
Changes
Blocks
- The IDs of
stained_hardened_clayhave now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:BlockSprite stained_hardened_clay
|
Template:BlockSprite white_terracotta
|
Template:BlockSprite orange_terracotta
| |
Template:BlockSprite magenta_terracotta
| |
Template:BlockSprite light_blue_terracotta
| |
Template:BlockSprite yellow_terracotta
| |
Template:BlockSprite lime_terracotta
| |
Template:BlockSprite pink_terracotta
| |
Template:BlockSprite gray_terracotta
| |
Template:BlockSprite light_gray_terracotta
| |
Template:BlockSprite cyan_terracotta
| |
Template:BlockSprite purple_terracotta
| |
Template:BlockSprite blue_terracotta
| |
Template:BlockSprite brown_terracotta
| |
Template:BlockSprite green_terracotta
| |
Template:BlockSprite red_terracotta
| |
Template:BlockSprite black_terracotta
|
Gameplay
- The
recipesUnlockgame rule is now set totrueby default.
General
- "Text to Speech" narrator will now read out the instruction text as well as the confirm button in the "Safe Area" menu.
- The "Pause menu" has been renamed to "Game menu".
- Updated the "Play screen".
- The "Friends" tab and "Minecraft:Realms" tab are now separated, for clearer feature separation.
- The "Minecraft:Create New World" flow and "Create From Template" flow are now separated for a clearer path into the game.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
Changes
Technical
ItemStack- Added
getCanPlaceOn()andgetCanDestroy(). - Added upper maximum limit of 255 to amount property - will throw if exceeds.
- Added
Entity- Added function
getProperty(identifier: string): boolean | number | string | undefined- Gets an entity property. - Added function
setProperty(identifier: string, value: boolean | number | string): void- Sets an entity property during the next tick. - Added function
resetProperty(identifier: string): boolean | number | string;- Resets an entity property to its default value during the next tick and returns the default value.
- Added function
beforeEvents- Added event/property
removeEvent.
- Added event/property
afterEvents- Renamed event/property
removedEventtoremoveEvent.
- Renamed event/property
- Class
EntityRemovedAfterEvent- Renamed field
removedEntitytoremovedEntityId: removedEntityId: string. - Added field
typeId: string.
- Renamed field
- Added class
EntityRemovedBeforeEvent.- Added field
removedEntity: Entity.
- Added field
- Moved
EquipmentSlotto5.0and changed enum values to uppercase. - Moved
EntityEquippableComponentto5.0. ScoreboardsetObjectiveAtDisplaySlotreturn type now correctly set toScoreboardObjectiveorundefined.
ScoreboardIdentitygetEntityreturn type now correctly set toEntityorundefined.
setWeatherAPI can now take an optional duration parameter to set the weather duration.- Added
read-onlypropertyheightRange: NumberRange- Gets min/max dimension height limits. - Adding
Player.isSleepingandPlayer.isEmoting.
Fixes
Template:Fixes Other
- Fixed ZL/ZR icons for Joy-Con and Switch Pro controller on Android.
- Fixed lighting of items in hand in the "Deferred Technical Preview".
- Optimization and fixes for point light contributions.
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.20.30.22 Minecraft:es:Bedrock Edition beta 1.20.30.22 Minecraft:ko:Bedrock Edition 프리뷰 1.20.30.22 Minecraft:pt:Edição Bedrock Preview 1.20.30.22 Minecraft:uk:Preview 1.20.30.22 (Bedrock Edition) Minecraft:zh:基岩版1.20.30.22