<?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_15w43a</id>
	<title>Minecraft:Java Edition 15w43a - 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_15w43a"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_15w43a&amp;action=history"/>
	<updated>2026-05-01T19:16:31Z</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_15w43a&amp;diff=103571&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_15w43a&amp;diff=103571&amp;oldid=prev"/>
		<updated>2026-05-01T11:10:17Z</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 15w43a&lt;br /&gt;
|edition=Java&lt;br /&gt;
|image=15w43a.png&lt;br /&gt;
|image2=Java Edition 15w43a.png&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=October 21, 2015&lt;br /&gt;
|parent=1.9&lt;br /&gt;
|clienthash=c7869840cb9c9acd152c0b8aafe74bef191a9d44&lt;br /&gt;
|jsonhash=06fddff71f0c2590cbee9b179b076e4c2516c72a&lt;br /&gt;
|serverhash=dfc6b233c097fa377f35972e7c95e3c23c632f3c&lt;br /&gt;
|exehash=41857c07f019f4389e79e63fec46ea057d6bccc2&lt;br /&gt;
|prevparent=1.8.9&lt;br /&gt;
|prev=15w42a&lt;br /&gt;
|next=15w43b&lt;br /&gt;
|nextparent=1.9.1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;15w43a&amp;#039;&amp;#039;&amp;#039; is the thirty-fourth [[Minecraft:snapshot]] for [[Minecraft:Java Edition 1.9]], released on October 21, 2015.&amp;lt;ref&amp;gt;https://web.archive.org/web/20151021161242/https://www.mojang.com/2015/10/minecraft-snapshot-15w43a/&amp;lt;/ref&amp;gt; Most notably, Chinese, Japanese and Korean (and likely other IME languages) can now be input into chat thanks to bug {{bug|MC-2781}} being fixed. Igloos were also added in this version.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== World generation ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{EnvLink|Igloo}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Spawns randomly in [[Minecraft:ice plains]] and [[Minecraft:cold taiga]] (but not the hills variant).&lt;br /&gt;
** Spawning parameters are shared with [[Minecraft:desert pyramid]]s, [[Minecraft:jungle temple]]s, and [[Minecraft:witch hut]]s: the fact of a structure spawn is decided, then the biome determines which structure (if any) is spawned.&lt;br /&gt;
* Created by Searge (as found in the NBT data).&lt;br /&gt;
* An igloo contains: 9 [[Minecraft:white carpet]]s, 3 [[Minecraft:light gray carpet]]s, 2 blocks of [[Minecraft:ice]], a [[Minecraft:redstone torch]], a [[Minecraft:furnace]], [[Minecraft:bed]] and a [[Minecraft:crafting table]].&lt;br /&gt;
* Some igloos have a [[Minecraft:stone brick]] basement, with a [[Minecraft:cauldron]], 2 [[Minecraft:red carpet]]s, a [[Minecraft:brewing stand]], 3 [[Minecraft:spruce stairs]], 2 [[Minecraft:torch]]es and a loot chest, along with a [[Minecraft:villager]] priest and [[Minecraft:zombie villager]] priest behind [[Minecraft:iron bars]]. An [[Minecraft:oak trapdoor]] with [[Minecraft:ladder]]s leads down into the basement. Cracked and mossy stone bricks can also generate.&lt;br /&gt;
** In the loot chest, there is sometimes be a [[Minecraft:golden apple]] in the central spot, hinting that the player needs to cure the zombie.&lt;br /&gt;
** Always spawns with a splash potion of Weakness, hinting the player to use these on the zombie villager to turn it into the same type of villager next to it.&lt;br /&gt;
** The zombie has the &amp;lt;code&amp;gt;PersistenceRequired&amp;lt;/code&amp;gt; tag which makes it not despawn.&lt;br /&gt;
** [[Minecraft:Silverfish]] spawn in some stone brick blocks.&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;
* Chests/minecart chests&lt;br /&gt;
** {{nbt|string|LootTable}}: Loot table to be used to fill the chest when it is next opened or destroyed. When the chest is part of a double chest, only the half corresponding to the tagged single-chest is affected.&lt;br /&gt;
*** e.g. &amp;lt;code&amp;gt;/setblock ~ ~1 ~ minecraft:chest 0 replace {LootTable:&amp;quot;minecraft:chests/simple_dungeon&amp;quot;}&amp;lt;/code&amp;gt;.&lt;br /&gt;
** {{nbt|long|LootTableSeed}}: Seed for generating the loot table. Used in vanilla survival to replicate chest content in new worlds with same seeds. 0 or omitted uses a random seed.&lt;br /&gt;
*** {{command|setblock &amp;#039;&amp;#039;x&amp;#039;&amp;#039; &amp;#039;&amp;#039;y&amp;#039;&amp;#039; &amp;#039;&amp;#039;z&amp;#039;&amp;#039; minecraft:chest 0 replace &amp;lt;nowiki&amp;gt;{LootTable:&amp;quot;chests/simple_dungeon&amp;quot;,LootTableSeed:12345}&amp;lt;/nowiki&amp;gt;}}.&lt;br /&gt;
* All mobs&lt;br /&gt;
** {{nbt|string|DeathLootTable}} (string): Determines which loot table is used when the mob is killed.&lt;br /&gt;
*** e.g. &amp;lt;code&amp;gt;/summon Creeper ~ ~1 ~ {DeathLootTable:&amp;quot;minecraft:chests/simple_dungeon&amp;quot;}&amp;lt;/code&amp;gt;.&lt;br /&gt;
** {{nbt|long|DeathLootTableSeed}} (long): The deterministic seed for grabbing data from the loot table. Used in vanilla survival to replicate chest content in new worlds with same seeds. Must not be 0.&lt;br /&gt;
*** e.g. &amp;lt;code&amp;gt;/summon Creeper ~ ~1 ~ {DeathLootTable:&amp;quot;minecraft:chests/simple_dungeon&amp;quot;,DeathLootTableSeed:123l}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
==== [[Minecraft:Language]] ====&lt;br /&gt;
* Added LOLCAT.&lt;br /&gt;
* Replaced Australian English (Australia) with English (Australia). (Australian English had many jokes/slang, but English (Australia) is a real language.)&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Loot tables]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* All loot from mobs, chests etc. is now based on [[Minecraft:loot table]]s, excluding block drops.&lt;br /&gt;
** Can be changed by mapmakers by adding a json file within the &amp;quot;WORLD/data/loot_tables&amp;quot; folder, however, it is broken in 43a.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Heavy weighted pressure plate]], [[Minecraft:light weighted pressure plate]], [[Minecraft:wooden pressure plate]], [[Minecraft:fence gate]]s, [[Minecraft:iron door]]s, [[Minecraft:wooden door]]s, [[Minecraft:wooden button]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added new sounds.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Lily pad]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Can be placed on [[Minecraft:ice]] and [[Minecraft:frosted ice]], but don&amp;#039;t stay placed if updated.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Sugar cane]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* No longer breaks if its adjacent water is turned to [[Minecraft:frosted ice]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Chest]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed sounds.&lt;br /&gt;
** Ender chests still use the old sounds, however, due to {{bug|MC-91091}}.&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;
* Mobs wearing armor or carrying weapons no longer drop the equipment, i.e. &amp;lt;code&amp;gt;HandDropChances&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ArmorDropChances&amp;lt;/code&amp;gt; are ignored.&lt;br /&gt;
** See {{bug|MC-91147}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Cave spider]]s &amp;amp; [[Minecraft:spider]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Drop eyes more often (now 50% chance, previously a 33% chance normally and 66%/77%/82.5% with Looting) and the amount is now increased by [[Minecraft:Looting]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Chicken]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now drop more than one meat item when killed with [[Minecraft:Looting]].&lt;br /&gt;
** See {{bug|MC-91074}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Elder guardian]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* No longer rarely drop fish as if from fishing.&lt;br /&gt;
** See {{bug|MC-91152}}.&lt;br /&gt;
* Now drop dry sponges on any kill, rather than wet sponges on a player kill.&lt;br /&gt;
* Drop chances for raw fish and prismarine crystals changed. Now it is a 40% chance for fish, 40% for crystals, and 20% of nothing, with the amount increased by Looting. Formerly it was 33% raw fish and 33% of crystals only if the raw fish drop failed, with Looting increasing the chances but not the amount.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Endermen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* No longer drop the held block.&lt;br /&gt;
** See {{bug|MC-91151}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Ghast]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now drop 0–3 gunpowder and 0–2 ghast tears (up from 0–2 gunpowder and 0–1 tears), incremented as usual with Looting.&lt;br /&gt;
** See in {{bug|MC-91156}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Guardian]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* No longer rarely drop fish as if from fishing.&lt;br /&gt;
* Drop chances for raw fish and prismarine crystals changed. Now it is a 40% chance for fish, 40% for crystals, and 20% of nothing, with the amount increased by Looting. Formerly it was 33% raw fish and 33% of crystals only if the raw fish drop failed, with Looting increasing the chances but not the amount.&lt;br /&gt;
** See {{bug|MC-91152}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Horse]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* No longer drop leather, bones, or rotten flesh. Saddles, horse armor, chests, and chest contents are still dropped when applicable.&lt;br /&gt;
** See {{bug|MC-91149}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Pig]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* No longer drop worn saddles.&lt;br /&gt;
** See {{bug|MC-91147}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Rabbit]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now drop more than one meat item when killed with [[Minecraft:Looting]].&lt;br /&gt;
** See {{bug|MC-91074}}.&lt;br /&gt;
* Rabbits no longer rarely drop [[Minecraft:rabbit&amp;#039;s foot|feet]].&lt;br /&gt;
** See {{bug|MC-91098}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Sheep]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Sheared sheep now drop wool when killed.&lt;br /&gt;
** See {{bug|MC-91148}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Skeleton]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now drop 0–3 arrows and 0–3 bones (up from 0–2 of each), incremented as usual with Looting.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Wither skeleton]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now drop 0–3 coal and 0–3 bones (up from 0–1 coal with &amp;quot;0&amp;quot; having double chance and 0–2 bones), incremented as usual with Looting.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Zombie pigman]] &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now drop 0–2 rotten flesh and 0–2 gold nuggets (up from 0–1 of each), incremented as usual with Looting.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Note: many changes above were reverted or modified in [[Minecraft:15w43b]] and [[Minecraft:15w43c]], with the exception of the change to the drop chances from [[Minecraft:guardian]]s, the change of elder guardians dropping dry rather than wet sponges, the addition of [[Minecraft:Looting]] affecting [[Minecraft:chicken]] and [[Minecraft:rabbit]] meat drops, and the change to how Looting affects [[Minecraft:spider eye]] drops. Also, as of [[Minecraft:15w34c]] horses again drop their items, but always 1 rather than 0–2.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== World generation ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Stronghold]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Increased number of strongholds to 128 per world, rather than 3.&lt;br /&gt;
&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|gamemode}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now displays in chat the gamemode the player switched to.&lt;br /&gt;
&lt;br /&gt;
=== Gameplay ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Brewing]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Minecraft:Blaze powder]] fuel points reduced from 30 to 20.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Enchantments]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Minecraft:Frost Walker]] no longer works on flowing water.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Trading]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Librarians charge double for books with &amp;quot;treasure&amp;quot; enchantments.&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Debug screen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Is now toggled when the {{key|F3}} key is released, instead of when it is pressed. &lt;br /&gt;
* Now shows more information.&lt;br /&gt;
** {{keys|F3+Q}} gives help.&lt;br /&gt;
*** Shows all {{key|F3}} + key combinations.&lt;br /&gt;
** {{keys|F3+F}} now increases render distance by 1 (minimum 2, maximum 32).&lt;br /&gt;
** {{keys|F3+shift+F}} now decreases render distance by 1 (minimum 2, maximum 32).&lt;br /&gt;
** Shows if the pie chart and FPS chart are shown on screen.&lt;br /&gt;
** Shows text in chat when you reload chunks, sounds, etc.&lt;br /&gt;
** Does not open the F3 screen when you use a specific key combination like {{keys|F3+N}}, {{keys|F3+B}}, etc.&lt;br /&gt;
** Removed {{keys|F3+S}}, which previously reloaded sounds.&lt;br /&gt;
*** {{keys|F3+T}} now reloads all resource pack content, including sounds.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Bonus Chest]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Wood found in bonus chests can now be of any type, rather than just acacia or oak. &lt;br /&gt;
** Acacia and dark oak wood have a slightly higher chance of appearing.&lt;br /&gt;
* Planks found in bonus chests can now be of any type, rather than just oak.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Sounds]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added 150+ new sound events.&amp;lt;ref&amp;gt;{{tweet|_grum|657124607099543552|Done with the code for captions, just need data to show now! Btw, you should have 150+ extra soundevents in the last snapshot!|October 22, 2015}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|fixedin=15w43a|prefix=Minecraft&lt;br /&gt;
|;old&lt;br /&gt;
|1315|When all 3 end portals have failed to spawn there is no way to get to the end.&lt;br /&gt;
|2781|Chinese, Japanese and Korean (and probably other IME entered languages) characters not working.&lt;br /&gt;
|72397|Alex model displays items incorrectly.&lt;br /&gt;
|72839|{{key|F3}} + {{key|A}} will always make you walk left slightly.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|UN929mR1T4E}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* 15w43a was previously removed from the [[Minecraft:launcher]] for some time, but was added back in September 2018.{{Citation needed}}&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:15w43a]]&lt;br /&gt;
[[Minecraft:es:Java Edition 15w43a]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 15w43a]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 15w43a]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 15w43a]]&lt;br /&gt;
[[Minecraft:ru:15w43a (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版15w43a]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>