<?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_15w38a</id>
	<title>Minecraft:Java Edition 15w38a - 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_15w38a"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_15w38a&amp;action=history"/>
	<updated>2026-04-26T15:25:05Z</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_15w38a&amp;diff=100914&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_15w38a&amp;diff=100914&amp;oldid=prev"/>
		<updated>2026-04-25T11:09:22Z</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=15w38a&lt;br /&gt;
|edition=Java&lt;br /&gt;
|image=Java Edition 15w38a.png&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=September 16, 2015&lt;br /&gt;
|parent=1.9&lt;br /&gt;
|clienthash=befc74213863009297e81873644a48c52d94fde2&lt;br /&gt;
|jsonhash=f6ca23e9ea8a6ba939eba48c9c38bbffdb3c2bd8&lt;br /&gt;
|serverhash=9b14cce8545a6f03f16ef52ef8a2725afaea5c1c&lt;br /&gt;
|exehash=e1ace2bb0e1f7684f73d67ca43addb4ad0540c8c&lt;br /&gt;
|prevparent=1.8.9&lt;br /&gt;
|prev=15w37a&lt;br /&gt;
|next=15w38b&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;15w38a&amp;#039;&amp;#039;&amp;#039; is the twenty-fourth [[Minecraft:snapshot]] for [[Minecraft:Java Edition 1.9]], released on September 16, 2015,&amp;lt;ref name=&amp;quot;mojangblog&amp;quot;&amp;gt;https://www.mojang.com/2015/09/minecraft-snapshot-15w38a/&amp;lt;/ref&amp;gt; which adds skeleton horsemen.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Mobs ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[File:Skeleton Trap Revision 1.png|36px]] [[Minecraft:Skeleton horsemen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added &amp;quot;skeleton trap&amp;quot; horses. When a player approaches to within 10 blocks, the following happens:&lt;br /&gt;
** The &amp;lt;code&amp;gt;SkeletonTrap&amp;lt;/code&amp;gt; flag is cleared.&lt;br /&gt;
** [[Minecraft:Lightning]] strikes the horse.&lt;br /&gt;
** The horse becomes skeletal if it isn&amp;#039;t already.&lt;br /&gt;
** The horse becomes tamed.&lt;br /&gt;
** The horse becomes fully grown (if a baby) and the breeding cooldown is reset.&lt;br /&gt;
** A skeleton is spawned riding the horse.&lt;br /&gt;
*** If on Peaceful, the skeleton doesn&amp;#039;t spawn, while the horse does.&lt;br /&gt;
*** The skeleton has [[Minecraft:Damage#Damage immunity|damage immunity]] for 3 seconds.&lt;br /&gt;
*** The skeleton doesn&amp;#039;t despawn, since it has the tag &amp;lt;code&amp;gt;PersistenceRequired&amp;lt;/code&amp;gt; set to true.&lt;br /&gt;
*** The skeleton is wearing an iron helmet, unless it randomly spawned with some other headgear.&lt;br /&gt;
*** The skeleton&amp;#039;s bow and helmet are [[Minecraft:enchanted]] as if on an enchantment table at level 5–22.&lt;br /&gt;
**** The level is higher depending on [[Minecraft:regional difficulty]]; on Easy it is always a level-5 enchantment.&lt;br /&gt;
** Three additional skeletal horses with riders are spawned in the vicinity.&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;
* &amp;lt;code&amp;gt;SkeletonTrap&amp;lt;/code&amp;gt; (byte): Indicates whether the horse is a skeleton trap (i.e. whether or not the horse will spawn 4 undead horsemen in its place when a player gets within 10 blocks of it).&lt;br /&gt;
** &amp;lt;code&amp;gt;/summon EntityHorse ~ ~1 ~10 {SkeletonTrap:1b}&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;SkeletonTrapTime&amp;lt;/code&amp;gt; (integer), incremented each tick when &amp;lt;code&amp;gt;SkeletonTrap&amp;lt;/code&amp;gt; is set to 1. The mob automatically de-spawns when it reaches 18000 (15 minutes). This will prevent the hostile horses from overflowing the world, similar to chicken jockeys.&lt;br /&gt;
** &amp;lt;code&amp;gt;/summon EntityHorse ~ ~1 ~10 {SkeletonTrap:1b,SkeletonTrapTime:17980}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Statistics]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added &amp;quot;Times Slept in a Bed&amp;quot; (&amp;lt;code&amp;gt;stat.sleepInBed&amp;lt;/code&amp;gt;) to track the amount of times a player has used a [[Minecraft:bed]].&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;All sloped [[Minecraft:rail]] types&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Hitbox heights are decreased from 10 pixels of block to about 2.5 pixels of a block.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Crops&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Improved drop chances for [[Minecraft:Wheat Seeds|seeds]] (average {{frac|1|5|7}} per crop harvested instead of {{frac|1|3|5}}), [[Minecraft:potato]]es and [[Minecraft:carrot]]s (average {{frac|2|5|7}} per crop harvested instead of {{frac|2|3|5}}), and [[Minecraft:beetroot seeds]] (average 2 per crop harvested instead of {{frac|4|5}}).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:End rod]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The player can no longer step up onto an end rod as if it was a [[Minecraft:slab]] or [[Minecraft:stairs]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Fire]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Goes out less often under the rain.&lt;br /&gt;
** The chance of going out each fire tick is reduced from 100% to 0–45%, depending on the &amp;lt;code&amp;gt;age&amp;lt;/code&amp;gt; property.&lt;br /&gt;
&lt;br /&gt;
=== Mobs ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Improvements to mob AI.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Skeleton]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Have new idle sounds.&lt;br /&gt;
* Skeletons can now walk, strafe and shoot at the same time.&lt;br /&gt;
** They walk away from players that are too close and toward players that are too far.&lt;br /&gt;
*** They also sprint toward the player when very far away.&lt;br /&gt;
* Now can spawn riding &amp;quot;skeletal horses&amp;quot; through the new &amp;quot;skeleton trap&amp;quot; horse.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tamed [[Minecraft:ocelot]]s &amp;amp; [[Minecraft:wolves]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Deaths (and killers) are now announced to their owners on [[Minecraft:chat]], even if unnamed.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Villager]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now pick up and plant [[Minecraft:beetroot seeds]].&lt;br /&gt;
* Now pick up [[Minecraft:beetroot]] and use it in the same way as they do [[Minecraft:carrot]]s and [[Minecraft:potato]]es.&lt;br /&gt;
&lt;br /&gt;
=== Non-mob [[Minecraft:entities]] ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Lightning]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Natural lightning strikes may spawn a &amp;quot;skeleton trap&amp;quot; style skeletal horses.&lt;br /&gt;
** Chance is calculated from the [[Minecraft:regional difficulty]] score: 5% * raw regional difficulty score.&lt;br /&gt;
*** 3.75–7.5% chance on Easy, 7.5–20% chance on Normal, 11.25–33.75% chance on Hard.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|fixedin=15w38a|prefix=Minecraft&lt;br /&gt;
|;old&lt;br /&gt;
|1230|Players and mobs can fall through extending/retracting pistons.&lt;br /&gt;
|1635|Hitboxes for some blocks are broken.&lt;br /&gt;
|1720|Dropped items bounce on stairs, cauldrons, carpets, and full/locked hoppers.&lt;br /&gt;
|32850|Server GUI text box is empty (.exe only).&lt;br /&gt;
|69652|Mobs de-aggro after punching them.&lt;br /&gt;
|73302|Block collision box issues (mobs glitch through blocks and more).&lt;br /&gt;
|77972|No large red mushrooms in mushroom biomes 1.8.2 onwards.&lt;br /&gt;
|78759|Hopper splitting items into &amp;quot;Minecart with chest&amp;quot;s next to each other.&lt;br /&gt;
|79995|Too many banners items (in chests) will become invisible after 6-7 chests.&lt;br /&gt;
|81738|Crash: &amp;lt;code&amp;gt;IndexOutOfBoundsException&amp;lt;/code&amp;gt; on Tesselating block in world.&lt;br /&gt;
|88101|Retracting blocks don&amp;#039;t move/bounce entities correctly.&lt;br /&gt;
|88480|Minecarts accept items from hopper 2 blocks above.&lt;br /&gt;
|;dev&lt;br /&gt;
|83002|Villagers don&amp;#039;t pick up beetroots or beetroot seeds.&lt;br /&gt;
|83266|Beetroot farming non-sustainable.&lt;br /&gt;
|86253|In multiplayer, when a player is blocking with a shield, other players see the shield as the normal state.&lt;br /&gt;
|86845|Minecart command blocks kick players from servers.&lt;br /&gt;
|87802|Excessive banners (as blocks) do not render.&lt;br /&gt;
|87946|Monsters can see the player through walls.&lt;br /&gt;
|;previous&lt;br /&gt;
|88357|Crash when going outside height limit or into the void with F3.&lt;br /&gt;
|88365|Shift-clicking combined shields+banners moves the whole banner stack to the inventory, but only removes one banner from the crafting grid, duplicating the rest.&lt;br /&gt;
|88377|Crash when crafting an empty shield with a banner.&lt;br /&gt;
|88396|Pistons do not move unextended pistons.&lt;br /&gt;
|88428|Pistons can push obsidian.&lt;br /&gt;
|88438|Vines cannot be placed on blocks in Creative or Survival mode.&lt;br /&gt;
|88446|Unconditional impulse command blocks interact unexpectedly with &amp;lt;code&amp;gt;conditionMet&amp;lt;/code&amp;gt;.&lt;br /&gt;
|88470|Joining a multiplayer game within render distance of player causes &amp;quot;invisibility&amp;quot;.&lt;br /&gt;
|88499|Breaking top vine growing ON jungle tree stem removes all lower vines.&lt;br /&gt;
|88812|Hopper: &amp;lt;code&amp;gt;java.lang.NullPointerException: Rendering screen&amp;lt;/code&amp;gt;.&lt;br /&gt;
|88815|Can&amp;#039;t place paintings bigger than 2x2.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|z5okeX626H4}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* 15w38a 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:15w38a]]&lt;br /&gt;
[[Minecraft:es:Java Edition 15w38a]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 15w38a]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 15w38a]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 15w38a]]&lt;br /&gt;
[[Minecraft:ru:15w38a (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版15w38a]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>