1.13 (officially called The Update Aquatic) was a majorJava Editionupdate, initially released on July 18, 2018.[1][2] It focused largely on revamping the oceans and adding or changing technical features.[3][4]
Once fed raw fish, they will lead players to shipwrecks or ocean ruins.
Their behavior is neutral unless attacked, which triggers all nearby dolphins to turn hostile toward that player. This trait is also shared with zombie pigmen, wolves, and other neutral mobs.
A command UI when typing commands in the chat, with different components of commands being displayed in different colors. Errors are displayed in red without having to run the command.
An nbt argument in target selectors.
A new command parsing library, known as brigadier.
Specific commands[]
/data
A command that allows a player to get, merge, and remove an entity and block nbt data.
/data get block <pos> [<path>] [<scale>]
Will return the NBT data from the block at pos as its result (if a path is specified). 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 as its result (if a path is specified). 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 a target with the specified nbt data. Merging player nbt data is not allowed.
/data remove block <pos> <path>
Will remove nbt data at the path from the block at pos.
/data remove entity <target> <path>
Will remove nbt data at the path from one target entity. Removing player nbt data is not allowed.
Data paths look like this: foo.bar[0]."A [crazy name]".baz
/datapack
A command that controls loaded data packs.
Has these subcommands:
enable <name> - will enable a specific pack.
disable <name> - will disable the specific pack.
list [available|enabled] - will list all data packs or only the available/enabled ones.
Data packs are enabled by default, but if disabled they are re-enabled via these commands:
enable <name> - enables the specific pack, putting it in its default position.
enable <name> first - enables the specific pack, putting it on the lowest priority.
enable <name> last - enables the specific pack, putting it on the highest priority.
enable <name> before <existing> - enables the specific pack, putting it on a lower priority than the existing pack.
enable <name> after <existing> - enables the specific pack, putting it on higher priority after the existing pack.
Debug stick to cycle between different block states. Used by right-clicking on a block.
The fade effects on fireworks can now be added by combining the firework star with dyes.
Updated LWJGL from version 2.9.4 to 3.1.2. This will increase FPS and allow smoother gameplay.
Changed the translation file format from key=value to JSON format, in order to support newlines. The new files use the format: {"thing": "Thing", "key": "Value", "some.translation": "Text Of Translation"}.[6]
Swimming
New swimming animation while a player is in water ("sprint" in the water).
Removed both cooked and raw fish and replaced with cooked and raw cod.
Furnaces now have their own recipe book, and can now be customized via JSON files.
Item frames can now be placed on floors or ceilings.
Optimized cloud and fog rendering.
Optimized world spawn position-finding code.
Credits updated to include all of the Mojang staff.
Fonts are now saved as TrueType font files.
3 new pieces of underwater music by C418 have been added (ID for commands is music.under_water): Shuniji, Dragon Fish, and Axolotl.
3D Anaglyph removed.
Fixes[]
Snapshots and subsequent updates[]
There were 42 snapshots and ten pre-releases for 1.13.
1.13.1[]
Released on August 22, 2018, this is a minor update that added dead corals, a world list search bar, the /forceload command, made some changes to fish mobs, coral, squids, tropical fish buckets, and fixed 149 bugs.
1.13.2[]
Released on October 22, 2018, this update included a few performance improvements and upgrade issue fixes left over from 1.13.1.
Trivia[]
Originally, this update was intended to be released as two separate updates: 1.13 "Technically Updated" would have made the technical changes and 1.14 "Update Aquatic" would have added the ocean features, but Mojang later decided to merge the two updates into one.[7]
Snapshot 18w03a was released on January 17, 2018. However, the snapshot contained some broken commands, so just one hour later, 18w03b was released. This was the shortest time ever between two updates.[8]
This is one of the few updates where Bedrock Edition gets these features first.
The first planned release day was May 30, 2018. However, due to crucial bug fixes needing to happen, its full release had been pushed back.[9]
It is currently the update with the most pre-releases, at 10 prior to its official release.