此条目的(部分)内容需要翻译。
你可以帮助我们来翻译此条目,但请勿使用机器翻译。
17w45b[1] is the fourth snapshot released for 1.13.
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. Apathcan be specified to only retrieve that nbt data, but this is limited to numeric tags. An optionalscalecan be provided to scale the number retrieved.
- Will return the NBT data from the block at
/data get entity <target> [<path>] [<scale>]- Will return the NBT data from one
targetentity. Apathcan be specified to only retrieve that nbt data, but this is limited to numeric tags. An optionalscalecan be provided to scale the number retrieved.
- Will return the NBT data from one
/data merge block <pos> <nbt>- Will merge the block nbt data at
poswith the specifiednbtdata.
- Will merge the block nbt data at
/data merge entity <target> <nbt>- Will merge the entity nbt data from
targetwith the specifiednbtdata. Merging player nbt data is not allowed.
- Will merge the entity nbt data from
/data remove block <pos> <path>- Will remove nbt data at
pathfrom the block atpos.
- Will remove nbt data at
/data remove entity <target> <path>- Will remove nbt data at
pathfrom onetargetentity. Removing player nbt data is not allowed.
- Will remove nbt data at
Changes
- Commands
- Merged
/entitydataand/blockdatainto/data - Reworked
/execute store - Made command-function loading much faster
- Made
/execute if <..>return values if used on their own
修复
参考
- ↑ “Minecraft Snapshot 17w45a” – Minecraft.net,2017年11月8日
