![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | October 7, 2015 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.9 | ||||||
| Downloads | Client (.json) Server (.exe) | ||||||
| Protocol version | 77 | ||||||
| Data version | 136 | ||||||
| Resource pack format | 2 | ||||||
| Minimum Java version | Java SE 6 | ||||||
| |||||||
{
"title": "Minecraft 15w41a",
"images": [
"Java Edition 15w41a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "October 7, 2015",
"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.9 article, displayed as 1.9)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/edcecdfe258c36fcc857dfce1ee40167587d250d/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/1667759ebf20581022f06b926976f8a0906950b4/15w41a.json .json])<br />[https://piston-data.mojang.com/v1/objects/92fcc884b954fb7e87b163d478fd5ff91bdb1550/server.jar Server] ([https://piston-data.mojang.com/v1/objects/0ba1b8e7ba224914db5d8bfd06873064ef585466/windows_server.exe .exe])",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "77",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "136",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "2",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_6 Java SE 6]</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.8.9|<span style=\"margin-right:-0.35em\">β</span>β 1.8.9]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.9|1.9]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.9.1| 1.9.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 15w40b|β 15w40b]]\n</td>\n<td style=\"padding: 0.4em\">''' 15w41a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 15w41b| 15w41b βΊ]]\n</td>\n</tr>\n</table>"
}
15w41a is the thirty-first snapshot for Java Edition 1.9, released on October 7, 2015.[1]
Passengers (list): Replaces the original Riding compound tag. It has the ability to specify multiple passengers at equal depths, unlike Riding. Instead of the deepest-nested Riding entity being the bottom-most in the stack of riding entities, the entity at the root of the data is at the bottom of the stack. For example, the armor stand in the following command is at the bottom of the stack while the cow and pig are at the same depth:
/summon ArmorStand ~ ~1 ~ {Passengers:[{id:"Cow"},{id:"Pig"}]}.Riding (compound): The Riding tag has been removed in favor of the new Passengers tag.RootVehicle
Passengers tag, this new compound holds a copy of the entity the player is currently riding. AttachLeast and AttachMost are the UUIDLeast and UUIDMost of that entity, while Entity holds the actual data./testfor @a {RootVehicle:{AttachLeast:1l,AttachMost:1l,Entity:{id:"Boat",CustomName:"Test"}}}.Type (string): Determines the wood material of the boat that is displayed. Values are: oak, spruce, birch, jungle, acacia, dark_oak.
/summon Boat ~ ~1 ~ {Type:"acacia"}.From the 1.9 development versions