Minecraft 17w13a
Edition | |
---|---|
Type |
Snapshot |
Release date |
March 30, 2017 |
Snapshot for | |
Downloads | |
Protocol version |
318 |
Data version |
1122 |
17w13a[1] is the second snapshot released for Java Edition 1.12, which adds parrots.
Contents
Additions
Items
- A green-colored book.
- Currently obtainable only with the
/give @p knowledge_book
command. - A Knowledge Book with a
Recipes
NBT tag, which contains a list of item IDs, will be consumed and unlock the specified items' recipes for any player that uses it.- Especially useful when
/gamerule doLimitedCrafting
is set to true.
- Especially useful when
- Parrot (new mob): Green with red dots.
Mobs
- Tamable with cookies
- Fly around, but sit when "tired."
- Follow and crowd around nearby mobs.
- Imitates sounds of other mobs.
- Using tamed parrots will place them on the player's shoulder.
- Will let go if the player jumps.
- Can fly with players during elytra flight.
- Have 6
health.
- Come in red, blue, green and cyan.
Gameplay
- Gamerules
doLimitedCrafting
- Off by default.
- Enabling will only allow players to craft recipes they have unlocked.
Command format
/recipe <give|take> [player] <name|*>
- Can unlock, or lock, the given recipes for the given player.
- If
*
is specified, it will lock or unlock all recipes for the player.
/advancement <grant|revoke|test> <player> <advancement> [criterion]
- Can grant, test or revoke advancements, and particular advancement criteria, for a given player.
General
- Replaces achievements.
- Can be customized via JSON files.
- Tab-based UI.
- Currently one tab (Minecraft) although more will be supported in the future.
- Different background per tab, single texture on repeat for now.
- Data-driven UI, including positioning and layout.
- CTRL + B toggles a text-to-speech engine that automatically reads player chat messages, including the name.
- The Narrator will not read commands or command outputs, nor will it read messages produced with
/me
.
- NBT tags
ShoulderEntityLeft
/ShoulderEntityRight
: Contains entity data about an entity on the left and right shoulders of the player.seenCredits
: Changes to 1 if the player leaves the End through the portal.recipeBook
: A string containing a list of recipes, formatted as JSON, that the player has seen.Recipes
: A list of crafting recipes to unlock for the player that right-clicks while holding a Knowledge Book.- If this is not specified, the Knowledge Book will not be consumed.
- Catalogs recipes that are unlocked when the criteria are met.
- When a recipe is clicked, it will appear in the crafting grid, and can be crafted if materials are available.
recipes
folder added with all item recipes as.json
files.
Changes
Blocks

- Textured changed for cyan, magenta, orange, and white glazed terracotta, to remove unintentional and potentially offensive imagery.[2]
- Now display their name when hovering over them.
- Now display their name when hovering over them.
Items
- Changed the sound of bobbers being thrown.
General
- Removed and replaced by advancements.
- Closing the crafting interface with items inside will no longer drop the items in front of you, but will send them instead to the inventory.
- Java version
- This is the first snapshot to use, and thus require, Java 8.[3]
- Moving backwards
Fixes
- 2 issues fixed
- From the previous development version
Video
Video made by slicedlime:
Trivia
- 17w13a was previously removed from the launcher for some time, but was added back in September 2018.
- 17w13a has the longest wait between snapshots on the same development version, with 50 days having elapsed since the release of 17w06a on February 8, 2017.
References
- ↑ "Minecraft Snapshot 17w13a" – Minecraft.net, March 30, 2017
- ↑ https://www.reddit.com/r/Minecraft/comments/5sspmk/minecraft_snapshot_17w06a/ddhjm42/?context=1
- ↑ https://twitter.com/Dinnerbone/status/847408242233704448
- ↑ MC-114900, resolved as "Works as Intended" – Maria Lemón, April 22, 2017
- ↑ "It actually is a bug, it tries to rotate the body to the direction you are walking, but it can only do it so far, that is also why it basically picks a 'random direction'. Now it can actually understand when it is walking backwards and it stopped doing that weird behavior." – u/_Grum on Reddit, April 22, 2017