<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AJava_Edition_15w41a</id>
	<title>Minecraft:Java Edition 15w41a - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AJava_Edition_15w41a"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_15w41a&amp;action=history"/>
	<updated>2026-09-08T23:48:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_15w41a&amp;diff=158613&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_15w41a&amp;diff=158613&amp;oldid=prev"/>
		<updated>2026-07-01T11:11:40Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox version&lt;br /&gt;
|title=Minecraft 15w41a&lt;br /&gt;
|image=Java Edition 15w41a.png&lt;br /&gt;
|edition=Java&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=October 7, 2015&lt;br /&gt;
|parent=1.9&lt;br /&gt;
|clienthash=edcecdfe258c36fcc857dfce1ee40167587d250d&lt;br /&gt;
|jsonhash=1667759ebf20581022f06b926976f8a0906950b4&lt;br /&gt;
|serverhash=92fcc884b954fb7e87b163d478fd5ff91bdb1550&lt;br /&gt;
|exehash=0ba1b8e7ba224914db5d8bfd06873064ef585466&lt;br /&gt;
|prevparent=1.8.9&lt;br /&gt;
|prev=15w40b&lt;br /&gt;
|next=15w41b&lt;br /&gt;
|nextparent=1.9.1&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;15w41a&amp;#039;&amp;#039;&amp;#039; is the thirty-first [[Minecraft:snapshot]] for [[Minecraft:Java Edition 1.9]], released on October 7, 2015.&amp;lt;ref&amp;gt;https://web.archive.org/web/20151007153111/https://www.mojang.com/2015/10/minecraft-snapshot-15w41a/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Items ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[File:Elytra (item) JE1 BE1.png|32px]] [[Minecraft:Elytra]] &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* They function according to hang glider aerodynamics.&lt;br /&gt;
** Players don&amp;#039;t receive fall damage if they fall from a small height while flying slowly (not nose-diving).&lt;br /&gt;
** Players still receive fall damage if they nose-dive directly into the ground.&lt;br /&gt;
* Have to be equipped in the &amp;quot;chestplate&amp;quot; slot in order to work.&lt;br /&gt;
* Takes durability damage at a rate of 1/s.&lt;br /&gt;
* Have 431 durability and can be repaired on an [[Minecraft:anvil]] using [[Minecraft:leather]].&lt;br /&gt;
** When the durability reaches 1/432, elytra doesn&amp;#039;t break or take damage. Instead, they stop working and the texture changes to broken-looking elytra.&lt;br /&gt;
* Can be given the [[Minecraft:Unbreaking]] enchantment using an anvil or [[Minecraft:command]]s.&lt;br /&gt;
* Legs make a &amp;quot;walking movement&amp;quot; animation when player is stalling in the air.&lt;br /&gt;
* Found on [[Minecraft:end ship]]s within an [[Minecraft:item frame]], replacing the beacon/Searge&amp;#039;s book.&lt;br /&gt;
* They fold in when not in use.&lt;br /&gt;
* Capes don&amp;#039;t display while wearing.&lt;br /&gt;
&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:NBT format]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* All entities&lt;br /&gt;
** &amp;lt;code&amp;gt;Passengers&amp;lt;/code&amp;gt; (list): Replaces the original &amp;lt;code&amp;gt;Riding&amp;lt;/code&amp;gt; compound tag. It has the ability to specify multiple passengers at equal depths, unlike &amp;lt;code&amp;gt;Riding&amp;lt;/code&amp;gt;. Instead of the deepest-nested &amp;lt;code&amp;gt;Riding&amp;lt;/code&amp;gt; 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:&lt;br /&gt;
*** &amp;lt;code&amp;gt;/summon ArmorStand ~ ~1 ~ {Passengers:[{id:&amp;quot;Cow&amp;quot;},{id:&amp;quot;Pig&amp;quot;}]}&amp;lt;/code&amp;gt;.&lt;br /&gt;
** &amp;lt;code&amp;gt;Riding&amp;lt;/code&amp;gt; (compound): The &amp;lt;code&amp;gt;Riding&amp;lt;/code&amp;gt; tag has been removed in favor of the new &amp;lt;code&amp;gt;Passengers&amp;lt;/code&amp;gt; tag.&lt;br /&gt;
* Players&lt;br /&gt;
** &amp;lt;code&amp;gt;RootVehicle&amp;lt;/code&amp;gt;&lt;br /&gt;
*** With the introduction of the &amp;lt;code&amp;gt;Passengers&amp;lt;/code&amp;gt; tag, this new compound holds a copy of the entity the player is currently riding. &amp;lt;code&amp;gt;AttachLeast&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;AttachMost&amp;lt;/code&amp;gt; are the UUIDLeast and UUIDMost of that entity, while &amp;lt;code&amp;gt;Entity&amp;lt;/code&amp;gt; holds the actual data.&lt;br /&gt;
*** &amp;lt;code&amp;gt;/testfor @a {RootVehicle:{AttachLeast:1l,AttachMost:1l,Entity:{id:&amp;quot;Boat&amp;quot;,CustomName:&amp;quot;Test&amp;quot;}}}&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Boats&lt;br /&gt;
** &amp;lt;code&amp;gt;Type&amp;lt;/code&amp;gt; (string): Determines the wood material of the boat that is displayed. Values are: &amp;lt;code&amp;gt;oak&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;spruce&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;birch&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jungle&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;acacia&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dark_oak&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** e.g. &amp;lt;code&amp;gt;/summon Boat ~ ~1 ~ {Type:&amp;quot;acacia&amp;quot;}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Non-mob entities ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Boat]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now are larger, somewhat slower (until [[Minecraft:15w42a]]), and have oars which the player rows.&lt;br /&gt;
* Six different kinds of wood boats are available, corresponding to the types of wood.&lt;br /&gt;
** Only oak [[Minecraft:boat]]s may be crafted, due to {{bug|MC-89942}}.&lt;br /&gt;
** The tag &amp;lt;code&amp;gt;Type&amp;lt;/code&amp;gt; (string) have now added for the boat [[Minecraft:entity]], taking values &amp;lt;code&amp;gt;oak&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;spruce&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;birch&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jungle&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;acacia&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dark_oak&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Changed how player movement is sent and processed by the server, making boats much less susceptible to client/server position desync than they had been.&lt;br /&gt;
* Boats are now much less fragile, no longer being destroyed by collisions while in the water, though they can still be destroyed by fall damage onto the ground.&lt;br /&gt;
* Crafting recipe now includes a [[Minecraft:wooden shovel]] for the oars.&lt;br /&gt;
* Now require oar movement to move, using the {{control|left}} and {{control|right}} keys – these controls were changed in a later snapshot, [[Minecraft:16w04a]].&lt;br /&gt;
** The {{control|left}} key paddles the left oar, turning the boat to the right – and vice-versa.&lt;br /&gt;
** Holding both {{control|left}} and {{control|right}} paddles both oars, propelling the player forward. Rapidly pressing {{control|left}} and {{control|right}} in alternation makes the boat travel even faster.&lt;br /&gt;
** Using the mouse, the player can look fully to the left or to the right, but not behind. This does not turn the boat.&lt;br /&gt;
** Holding the {{control|forward}}, {{control|back}} or {{control|sprint}} keys no longer have any effect.&lt;br /&gt;
* The player cannot {{control|use}} or {{control|attack}} with items in hand while the boat is in motion. This was changed in [[Minecraft:15w42a]].&lt;br /&gt;
* All entities can go into boats, with a maximum of two entities (including the player).&lt;br /&gt;
* Mobs can no longer control boats.&lt;br /&gt;
&lt;br /&gt;
=== World generation ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:End ship]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Removed [[Minecraft:hopper]] with book.&lt;br /&gt;
* Removed [[Minecraft:iron block]]s.&lt;br /&gt;
* Extended the [[Minecraft:obsidian]] pattern on the floor.&lt;br /&gt;
* Added an item frame containing [[Minecraft:elytra]].&lt;br /&gt;
&lt;br /&gt;
=== Gameplay ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Combat]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Minecraft:Sweep attack]]s no longer require the player to be standing still or be sneaking.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Trading]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Clerics now sell [[Minecraft:ender pearl]]s (for 4–7 emeralds) instead of [[Minecraft:eyes of ender]].&lt;br /&gt;
** This means it is no longer possible to travel to [[Minecraft:the End]] without visiting [[Minecraft:the Nether]].&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Cape]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Minecraft:Mojang Cape]] texture modified. Also, the capes are no longer displayed if the player is wearing [[Minecraft:elytra]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Multiplayer]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Improved cheat detection.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|fixedin=15w41a|prefix=Minecraft&lt;br /&gt;
|;dev&lt;br /&gt;
|84155|The End stops generating around X/Z ~{{=}} 524200.&lt;br /&gt;
|84753|The outer islands of the end have terrain glitches after around 9,975,300 x.&lt;br /&gt;
|87041|Kicked from server, console spams &amp;quot;Netty Epoll Server IO #6/ERROR&amp;quot;.&lt;br /&gt;
|88016|Multiplayer problems.&lt;br /&gt;
|89125|Items sit on top of hoppers instead of going in them.&lt;br /&gt;
|89699|1.9 snapshots resetting chunks with tamed cats.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|VS0RSHLvz6A}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* 15w41a was previously removed from the [[Minecraft:launcher]] for some time, but was added back in September 2018.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Java Edition versions|1.0}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:15w41a]]&lt;br /&gt;
[[Minecraft:es:Java Edition 15w41a]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 15w41a]]&lt;br /&gt;
[[Minecraft:it:Java Edition 15w41a]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 15w41a]]&lt;br /&gt;
[[Minecraft:lzh:爪哇版一五週四一甲]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 15w41a]]&lt;br /&gt;
[[Minecraft:ru:15w41a (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版15w41a]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>