Minecraft:Bedrock Edition Preview 1.20.0.21: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 21: | Line 21: | ||
| nextparent = 1.20.1 | | nextparent = 1.20.1 | ||
}}<onlyinclude> | }}<onlyinclude> | ||
'''Beta 1.20.0.21''' (Android) or '''Preview 1.20.0.21''' (Windows, iOS, iPadOS, Xbox) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.0]], released on April 19, 2023<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/14998295276941|title=Minecraft Beta & Preview - 1.20.0.21|website=Minecraft Feedback|date=April 19, 2023}}</ref> which bring more parity with {{JE}} and fixes bugs. | '''Beta 1.20.0.21''' (Android) or '''Preview 1.20.0.21''' (Windows, iOS, iPadOS, Xbox) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.0]], released on April 19, 2023<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/14998295276941|title=Minecraft Beta & Preview - 1.20.0.21|website=Minecraft Feedback|date=April 19, 2023}}</ref> which bring more parity with {{MC/JE}} and fixes bugs. | ||
== Changes == | == Changes == | ||
| Line 88: | Line 88: | ||
===Changes=== | ===Changes=== | ||
'''[[Minecraft:Add-on]]s''' | '''[[Minecraft:Add-on]]s''' | ||
*Added {{ | *Added {{MC/Cd|minecraft:facing_direction}} state to the {{MC/Cd|minecraft:placement_direction}} block trait. | ||
**{{ | **{{MC/Cd|minecraft:facing_direction}} is a six value integer state (down, up, south, west, north, east). | ||
**Can enable and access this state on blocks through the {{ | **Can enable and access this state on blocks through the {{MC/Cd|minecraft:placement_direction}} trait. | ||
**Can access the {{ | **Can access the {{MC/Cd|minecraft:cardinal_direction}} state on blocks that apply the {{MC/Cd|minecraft:placement_direction}} trait in {{MC/Cd|block_property}} Molang queries and {{MC/Cd|set_block_property}} {{MC/Cd|EventResponses}}. | ||
*Pumpkin blocks use state {{ | *Pumpkin blocks use state {{MC/Cd|minecraft:cardinal_direction}} instead of {{MC/Cd|direction}}. | ||
'''API''' | '''API''' | ||
*{{ | *{{MC/Cd|@minecraft/server}} | ||
**Renamed {{ | **Renamed {{MC/Cd|BlockProperties}} to {{MC/Cd|BlockStates}}. | ||
**Renamed {{ | **Renamed {{MC/Cd|getAllProperties}} to {{MC/Cd|BlockPermutation.getAllStates}}. | ||
**Renamed {{ | **Renamed {{MC/Cd|getProperty}} to {{MC/Cd|BlockPermutation.getState}}. | ||
== Fixes == | == Fixes == | ||
| Line 106: | Line 106: | ||
|147711|Arrows don't appear in the Character Creator while the Hide Controller Hints setting is on | |147711|Arrows don't appear in the Character Creator while the Hide Controller Hints setting is on | ||
|152926|Door top and bottom textures flip incorrectly & illogically when opened and closed | |152926|Door top and bottom textures flip incorrectly & illogically when opened and closed | ||
|153909|Filter {{ | |153909|Filter {{MC/Cd|has_equipment}} cannot test for an empty string ("") or air | ||
|164424|{{ | |164424|{{MC/Cd|minecraft:boostable}} component has no effect on speed | ||
|167191|Decorated Pot's brightness is affected by daytime and not by surrounding lighting | |167191|Decorated Pot's brightness is affected by daytime and not by surrounding lighting | ||
|168717|Stone Block Slab Recipe Duplication Content Log Errors and they are NOT Dupes | |168717|Stone Block Slab Recipe Duplication Content Log Errors and they are NOT Dupes | ||
| Line 134: | Line 134: | ||
*Fixed the multiplayer toggle in the Create New World screen sometimes wasn't greyed out even though the setting would have no effect. | *Fixed the multiplayer toggle in the Create New World screen sometimes wasn't greyed out even though the setting would have no effect. | ||
*Coordinates are now shown on the new death screen if the "Show Coordinates" setting is enabled. | *Coordinates are now shown on the new death screen if the "Show Coordinates" setting is enabled. | ||
*Fix {{ | *Fix {{MC/Cd|get_equipped_item_name}} Molang query not being able to return the old name of some flattened items, eg. {{MC/Cd|red_wool}} to {{MC/Cd|wool}}. | ||
*Custom items with {{ | *Custom items with {{MC/Cd|minecraft:durability}} and {{MC/Cd|minecraft:repairable}} can be combined to repair them without requiring a custom item entry. | ||
*Fixed a bug where modified equipment and container slots were not being synced to clients.</onlyinclude> | *Fixed a bug where modified equipment and container slots were not being synced to clients.</onlyinclude> | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.20.0 betas]] | [[Category:Bedrock Edition 1.20.0 betas]] | ||
Latest revision as of 19:18, 9 April 2026
Template:Infobox version Beta 1.20.0.21 (Android) or Preview 1.20.0.21 (Windows, iOS, iPadOS, Xbox) is the second beta/Preview version for Minecraft:Bedrock Edition 1.20.0, released on April 19, 2023<ref>Template:Cite</ref> which bring more parity with Java Edition and fixes bugs.
Changes
Blocks
width=32x32 Minecraft:Sculk Sensor
- Vibration frequencies of many actions in the game have been tweaked and greatly simplified to prevent unwanted interference, as following:
Action Frequency Value Movement in any medium (land, water and air) 1 Landing on any surface (land or water) 2 Item interactions 3 Gliding with an elytra or unique mob actions (Ravager roar, Wolf shaking, etc) 4 Dismounting a mob or equipping gear 5 Mounting a mob or interacting with a mob 6 Mobs and players getting damaged 7 Consuming items (drinking and eating) 8 Blocks 'deactivating' (door close, chest close, button unpress, etc) 9 Blocks 'activating' (door open, chest open, button press, etc) 10 Blocks changing (cauldron water level rising, adding food to campfire, etc) 11 Blocks being destroyed 12 Blocks being placed 13 Mobs and players teleporting or spawning 14 Mobs and players dying or an explosion 15
General
Experiments
- All Trails & Tales content has now been “de-experimentified” and is available during normal gameplay.
- Removed the Next Major Update toggle, since it has no active experimental content.
- The four Creative Inventory tabs now have their names read out by text-to-speech.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
Changes
- Added
- REDIRECT Template:Code
Template:Redr state to the
- REDIRECT Template:Code
Template:Redr block trait.
- REDIRECT Template:Code
Template:Redr is a six value integer state (down, up, south, west, north, east).
- Can enable and access this state on blocks through the
- REDIRECT Template:Code
Template:Redr trait.
- Can access the
- REDIRECT Template:Code
Template:Redr state on blocks that apply the
- REDIRECT Template:Code
Template:Redr trait in
- REDIRECT Template:Code
Template:Redr Molang queries and
- REDIRECT Template:Code
- REDIRECT Template:Code
- Pumpkin blocks use state
- REDIRECT Template:Code
Template:Redr instead of
- REDIRECT Template:Code
API
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
Fixes
Template:Fixes Other
- Calibrated Sculk Sensors now power the block below them when active.
- Fixed fall damage accumulating when player jumps on roofed Soul Sand Bubble Column.
- Conduit block now respects the lighting conditions when held in hand or dropped.
- Interacting with an unwaxed Sign while holding an item that cannot be used on the sign now opens the sign for editing.
- When using gamepad or touch input, correct tooltips are now shown if interacting with the Sign is possible.
- It is now possible to attach a hanging sign to another without sneaking.
- Sculk Sensors now power the block below them when active.
- Fixed the multiplayer toggle in the Create New World screen sometimes wasn't greyed out even though the setting would have no effect.
- Coordinates are now shown on the new death screen if the "Show Coordinates" setting is enabled.
- Fix
- REDIRECT Template:Code
Template:Redr Molang query not being able to return the old name of some flattened items, eg.
- REDIRECT Template:Code
- REDIRECT Template:Code
- Custom items with
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr can be combined to repair them without requiring a custom item entry.
- Fixed a bug where modified equipment and container slots were not being synced to clients.
References
<references group="">
</references>
de:Bedrock Edition beta 1.20.0.21 es:Bedrock Edition beta 1.20.0.21 ko:Bedrock Edition 프리뷰 1.20.0.21 pt:Edição Bedrock Preview 1.20.0.21 uk:Preview 1.20.0.21 (Bedrock Edition) zh:基岩版1.20.0.21