![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | April 22, 2020 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.16 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | 713 | ||||||
| Data version | 2529 | ||||||
| Resource pack format | 5 | ||||||
| Data pack format | 5 | ||||||
| Minimum Java version | Java SE 8 | ||||||
| |||||||
{
"title": "Minecraft 20w17a",
"images": [
"20w17a.jpg",
"Java Edition 20w17a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "April 22, 2020",
"label": "Release date"
},
{
"field": "(link to Snapshot article, displayed as Snapshot)",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Java Edition 1.16 article, displayed as 1.16)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/0f9a4d6f9bc5b8fe3a3b5e1d6787f856de3d4f72/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/0789d5bc725164232417eb1c6adca0d94b27aa77/20w17a.json .json])<br />[https://piston-data.mojang.com/v1/objects/0b7e36b084577fb26148c6341d590ac14606db21/server.jar Server]",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/4154bab4c16af203c027c51646a87e17034cd096/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/073daf6a9d136b57c63a11460761d59ec8ed93f4/server.txt Server]",
"label": "(link to Obfuscation map article, displayed as Obfuscation maps)"
},
{
"field": "713",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "2529",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "5",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "5",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Data pack format)</span>"
},
{
"field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_8_.28LTS.29 Java SE 8]</span>",
"label": "<span style=\"white-space: normal;\">Minimum Java version</span>"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Java Edition 1.15.2|<span style=\"margin-right:-0.35em\">β</span>β 1.15.2]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.16|1.16]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.16.1| 1.16.1 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 20w16a|β 20w16a]]\n</td>\n<td style=\"padding: 0.4em\">''' 20w17a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 20w18a| 20w18a βΊ]]\n</td>\n</tr>\n</table>"
}
20w17a is the thirteenth snapshot for Java Edition 1.16, released on April 22, 2020,[1] which added the /attribute command, tweaked bastion remnant loot, and lowered the spawn rate of ruined portals, along with bug fixes.
/attribute command.
attribute <target> <attribute> get [<scale>]: get total value of attributeattribute <target> <attribute> base set <value>: sets base valueattribute <target> <attribute> base get [<scale>]: get base valueattribute <target> <attribute> modifier add <uuid> <name> <value> (add|multiply|multiply_base): adds modifier (fails if modifier is already present)attribute <target> <attribute> modifier remove <uuid>: removes modifierattribute <target> <attribute> modifier value get <uuid> [<scale>]: get value of modifier<target>: single entity (note: only players, armor stands and mobs have attributes)<attribute>: name of attribute (like minecraft:generic.max_health)<name>: string (in optional quotes) describing human-readable name of modifier<value>: floating point value (note: certain attributes have limits on final value, so the change might not be noticeable)Options
pressure_plates block tag.
#wooden_pressure_plates and #stone_pressure_plates block tags.stone_pressure_plates block tag.
World creation
Gilded blackstone and Nether gold ore
Soul fire lanterns and soul fire torches
soul_fire_torch and soul_fire_lantern to soul_torch and soul_lantern, respectively.Creative inventory
Block storage format
BlockStates in Sections elements no longer contain values stretching over multiple 64-bit fields.
Fonts
font property, which is a resource location for the font in the resource pack. No entry is equivalent to minecraft:default.Force Unicode option now switches between normal and alternative font (called uniform.json) - no reload needed.color component now supports 6-digit hexadecimal colors to specify custom colors other than the 16 default color codes.
/tellraw @a {"text":"Turquoise output","color":"#00ff88"}hoverEvent chat component now uses the parameter contents, with contents depending on type:
show_text - chat componentshow_item - either item id or object with fields id, count and tag (with last one being serialized NBT)show_entity - object with fields: id (UUID), name (chat component) and type (entity type resource location)value argument is now deprecated, but still supported.wall_post_override block tag to include the banners and pressure_plates block tags.UI
World save format
level.dat now uses randomly-named temporary files (instead of using level.dat_new every time).player/*.dat are now saved in a way similar to level.dat (including leaving .dat_old files).From released versions before 1.16
minecraft.used:minecraft.map.hoverEvents./recipe crashes the game./locate, explorer maps, and treasure maps can cause extreme TPS lag, even leading to a complete server freeze if structure generation is turned off./data modify to set the name from a block only works once.From the 1.16 development versions
From the previous development version