Minecraft:Bedrock Edition Preview 1.20.20.21
More actions
Beta 1.20.20.21 (Android) or Preview 1.20.20.21 (Windows, iOS, iPadOS, Xbox) is the second beta/Preview version for Minecraft:Bedrock Edition 1.20.30Template:Efn, released on July 12, 2023<ref>https://feedback.minecraft.net/hc/en-us/articles/17540689688589-Minecraft-Beta-Preview-1-20-20-21</ref>, which brings more parity from Template:JE and fixes bugs.
Additions
Gameplay
- Added
playersSleepingPercentage, set to100by default.- Controls what percentage of players must sleep to skip the night.
- When set to
0or a negative value, a single player is sufficient to skip the night, and night is skipped immediately without the falling asleep transition. - When set over
100, the night cannot be skipped.
- Added
recipesUnlock, controlling whether the player needs to collect items to unlock recipes in the Minecraft:recipe book, defaults totrue.
General
- Added "Recipes Unlock" game option. (
recipesUnlockgame rule)- For enable/disable the new recipe unlocking system and its features.
- Added alerts for iOS and iPadOS users who have run out of disk space.
Technical
- Move PlacementDirection (
minecraft:placement_direction) and PlacementPosition (minecraft:placement_position) block traits out of experimental. These traits can be used for blocks withformat_version >= 1.20.20.
- Released the following components in JSON formats 1.20.30 and higher:
minecraft:use_animationitem component.minecraft:allow_off_handitem component.minecraft:should_despawnitem component.minecraft:liquid_clippeditem component.minecraft:damageitem component.
- Added support for Efficiency enchantment for data driven items using the
minecraft:diggercomponent.
Changes
Blocks
- Changed the hardness and blast resistance of 188 blocks to match Template:JE.
- The IDs of
stained_glasshave now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:BlockSprite stained_glass
|
Template:BlockSprite white_stained_glass
|
Template:BlockSprite orange_stained_glass
| |
Template:BlockSprite magenta_stained_glass
| |
Template:BlockSprite light_blue_stained_glass
| |
Template:BlockSprite yellow_stained_glass
| |
Template:BlockSprite lime_stained_glass
| |
Template:BlockSprite pink_stained_glass
| |
Template:BlockSprite gray_stained_glass
| |
Template:BlockSprite light_gray_stained_glass
| |
Template:BlockSprite cyan_stained_glass
| |
Template:BlockSprite purple_stained_glass
| |
Template:BlockSprite blue_stained_glass
| |
Template:BlockSprite brown_stained_glass
| |
Template:BlockSprite green_stained_glass
| |
Template:BlockSprite red_stained_glass
| |
Template:BlockSprite black_stained_glass
|
- The IDs of
stained_glass_panehave now been split up into their own IDs.
| Old ID | New ID |
|---|---|
Template:BlockSprite stained_glass_pane
|
Template:BlockSprite white_stained_glass_pane
|
Template:BlockSprite orange_stained_glass_pane
| |
Template:BlockSprite magenta_stained_glass_pane
| |
Template:BlockSprite light_blue_stained_glass_pane
| |
Template:BlockSprite yellow_stained_glass_pane
| |
Template:BlockSprite lime_stained_glass_pane
| |
Template:BlockSprite pink_stained_glass_pane
| |
Template:BlockSprite gray_stained_glass_pane
| |
Template:BlockSprite light_gray_stained_glass_pane
| |
Template:BlockSprite cyan_stained_glass_pane
| |
Template:BlockSprite purple_stained_glass_pane
| |
Template:BlockSprite blue_stained_glass_pane
| |
Template:BlockSprite brown_stained_glass_pane
| |
Template:BlockSprite green_stained_glass_pane
| |
Template:BlockSprite red_stained_glass_pane
| |
Template:BlockSprite black_stained_glass_pane
|
Command format
- Now is available without using the "Recipe Unlocking" experimental toggle.
Gameplay
- The new recipe unlocking system and its features are now available without using the "Recipe Unlocking" experimental toggle.
- Now are behind the "Recipes Unlock" game option.
- The recipe book search has been updated when playing in Survival, with the following changes:
- The search will only match the beginning of any word in the item's name. For example, searching for "tor" will now show Minecraft:torch and Minecraft:redstone torch but not the Minecraft:daylight detector.
- Recipes that haven't been unlocked will show up in search results.
General
- Removed the "Recipe Unlocking" experimental toggle.
- Renamed the "Extra Large GUI Scaling" accessibility and video option to "Extra Large New UI".
Experimental
These additions and changes are accessible by enabling the "Beta APIs" and "Molang Features" experimental toggle.
Changes
Technical
API
- Moved
Directionto1.4.0. - Moved
EntityDamageSourceto1.4.0. - Moved
EntityDieAfterEventto1.4.0. - Moved
EntityEventOptionsto1.4.0. - Moved
EntityHitBlockAfterEventto1.4.0. - Moved
EntityHitEntityAfterEventto1.4.0. - Moved
EntityHurtAfterEventto1.4.0. - Moved
EntityHealthChangedAfterEventto1.4.0. - Moved
Dimension.getBlockFromRaymethod to1.4.0. - Moved
Dimension.getEntitiesFromRaymethod to1.4.0. - Moved
Entity.getBlockFromViewDirectionmethod to1.4.0. - Moved
Entity.getEntitiesFromViewDirectionmethod to1.4.0. - Moved
BlockRaycastHitto1.4.0. - Moved
BlockRaycastOptionsto1.4.0. - Moved
EntityRaycastHitto1.4.0. - Moved
EntityRaycastOptionsto1.4.0. - Moved
PressurePlatePushEventto1.4.0. - Moved
PressurePlatePopEventto1.4.0. - Moved
TripWireTripEventto1.4.0. - Moved
TargetBlockHitEventto1.4.0.- Made property
idaccessible even if entity is not valid. - Made property
typeIdaccessible even if entity is not valid. - Changed item event
sourceproperties from typeEntitytoPlayer.
- Made property
minecraft:entity_placerwill now content error when invalid blocks are named in theuse_onanddispense_onlists.- Removed
MinecraftEntityTypesfrom@minecraft/serverand replaced with version from@minecraft/vanilla-data. - Exposed
MoonPhaseandWorld.getMoonPhaseto script. - Removed the
minecraft:animates_in_toolbarcomponent. - Removed the
minecraft:explodablecomponent. - Extra damage hover text now appears on all component items that have an applied Sharpness enchantment.
- The
minecraft:shootercomponent now supports the Quick Charge enchantment withminecraft:enchantablewhencharge_on_drawis true. - Remove nonfunctional entity slot options from
minecraft:wearablecomponent, ie. saddle, entity armor, and chest. - Custom items with
minecraft:wearablecomponent auto-equip when dropped from a dispenser, matching parity with vanilla armor items. - Added
Scoreboard.addScoreand improvedScoreboard.setScoreto return the updated score.
- Renamed
block_propertyandhas_block_propertytoblock_stateandhas_block_state.
Fixes
Template:Fixes Others
- Fixed an issue where players would disappear temporarily when joining a game for the first time.
- Fixed crash in blocks JSON loading on iOS and iPadOS.
- Fixed a crash that could occur when the game lost focus while entering a world.
- Fixed an issue where screen narration would read recipe book folder items as the first item in the folder.
- Fixed held map not being centered when playing on narrow aspect ratio screens.
Notes
References
Template:Navbox Bedrock Edition versions Minecraft:de:Bedrock Edition beta 1.20.20.21 Minecraft:es:Bedrock Edition beta 1.20.20.21 Minecraft:ko:Bedrock Edition 프리뷰 1.20.20.21 Minecraft:pt:Edição Bedrock Preview 1.20.20.21 Minecraft:uk:Preview 1.20.20.21 (Bedrock Edition) Minecraft:zh:基岩版1.20.20.21