Minecraft Wiki

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

了解更多

Minecraft Wiki
Advertisement
Ic translate
此条目的(部分)内容需要翻译。

你可以帮助我们来翻译此条目,但请勿使用机器翻译

17w45b
17w45a
版本

computer

类型

快照

发布日期

2017年11月10日

快照归属

1.13

17w45b[1]1.13的第4个快照

Additions

Commands
  • A command that allows the player to get, merge, and remove entity and block nbt data
  • /data get block <pos> [<path>] [<scale>]
    • Will return the NBT data from the block at pos. A path can be specified to only retrieve that nbt data, but this is limited to numeric tags. An optional scale can be provided to scale the number retrieved.
  • /data get entity <target> [<path>] [<scale>]
    • Will return the NBT data from one target entity. A path can be specified to only retrieve that nbt data, but this is limited to numeric tags. An optional scale can be provided to scale the number retrieved.
  • /data merge block <pos> <nbt>
    • Will merge the block nbt data at pos with the specified nbt data.
  • /data merge entity <target> <nbt>
    • Will merge the entity nbt data from target with the specified nbt data. Merging player nbt data is not allowed.
  • /data remove block <pos> <path>
    • Will remove nbt data at path from the block at pos.
  • /data remove entity <target> <path>
    • Will remove nbt data at path from one target entity. Removing player nbt data is not allowed.

Changes

Commands
  • Merged /entitydata and /blockdata into /data
  • Reworked /execute store
  • Made command-function loading much faster
  • Made /execute if <..> return values if used on their own

修复

修复了20个漏洞

参考

  1. “Minecraft Snapshot 17w45a” – Minecraft.net,2017年11月8日
Advertisement