本帖最后由 cyqsimon 于 2014-3-7 15:05 编辑
每周快照是Minecraft的测试机制,主要用于下一个正式版的特性预览。
然而,每周快照主要用于新特性展示,通常存在大量漏洞。因此对于普通玩家建议仅做测试尝鲜用。
适用于正式版的MOD不兼容预览版,而且大多数MOD都不提供对每周快照的支持。
Minecraft 1.8仍未发布,14w10a为其第14个预览版。
注意!旧版启动器已经无法启动Minecraft 1.6以及之后的快照,请看下面的说明。
本版新闻除非特别说明,否则均允许转载,但转载必须注明本帖地址。
这次,我们又把主要精力放在了和插件API有关联的事情上(特别是重写背包系统、方块模型以及实现“方块状态”的概念),所以这个快照的重点更主要在修复bug以及为地图制作者添加功能上。别担心,我们很快就会带来一些炫酷的生存模式功能!
这次快照也在向完全支持更改名称的方向走(希望是)最后的一步。所有针对玩家的服务器文件都会自动被更改成使用UUID,你不需要做任何事。但是,这也说明,第三方工具将无法使用,直至他们更新。
虽然这个快照理论上来说已经支持【正版玩家】更名了,但是这个功能在1.8发布,而且我们可以确定大多数主流服务器都已经在使用支持UUID的客户端之前将不会开放。我们将要发布的1.7.6将支持使用UUID。
请把所有你发现的bug汇报到bugs.mojang.com。如果你不汇报bug,我们就无法修复!
针对地图制作者的更新:
Fixed stat.useItem for many items
修复很多物品相对应的stat.useItem
Fixed bounding boxes of item frames and paintings, they can’t overlap anymore
修复了物品展示框和挂画的碰撞箱,他们不再能重叠了
Fixed debug rendering of bounding boxes for many entities
修复了debug模式中很多实体碰撞箱的渲染问题
Added stat.crouchedOneCm and stat.sprintedOneCm
添加了stat.crouchedOneCm和stat.sprintedOneCm
Testing for scores now also works in @e entity selectors
现在可以用@e测试实体的分数了
Fixed potential “infinite” recursion issue with the blockdata command in commandblocks
修复了命令方块中的blockdata命令可能造成“无限”循环的bug
New stat.timeSinceDeath
新判据 stat.timeSinceDeath【距离上一次死亡的时间】
Added scoreboard team property to disable death messages
添加了计分板teams选项,可以不显示死亡信息
Command /scoreboard players can now filter by NBT data
/scoreboard players命令现在可以使用NBT数据来选择玩家了
Players in creative mode can now damage entities even if they are flagged invulnerable
身处创造模式里的玩家现在可以伤害带有invulnerable【无敌】标签的实体了
Improved position handling of item frames and paintings
改进了物品展示框和挂画的位置处理方式
Minor tweaks to the /clone command to make it more reliable
对/clone命令的小可靠性提升 |
这次快照修复的bug:
[Bug MC-2053] – Inconsistent door texture
[Bug MC-2053] – 门的材质不正确
[Bug MC-3450] – While lying in bed nearby mobs will look above the player
[Bug MC-3450] – 躺在床上时,附近的生物会对着玩家的上方看
[Bug MC-11681] – Players' nameplates are too low while sleeping in beds
[Bug MC-11681] – 玩家的名牌在睡觉时位置太低
[Bug MC-31047] – Use Item Stat Corresponds to Left-click, Not Right-click
[Bug MC-31047] – Use Item判据只响应左键而不是右键
[Bug MC-44851] – Wither cant be killed with /kill while invulnerable
[Bug MC-44851] – 凋零在无敌状态下无法被/kill杀死
[Bug MC-45375] – Improper Cake Texture
[Bug MC-45375] – 蛋糕材质错误
[Bug MC-46207] – Phantom floating mobs are generated by any spawner (including natural dungeon spawners)
[Bug MC-46207] – 刷怪笼会生成浮着的幽灵生物(包括天然地牢中的刷怪笼)
[Bug MC-46223] – @a, @p, @e or @r doesn't include dead player
[Bug MC-46223] – @a、@p、@e、@r不指定已死亡玩家
[Bug MC-46428] – Armor Doesn't Hide for the player himself In Spectator
[Bug MC-46428] – 在旁观者模式中,玩家仍然能看见自己的装甲
[Bug MC-46430] – Spectator mode can throw item in every place, but can't take them
[Bug MC-46430] – 在旁观者模式中可以乱扔物品,但是无法捡起
[Bug MC-46596] – In spectator mode, mobs can still follow the player
[Bug MC-46596] – 生物可以继续追踪身处旁观者模式中的玩家
[Bug MC-47028] – @e selector does not accept scoreboard parameters in non-player entities.
[Bug MC-47028] – @e 筛选器无法接受非玩家实体的计分板参数
[Bug MC-47431] – Hand shifts to the side when crouching/sneaking
[Bug MC-47431] – 潜行时手会像侧面移动
[Bug MC-47571] – Fishing line casts below the Player
[Bug MC-47571] – 钓鱼线位置过低
[Bug MC-47646] – Player 2 blocks higher when sleeping in bed and noclip
[Bug MC-47646] – 玩家睡觉时位置是两格高,而且不和四周方块进行碰撞
[Bug MC-47656] – Other Player's arms aren't moving when watching them mining/placing blocks
[Bug MC-47656] – 其他玩家在放置/摧毁方块时手臂看似不会移动
[Bug MC-47696] – Block sounds are distorted if walking with left and right keys
[Bug MC-47696] – 使用左右键移动时,方块的声音扭曲
[Bug MC-47744] – Cannot disable experience from villager trades
[Bug MC-47744] – 无法禁止村民交易生产经验
[Bug MC-48160] – Cannot hide potion effect tooltips using HideFlags
[Bug MC-48160] – 无法通过HideFlags标签隐藏药水效果提示
[Bug MC-48372] – Crash when using /clone on complex structure(command block and pulser)
[Bug MC-48372] – 在复杂结构上应用/clone时导致游戏崩溃(例如命令方块和脉冲)
[Bug MC-48476] – Falling sand doesn't display when summoned
[Bug MC-48476] – 掉落沙在掉落过程中不显示
[Bug MC-48503] – Placing a Sign with NBT Tags doesn't apply the tags to sign
[Bug MC-48503] – 修改过NBT标签的木牌物品不继承先前定义的文字
[Bug MC-48512] – Vines no longer have a back face texture
[Bug MC-48512] – 藤蔓的背面材质缺失
[Bug MC-48544] – Baby cow eye height is misplaced and causes them to suffocate in 1-high areas
[Bug MC-48544] – 小牛的眼睛在两个高的地方,导致小牛在一米高的空间里窒息
[Bug MC-49057] – command block T flip flop (command crash game)
[Bug MC-49057] – 命令方块 T flip flop(命令方块导致游戏崩溃)
[Bug MC-49142] – /fill wrong comparator output
[Bug MC-49142] – /fill的比较器输出值不正常
[Bug MC-49305] – Server Scoreboard "36>16" Bug
[Bug MC-49305] – 服务器计分板中的“36>16”bug【字符串长度溢出】
[Bug MC-49375] – Brewing Stand CTRL+Middle Click Copy Derp
[Bug MC-49375] – ctrl+选择方块键在酿造台上表现怪异 |
还有许多的bug都没有被汇报,所以我们自然无法修复!我有说过请你们汇报这些bug么?谢谢!
此前与本次更新相关的快讯列表:
官方新版(正版)启动器下载地址:
自Minecraft 1.7快照开始,Minecraft中文论坛
不再提供快照客户端的下载。请各位玩家使用
启动器自行下载体验。
对于正版用户,可以直接接收到新版官方启动器的快照推送。前提是:
- Profile中的Version Selection勾选Enable experimental development versions ("snapshots")一项
- Use version选择Use latest version
对于非正版用户,前提是:
- 你使用的启动器能够在线读取官方的版本列表,并具备下载功能。
服务端:
关于本次更新的详细内容,请关注中文Minecraft Wiki页面版本记录/预览版本的更新。
关于已经更新的1.8特性的列表汇总,请见Minecraft 1.8(生存-冒险更新)特性列表
关注最新版本资讯,请关注Minecraft新闻资讯版Minecraft官方版本信息索引(自正式版1.0.0至今)与版规
外部来源以及详细的更新条目追踪: