Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement
17w17a
17w17a
版本

computer

类型

快照

发布日期

2017年4月26日

快照归属

1.12

17w17a[1]1.12的第8个快照。

添加

常规

进度
  • 增加一些新的进度。
    • New tabs: "The End" and "Nether"
  • New levitation trigger, with the following conditions:
    • duration - number of ticks the player is levitating for
    • distance - distance the player levitated so far
    • Both can be either a range (min and / or max) or a value (value)
  • New feature condition added to the location trigger
    • The value is a feature name as used in the /locate command
NBT标签
  • UpdateLastExecution (byte):
    • Defaults to 1b. If set to 0b, loops can be created, where the same command block can run multiple times in one tick.
  • LastExecution (long):
    • Stores the tick a chain command block was last executed in.
  • toBeDisplayed (list):
    • Added into the recipeBook compound of the player.
    • Within are recipe names that the player has unlocked but not viewed in the crafting helper yet
    • Used for remembering to play the animation for new recipes
声音

更改

游戏内容

进度
  • 移动了一些进度。
  • 进度现在可以用命令获得。
    • The command written in the rewards section of the advancement will be executed as the player (for example writing /say @s would be equivalent to /execute <the player who obtained this advancement> ~ ~ ~ say @s)
  • 进度图标现在可以使用数据值
    • Specifically, icon has switched from being a string to an object
      • Within it are a required item string (specifying the item ID) and an optional data integer, specifying the metadata of the item
合成

方块

带釉陶瓦
  • 地图上有特殊的颜色。
  • Each leg can now be textured individually

生物

幻术师
  • 失明效果只在区域难度是3或以上时才会释放。
潜影贝

命令

  • /advancement
    • Added five modifiers to the /advancement grant and /advancement revoke commands:
      • "everything" - all advancements, no specification required (same as "*")
      • "from" - this advancement, its children, and their children, etc.
      • "until" - this advancement, its parent, and its parent, etc.
      • "through" - both of the above
      • "only" - this advancement, and nothing else
    • Examples:
   /advancement grant dinnerbone until story/elytra
   /advancement revoke dinnerbone everything

修复

修复了18个漏洞

参考

Template:Computer versions

Advertisement