2 weeks after the very first snapshot of the 1.13 bringing the data packs, a snapshot 17w45a is now available in the launchers! It implements the new system for orders and a new model for the horse!
Edit 10/11/2017: A second version of the snapshot is output correcting several bugs at the level of commands.
CHANGES IN 17W45B
- 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 - Fixed bug MC-121623 – “Cannot use namespace in type= for selectors”
- Fixed bug MC-121627 – “@s fails to build valid commands”
- Fixed bug MC-121635 – “Incorrect failed /fill result message”
- Fixed bug MC-121637 – “Incorrect result message when teleporting a single entity”
- Fixed bug MC-121642 – “”Optional” commands following conditional execute chain succeed/fail strangely”
- Fixed bug MC-121650 – “Tab auto-completion is case-sensitive”
- Fixed bug MC-121655 – “Incorrect message when teleporting single entity”
- Fixed bug MC-121656 – “Some creative commands are available by a survival player with cheats disabled”
- Fixed bug MC-121660 – “distance argument can’t find players with @a, @p or @e[type=player]”
- Fixed bug MC-121663 – “Gamerules are copying from other worlds”
- Fixed bug MC-121674 – “Execute doesn’t work in Functions”
- Fixed bug MC-121683 – “-= isn’t a valid operation in scoreboard players operation”
- Fixed bug MC-121686 – “Execute unless always fails on entities”
- Fixed bug MC-121691 – “/teleport with rotation does not work”
- Fixed bug MC-121695 – “Tellraw only supports 1 target”
- Fixed bug MC-121711 – “@a or @s doesn’t include dead player”
- Fixed bug MC-121727 – “execute on multiple entites cancels, once one command fails”
- Fixed bug MC-121728 – “The order, in which execute runs the command for each entity, is in reverse”
- Fixed bug MC-121749 – “/entitydata does not apply modified NBT data”
- Fixed bug MC-121765 – “Removing n scoreboard points adds them instead”
Additions
/data
- 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
as itsresult
(if apath
is specified). Apath
can be specified to only retrieve that nbt data, but this is limited to numeric tags. An optionalscale
can 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
target
entity as itsresult
(if apath
is specified). Apath
can be specified to only retrieve that nbt data, but this is limited to numeric tags. An optionalscale
can 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
pos
with the specifiednbt
data.
- Will merge the block nbt data at
/data merge entity <target> <nbt>
- Will merge the entity nbt data from
target
with the specifiednbt
data. Merging player nbt data is not allowed.
- Will merge the entity nbt data from
/data remove block <pos> <path>
- Will remove nbt data at
path
from the block atpos
.
- Will remove nbt data at
/data remove entity <target> <path>
- Will remove nbt data at
path
from onetarget
entity. Removing player nbt data is not allowed.
- Will remove nbt data at
- Data paths look like this:
foo.bar[0]."A [crazy name]".baz
.foo.bar
means foo’s child called bar.foo[0]
means element 0 of foo.- “quoted strings” may be used if a name of a key needs to be escaped.
- Examples of old commands:
/entitydata <target> {}
is now/data get entity <target>
/blockdata <pos> <nbt>
is now/data merge block <pos> <nbt>
- Examples of new functionalities:
/data get entity @e[type=pig,limit=1] Saddle 2
/data remove block 17 45 34 Items
BUG FIXES
- MC-121281 – Scrollbar in the creative and server menu isn’t working with mouse
- MC-121282 – Server Icons erased on loading multiplayer menu
- MC-121283 – Underwater and in lava overlay is missing
- MC-121284 – Resource pack and world folder buttons don’t work
- MC-121288 – Cinematic Camera doesn’t work properly
- MC-121302 – “Direct connect” button enabled/disabled at wrong times
- MC-121314 – Video settings slider text “FS Resolution” doesn’t fit
- MC-121328 – GUI scales incorrectly
- MC-121329 – Pressing “chat” key no longer selects search in creative inventory/recipe book
- MC-121334 – [1-9] in creative inventory search tab sends additional keypress to search bar
- MC-121396 – WASD keys in a weird order
- MC-121418 – Crash when trying to paste non-string clipboard content
- MC-121419 – Click and hover events are offset in chat
- MC-121421 – Pressing enter in the name or seed field on the create world dialog no longer creates the world
- MC-121433 – Non english letters are lowercase in controls setting, while English are upper.
- MC-121456 – Chunks disappearing after switching windows in fullscreen mode
- MC-121468 – Statistics can no longer be ordered by clicking icons
- MC-121517 – Fullscreen button will not make game fullscreen
- A lot of bugs related to commands because we rewrote the entire system ¯\(ツ)/¯
Download Minecraft 1.13 Snapshot 17w45b
Minecraft 1.13 Serveur 17w45b
The post Minecraft 1.13 : Snapshot 17w45b appeared first on Minecraft Download Free.
EmoticonEmoticon