NOTE: This week's Android Beta version may be delayed. We apologize for the inconvenience and are working to resolve the issue. 注意: 本周的安卓 Beta 版可能会推迟发布。我们为给您带来的不便深表歉意,并在努力解决这个问题。
Minecraft Preview is available on Xbox, Windows 10/11, and iOS devices. More information can be found at aka.ms/PreviewFAQ
Sniff sniff, brush brush. Two sounds that from this day forward will not only be associated with a balanced personal hygiene routine, but also two new features that are coming to Minecraft 1.20! The sniffer and archeology are two experimental features that you can try out in this week’s Minecraft Preview and Beta. What will you do first? Get to know the winner of Minecraft Live 2022’s Mob Vote or dive headfirst into suspicious sand? I will attempt to do both at once because I believe in the power of multitasking and showing off.
呼哧呼哧,刷拉刷拉。现在起,这两种声音将不止与均衡的个人卫生常规有关,也和即将在 Minecraft 1.20 加入的两个新特性有联系!您可以在本周的 Minecraft Preview 和 Beta 中尝试关于嗅探兽和考古系统的两个新的实验性特性。你打算先干什么?是先了解一下 Minecraft Live 2022 生物投票的获胜者,还是一头扎进可疑的沙子之中?我将试着同时做两件事,因为我认可一心多用和展示自我的力量。
We are still working on the tech needed to add some other 1.20 features, such as the cherry blossom biome and armor trims to the Bedrock Edition Beta and Preview. 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 .
Added four Pottery Shards (Arms Up, Skull, Prize, and Archer)
加入了四种陶罐碎片 (举手, 头颅, , 财宝和弓箭)
Added the Suspicious Sand block
加入了可疑的沙子方块
Added Suspicious Sand to the Desert Temple
沙漠神殿会生成可疑的沙子
Added Suspicious Sand to the Desert Well
沙漠水井会生成可疑的沙子
BRUSH 毛刷
The Brush is a craftable item you can use to brush things
毛刷是一个可以被合成的物品,您可以使用它来刷东西
POTTERY SHARDS AND DECORATED POTS 陶罐碎片和饰纹陶罐
Pottery Shards have pictures on them. They cannot be crafted and must be found in the world. Hint: you will need a Brush! By crafting four of these together you can create a Decorated Pot with a picture on each side.
You can also use Brick items instead of Pottery Shards in the crafting recipe. The sides that were made from Brick items will not have pictures.
你也可以使用红砖取代配方中的陶罐碎片。用红砖制成的面不会有纹饰。
Smash a Decorated Pot with any block-breaking tool to break it apart and get the Pottery Shards back! Or hit it with your fist to pick up the pot without breaking it.
使用任何可以破坏方块的工具破坏陶罐将会打碎它并获得陶罐碎片! 如果空手破坏它,则不会将它打碎。
SUSPICIOUS SAND 可疑的沙子
Desert Temples and Desert Wells now contain Suspicious Sand. This fragile block is hard to spot and easy to destroy, so be careful!
沙漠神殿和沙漠水井中现在会生成可疑的沙子。这种脆弱的方块很难被发现却很容易被摧毁,所以要仔细一点!
If you manage to find the Suspicious Sand and brush it with your Brush, you will extract objects that were buried long ago.
如果你想办法找到了可疑的沙子并用你的毛刷轻刷它,你会获得被埋藏了很久的物品。
WORK IN PROGRESS 进行中的内容
We're giving you an early look at these Archaeology features. We want to spend more time developing them. Please let us know where you think we can improve or expand!
When breeding horses, the baby horse now has a chance of being better than its parents in speed, jump strength, and health. This change is intended to make horse breeding a viable way of getting great horses, if a player starts with good parents and puts in enough time and Golden Carrots
BlockPermutation has been significantly refactored! Every BlockPermutation now share a unique JavaScript handle so exact equality (===) will work for permutations that share exactly the same state values. We've also added utility methods that make interacting with permutations easier, which includes the removal of the XBlockProperty classes and now directly return properties (boolean | number | string) or a while collection of properties ( Record<string, boolean | number | string>) .
BlockPermutation 已经明显地被重构了!每个 BlockPermutation 现在共享一个唯一的 JavaScript 句柄,所以等同符 (===) 将对明显共享相同状态值的序列生效。我们还增加了实用方法来使序列的互动更加简单,包括 XBlockProperty 类的移除,现在直接返回属性值 (boolean | number | string) 或一些属性值的集合 ( Record<string,boolean | number | string>)。
Added method matches(blockName: string, properties?: BlockProperties): boolean which is used to match a block with optional states against a BlockPermutation.
Added method withProperty(name: string, value: boolean | number | string): BlockPermutation; which returns a new block permutation with a given property set to a specific value. Throws if the provided data cannot be resolved as a valid block permutation.
Added function static resolve(blockName: string, properties?: BlockProperties): BlockPermutation which resolve a BlockPermutation from a block name and optional states. Throws if the provided data cannot be resolved as a valid block permutation.
Added new class to expose BlockPropertyType .
添加了新的类来显示 BlockPropertyType。
BLOCKPROPERTYTYPE BLOCKPROPERTYTYPE
Added new class to track "definitional" data about block properties. This is how you can find which values are valid for each block property.
添加了新的类来追踪关于属性值的 "definitional" 数据。这是用来查找哪个值对于每一个方块属性值有效的。
BLOCKS 方块
Released block properties and permutations out of experimental in JSON formats 1.19.70 and higher
在 JSON 格式 1.19.70 和更高的版本中将方块属性值和序列正式发布,不再属于实验性特性
Added a content warning when loading world with more than 65536 custom block permutations. Custom block permutation counts are logged in debug log