Minecraft:Bedrock Edition beta 1.17.20.23: Difference between revisions
More actions
imported>NovaBot m Bot: Change pseudo headers according to MCW:PSEUDO |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 24: | Line 24: | ||
'''Molang ''' | '''Molang ''' | ||
* {{ | * {{MC/Cd|min_engine_version}} from Resource Pack and Behavior Pack manifests is now passed into Molang expression parsing. | ||
** This allows for future breaking changes tied to a specific engine version. | ** This allows for future breaking changes tied to a specific engine version. | ||
| Line 31: | Line 31: | ||
== Experimental == | == Experimental == | ||
These changes are accessible by enabling the " | These changes are accessible by enabling the "Caves & Cliffs" and "Enable GameTest Framework" experimental toggle. | ||
=== Mobs === | === Mobs === | ||
| Line 41: | Line 41: | ||
* Renamed module "Minecraft" to "mojang-minecraft" | * Renamed module "Minecraft" to "mojang-minecraft" | ||
* Renamed module "GameTest" to "mojang-gametest" | * Renamed module "GameTest" to "mojang-gametest" | ||
** Renamed function {{ | ** Renamed function {{MC/Cd|assertBlockTypePresent}} to {{MC/Cd|assertBlockPresent}} | ||
** Renamed function {{ | ** Renamed function {{MC/Cd|assertEntityData}} to {{MC/Cd|assertEntityState}} | ||
** Removed function {{ | ** Removed function {{MC/Cd|assertBlockTypeNotPresent}} | ||
** Removed function {{ | ** Removed function {{MC/Cd|assertEntityNotPresent}} | ||
** Removed function {{ | ** Removed function {{MC/Cd|assertEntityNotPresentInArea}} | ||
** Removed function {{ | ** Removed function {{MC/Cd|assertEntityNotTouching}} | ||
** Removed function {{ | ** Removed function {{MC/Cd|succeedWhenEntityNotPresent}} | ||
** Modified signature of function {{ | ** Modified signature of function {{MC/Cd|assertBlockState(blockLocation: BlockLocation, callback: (Block) -> boolean)}} | ||
** Modified signature of function {{ | ** Modified signature of function {{MC/Cd|assertBlockPresent(blockType: BlockType, blockLocation: BlockLocation, isPresent: boolean)}} | ||
** Modified signature of function {{ | ** Modified signature of function {{MC/Cd|assertEntityPresent(entityTypeIdentifier: string, blockLocation: BlockLocation, isPresent: boolean)}} | ||
** Modified signature of function {{ | ** Modified signature of function {{MC/Cd|assertEntityPresentInArea(entityTypeIdentifier: string, isPresent: boolean)}} | ||
** Modified signature of function {{ | ** Modified signature of function {{MC/Cd|assertEntityTouching(entityTypeIdentifier: string, location: Location, isTouching: boolean)}} | ||
** Modified signature of function {{ | ** Modified signature of function {{MC/Cd|succeedWhenEntityPresent(entityTypeIdentifier: string, location: Location, isPresent: boolean)}} | ||
** Added GameTestExtension function {{ | ** Added GameTestExtension function {{MC/Cd|assertBlockProperty(propertyName: string, value: number | string | boolean, blockLocation: BlockLocation)}} | ||
== Fixes == | == Fixes == | ||
| Line 95: | Line 95: | ||
'''Commands ''' | '''Commands ''' | ||
* Loading a structure with the {{ | * Loading a structure with the {{MC/Cmd|structure}} command now displays the correct output messages ({{bug|MCPE-132813}}) | ||
* The {{ | * The {{MC/Cmd|particle}} command position argument is now optional ({{bug|MCPE-128379}}) | ||
* The {{ | * The {{MC/Cmd|particle}} command will now output on success ({{bug|MCPE-80348}}) | ||
* The {{ | * The {{MC/Cmd|particle}} command no longer shows an error when run successfully through {{MC/Cmd|execute}} ({{bug|MCPE-129001}}).</onlyinclude> | ||
== References == | == References == | ||
{{Reflist}} | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.1x}} | {{MC/Navbox Bedrock Edition versions|1.1x}} | ||
de:Bedrock Edition beta 1.17.20.23 | |||
es:Bedrock Edition beta 1.17.20.23 | |||
pt:Edição Bedrock beta 1.17.20.23 | |||
ru:Beta 1.17.20.23 (Bedrock Edition) | |||
zh:基岩版1.17.20.23 | |||
Latest revision as of 19:31, 9 April 2026
Beta 1.17.20.23 is the fourth beta version for Minecraft:Bedrock Edition 1.17.30, released on July 22, 2021,<ref>Template:Cite</ref> which fixes bugs.
Changes
Technical
Gameplay
- Data-driven blocks can now be added to the creative menu.
Molang
- REDIRECT Template:Code
Template:Redr from Resource Pack and Behavior Pack manifests is now passed into Molang expression parsing.
- This allows for future breaking changes tied to a specific engine version.
User Interface
- UI bind objects can now utilize the ignore field.
Experimental
These changes are accessible by enabling the "Caves & Cliffs" and "Enable GameTest Framework" experimental toggle.
Mobs
General
- Hostile mobs can now spawn in the new mountain and cave biomes.
Technical
GameTest Framework
- Renamed module "Minecraft" to "mojang-minecraft"
- Renamed module "GameTest" to "mojang-gametest"
- Renamed function
- REDIRECT Template:Code
- REDIRECT Template:Code
- Renamed function
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- Removed function
- REDIRECT Template:Code
- Modified signature of function
- REDIRECT Template:Code
- Modified signature of function
- REDIRECT Template:Code
- Modified signature of function
- REDIRECT Template:Code
- Modified signature of function
- REDIRECT Template:Code
- Modified signature of function
- REDIRECT Template:Code
- Modified signature of function
- REDIRECT Template:Code
- Added GameTestExtension function
- REDIRECT Template:Code
Fixes
Stability and performance
- Fixed several crashes that could occur during gameplay
- Optimized pasting unicode text into Book & Quill (Template:Bug)
- Fixed a crash that could occur when crafting a Crafting Table with Gameplay Tips enabled
Gameplay
- Fixed Bed display if the foot of the Bed is in a brighter area than the head (Template:Bug)
- Fixed Large Chest display so the brightest end of the Chest is chosen (Template:Bug)
- Travelling through End portals can no longer cause players to take fall damage (Template:Bug, Template:Bug)
Items
- Made projectile items move more smoothly when far from players (Template:Bug)
- Holding a Shield in Marketplace maps no longer shows a content error
- Strong/long/splash/lingering potions can be placed in the Brewing Stand manually (Template:Bug)
Mobs
- Undead mobs standing near Powder Snow now burn normally (Template:Bug)
- Powder Snow above undead mobs now prevents burning effect
- Multiple Shulkers will no longer be able to spawn in the same position from spawn eggs or End City generation (Template:Bug)
- Mobs can now pathfind correctly when standing on Amethyst Buds (Template:Bug)
- Fixed Horses sometimes becoming invisible after players dismount them (Template:Bug)
- Grown up Goats no longer lose their Horns when reloading a world
- Lightning no longer randomly strikes mobs that are under blocks (Template:Bug)
Blocks
- Spore Blossom no longer has a randomly offset hitbox (Template:Bug)
- Moss Block and Moss Carpet now break when moved by Pistons and Sticky Pistons can no longer pull them (Template:Bug, Template:Bug)
- Water dripping from Pointed Dripstone can no longer fill Cauldrons with Potions (Template:Bug)
- Measurements of hitbox of Spore Blossom now match Java Edition
- Fixed issue causing Slime and Honey Block movement slowdown to not be fully applied to players
User interface
- Emote wheel no longer appears when pressing Ctrl+B in-game (Template:Bug)
- Fixed Input Method Editor (IME) not working after suspending the game on Windows 10 (Template:Bug)
- Added a new sidebar to Marketplace and Dressing Room related screens to help better improve the experience of navigating these areas
- There is now an item transferring animation when deselecting a recipe
Commands
- Loading a structure with the
- REDIRECT Template:Command
Template:Redr command now displays the correct output messages (Template:Bug)
- The
- REDIRECT Template:Command
Template:Redr command position argument is now optional (Template:Bug)
- The
- REDIRECT Template:Command
Template:Redr command will now output on success (Template:Bug)
- The
- REDIRECT Template:Command
Template:Redr command no longer shows an error when run successfully through
- REDIRECT Template:Command
References
<references group="">
</references>
de:Bedrock Edition beta 1.17.20.23 es:Bedrock Edition beta 1.17.20.23 pt:Edição Bedrock beta 1.17.20.23 ru:Beta 1.17.20.23 (Bedrock Edition) zh:基岩版1.17.20.23