Minecraft Beta & Preview - 1.19.70.21
- 技术更新
- 完整日志
General
- Crafting Table component no longer appends "tile." when defaulting to use block name for crafting table label
实验性特性
Script API
-
Added function playAnimation(animationName: string, options?: PlayAnimationOptions) - Plays the specified animation for an entity
-
ItemStack
- ItemStack can now be constructed using a string identifier
- Removed constructor parameter data
- Removed property data
- Removed function clearLore- To clear lore, call setLore with an empty array or undefined
- Setting _nameTag_to an empty string will now clear the name tag
- Setting _nameTag_to a string longer than 255 characters will now result in an exception
- Setting _amount_greater than the maximum stack size will now clamp the value to the maximum stack size
- Setting _amount_to a value less than 1 will now result in an exception
-
ContainerSlot
- Removed function clearItem- To clear the item, call setItem with undefined
- Removed function clearLore- To clear lore, call setLore with an empty array or undefined
GameTest Framework
- Test
- Added optional _searchDistance_parameter to assertEntityPresent(entityTypeIdentifier: string, blockLocation: BlockLocation, searchDistance?: number, isPresent?: boolean)
- Added _assertEntityInstancePresentInArea(entity: Entity, isPresent?: boolean)_to check if an entity instance is present in the test area
- Made the _searchDistance_parameter optional in assertItemEntityPresent
General
- In JSON formats 1.19.70 and later, blocks fail to load if the "condition" field in Block Permutations is not a valid Molang string
游戏内容更新
Posted: 1 February, 2023
NOTE: This week's Android Beta version may be delayed. We apologize for the inconvenience and are working to resolve the issue.
Information on the Minecraft Preview and Beta:
- These work-in-progress versions can be unstable and may not be representative of final version quality
- Minecraft Preview is available on Xbox, Windows 10/11, and iOS devices. More information can be found at aka.ms/PreviewFAQ
- The beta is available on Android (Google Play). To join or leave the beta, see aka.ms/JoinMCBeta for detailed instructions
Here's a list of what is new in this week's Minecraft Preview and Beta! Just a note about armor trims: These are available to test out in the Java Edition snapshot, but they are not quite ready for the Bedrock Edition Beta and Preview just yet. We will let you know as soon as they are so you can experiment with them, so keep your eyes on Minecraft.net for the latest updates!
As always, you can send us all your feedback and ideas at aka.ms/MC120Feedback and report any bugs to bugs.mojang.com.
Experimental Features
Blocks
- Piglin and Dragon Head blocks no longer animate in the hotbar or inventory (MCPE-164535, MCPE-32654)
Features and Bug Fixes
Gameplay
- Players are now able to place top Slabs in blocks that are only partially blocked by an entity (MCPE-155016)
- Players can no longer see through partial blocks when sneaking or riding in third person (MCPE-156273)
- Error messages about building outside the world height limits no longer appear when simply interacting with blocks at the world height limits from certain angles (MCPE-152935)
- Players are now able to interact with functional blocks while sneaking in a gap without the sneak button held
Vanilla Parity
- Fixed bug where Zombified Piglins would spawn in the Nether in light levels above 11
- Minecarts can now eject mobs into liquid blocks (MCPE-120078)
Touch Controls
- Allowed left and right D-pad buttons to keep input when the forward button is pressed
- Added the leave Boat button when the player falls from a height within in the boat.
- Fixed an issue that prevented players from removing equipped armor by tapping on an item or block in the Creative inventory (MCPE-165790)
Performance and Stability
- Fixed an issue where simultaneously pressing the "Mine" and "Place" button on any input device while targeting a Structure Block could cause the game to crash (MCPE-155689)
Marketplace
- Navigating right with controller left stick on sidebar now collapses it
Commands
- Removed support for field "data" in commands /clone, /execute, /fill, /setblock and /testforblock beyond version 1.19.70, eg. _/setblock ~ ~ ~ minecraft:wool 1_will only have its equivalent /setblock ~ ~ ~ minecraft:wool ["color":"orange"] supported
- Volume arguments no longer floor the selector's position (MCPE-162237)
- Selecting targets by volume will now select all entities whose hitbox collides with the volume box. This is versioned for 1.19.70 and later (MCPE-162237)
- Previous behavior works as expected on versions less than 1.19.70
- Volume arguments for selectors (dx, dy, dz) now support float values (MCPE-163863)
技术更新
General
- Crafting Table component no longer appends "tile." when defaulting to use block name for crafting table label
实验性特性
Script API
-
Added function playAnimation(animationName: string, options?: PlayAnimationOptions) - Plays the specified animation for an entity
-
ItemStack
- ItemStack can now be constructed using a string identifier
- Removed constructor parameter data
- Removed property data
- Removed function clearLore- To clear lore, call setLore with an empty array or undefined
- Setting _nameTag_to an empty string will now clear the name tag
- Setting _nameTag_to a string longer than 255 characters will now result in an exception
- Setting _amount_greater than the maximum stack size will now clamp the value to the maximum stack size
- Setting _amount_to a value less than 1 will now result in an exception
-
ContainerSlot
- Removed function clearItem- To clear the item, call setItem with undefined
- Removed function clearLore- To clear lore, call setLore with an empty array or undefined
GameTest Framework
- Test
- Added optional _searchDistance_parameter to assertEntityPresent(entityTypeIdentifier: string, blockLocation: BlockLocation, searchDistance?: number, isPresent?: boolean)
- Added _assertEntityInstancePresentInArea(entity: Entity, isPresent?: boolean)_to check if an entity instance is present in the test area
- Made the _searchDistance_parameter optional in assertItemEntityPresent
General
- In JSON formats 1.19.70 and later, blocks fail to load if the "condition" field in Block Permutations is not a valid Molang string