这是 Minecraft 1.16.2 的第四个快照。原文:https://www.minecraft.net/en-us/article/minecraft-snapshot-20w30a

MINECRAFT 快照 20W30A
一个 Minecraft Java 版快照
作者:Mikael Hedberg
发布日期:2020/07/22
今天我们发布了 Minecraft Java 版的快照 20w30a,其中我们调整了堡垒遗迹并给了你在水下放置灯笼的能力。
20W30A 内容改动
- 修改了床和重生锚选择重生位置的方式
- 灯笼现在可含水
- 调整了堡垒遗迹的箱子战利品
- 堡垒遗迹中的箱子现在更可能出现在镶金黑石上方
重生方块位置
- 重生锚会优于角落位置而选择罗盘方位
- 床会优先选择玩家上床时所在边,然后从床尾到床头循环确定空间
- 重生的玩家现在会面向重生方块
- 现在会尽可能避免把玩家放置在危险方块上
20W30A 技术性改动
- 告示牌编辑画面现在会使用已经存在的告示牌文字来初始化(不会对原版有可见影响)
- (数据包)标签现在可以包含可选条目
可选标签条目
标签条目现在可被标记为可选。解析失败的可选条目不会阻止整个标签的加载。
示例:
{
"replace": false,
"values": [
"#minecraft:beds", // 现有格式
{ "id": "#missing:tag", "required": false }, // 可选子标签条目
"minecraft:anvil", // 现有格式
{ "id": "minecraft:stone_button", "required": true }, // 必需标签的新格式
{ "id": "missing:block", "required": false } // 可选单元素条目
]
}
20W30A 错误修复
- MC-35765 - Viewing text in Right-to-Left language while in another language renders backward and non-connected
- MC-57869 - Some item tooltips use § for coloring, rendering them incorrect in right-to-left languages
- MC-116857 - Advancement descriptions use unnecessary capitalization on generic resource names
- MC-148447 - Villagers often get stuck while trying to go through a door at the same time
- MC-149060 - Villagers “spam” doors by opening and closing them really fast
- MC-153195 - Mobs can drop items with duplicate enchantments
- MC-181925 - Unarmed vexes raise their arms in an offensive way when attacking
- MC-187344 - Fast graphics tooltip has incorrect ‘tree-leaves’ spelling
- MC-187379 - Text for pack.incompatible.confirm.new makes no sense
- MC-187380 - Incorrect grammar in en_us translation of pack.dropConfirm
- MC-188389 - Several minor errors in datapackFailure.title
- MC-188390 - Comma splices in four strings
- MC-188392 - Death message for getting shot by a skull is not grammatically correct in all situations
- MC-188621 - Mojang “Production Manager” credit is indented further than other credits
- MC-188880 - Baby zombified Piglins riding on chickens aren’t positioned properly
- MC-189918 - Multiplayer warning uses “Mojang” instead of “Mojang Studios”
- MC-190102 - Some UI strings are not consistently capitalized
- MC-190288 - Fabulous and Fancy graphics tooltips have missing commas
- MC-191441 - Right-to-left text is rendered bottom-up in some cases
- MC-191562 - “Cancel” button overlaps “Done” button when uploading a world to Realms, making users unable to upload world
- MC-192296 - Spider Jockey from a spawner minecart crashes with"java.lang.IllegalStateException: Entity is already tracked"
- MC-193276 - Player floats slightly above strider while riding it
- MC-193339 - NullPointerException during shutdown when rcon enabled with no password
- MC-194263 - Large End Cities do not generate correctly/get cut off
- MC-194273 - Save data of new Nether biomes is lost when upgrading a world to 20w28a or above
- MC-194350 - Some feature configurations don’t load in a datapack (java.lang.IllegalArgumentException: value already present: clh@77f95e19)
- MC-195052 - “angle” argument in spawnpoint command doesn’t use “minecraft:rotation” parser
- MC-195582 - Typing a colon twice or after a slash in chat when specifying a function/item/block/etc. in a command crashes the game