Java Edition 15w43a


| Edition | |||||||
|---|---|---|---|---|---|---|---|
| Release date |
October 21, 2015 | ||||||
| Type | |||||||
| Snapshot for | |||||||
| Downloads | |||||||
| Protocol version |
80 | ||||||
| Data version |
139 | ||||||
| Resource pack format |
2 | ||||||
| Minimum Java version | |||||||
| |||||||
{
"title": "Minecraft 15w43a",
"images": [
"15w43a.png",
"Java Edition 15w43a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "October 21, 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/c7869840cb9c9acd152c0b8aafe74bef191a9d44/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/06fddff71f0c2590cbee9b179b076e4c2516c72a/15w43a.json .json])<br />[https://piston-data.mojang.com/v1/objects/dfc6b233c097fa377f35972e7c95e3c23c632f3c/server.jar Server] ([https://piston-data.mojang.com/v1/objects/41857c07f019f4389e79e63fec46ea057d6bccc2/windows_server.exe .exe])",
"label": "(link to Tutorial:Installing a snapshot#Manual version installation article, displayed as Downloads)"
},
{
"field": "80",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "139",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "2",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of resource 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 15w42a|◄ 15w42a]]\n</td>\n<td style=\"padding: 0.4em\">''' 15w43a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 15w43b| 15w43b ►]]\n</td>\n</tr>\n</table>"
}
15w43a is the thirty-fourth snapshot for Java Edition 1.9, released on October 21, 2015.[1] Most notably, Chinese, Japanese and Korean (and likely other IME languages) can now be input into chat thanks to bug MC-2781 being fixed. Igloos were also added in this version.
Additions
World generation
- Spawns randomly in ice plains and cold taiga (but not the hills variant).
- Spawning parameters are shared with desert pyramids, jungle temples, and witch huts: the fact of a structure spawn is decided, then the biome determines which structure (if any) is spawned.
- Created by Searge (as found in the NBT data).
- An igloo contains: 9 white carpets, 3 light gray carpets, 2 blocks of ice, a redstone torch, a furnace, bed and a crafting table.
- Some igloos have a stone brick basement, with a cauldron, 2 red carpets, a brewing stand, 3 spruce stairs, 2 torches and a loot chest, along with a villager priest and zombie villager priest behind iron bars. An oak trapdoor with ladders leads down into the basement. Cracked and mossy stone bricks can also generate.
- In the loot chest, there is sometimes be a golden apple in the central spot, hinting that the player needs to cure the zombie.
- 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.
- The zombie has the
PersistenceRequiredtag which makes it not despawn. - Silverfish spawn in some stone brick blocks.
Command format
- Chests/minecart chests
- [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.
- e.g.
/setblock ~ ~1 ~ minecraft:chest 0 replace {LootTable:"minecraft:chests/simple_dungeon"}.
- e.g.
- [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.
/setblock x y z minecraft:chest 0 replace {LootTable:"chests/simple_dungeon",LootTableSeed:12345}.
- [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.
- All mobs
- [String] DeathLootTable (string): Determines which loot table is used when the mob is killed.
- e.g.
/summon Creeper ~ ~1 ~ {DeathLootTable:"minecraft:chests/simple_dungeon"}.
- e.g.
- [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.
- e.g.
/summon Creeper ~ ~1 ~ {DeathLootTable:"minecraft:chests/simple_dungeon",DeathLootTableSeed:123l}.
- e.g.
- [String] DeathLootTable (string): Determines which loot table is used when the mob is killed.
General
Language
- Added LOLCAT.
- Replaced Australian English (Australia) with English (Australia). (Australian English had many jokes/slang, but English (Australia) is a real language.)
- All loot from mobs, chests etc. is now based on loot tables, excluding block drops.
- Can be changed by mapmakers by adding a json file within the "WORLD/data/loot_tables" folder, however, it is broken in 43a.
Changes
Blocks
Heavy weighted pressure plate, light weighted pressure plate, wooden pressure plate, fence gates, iron doors, wooden doors, wooden buttons
- Added new sounds.
- Can be placed on ice and frosted ice, but don't stay placed if updated.
- No longer breaks if its adjacent water is turned to frosted ice.
- Changed sounds.
- Ender chests still use the old sounds, however, due to MC-91091.
Mobs
General
- Mobs wearing armor or carrying weapons no longer drop the equipment, i.e.
HandDropChancesandArmorDropChancesare ignored.- See MC-91147.
- 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 Looting.
- No longer rarely drop fish as if from fishing.
- See MC-91152.
- Now drop dry sponges on any kill, rather than wet sponges on a player kill.
- 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.
- No longer drop the held block.
- See MC-91151.
- Now drop 0–3 gunpowder and 0–2 ghast tears (up from 0–2 gunpowder and 0–1 tears), incremented as usual with Looting.
- See in MC-91156.
- No longer rarely drop fish as if from fishing.
- 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.
- See MC-91152.
- No longer drop leather, bones, or rotten flesh. Saddles, horse armor, chests, and chest contents are still dropped when applicable.
- See MC-91149
- No longer drop worn saddles.
- See MC-91147.
- Now drop more than one meat item when killed with Looting.
- See MC-91074.
- Rabbits no longer rarely drop feet.
- See MC-91098.
- Sheared sheep now drop wool when killed.
- See MC-91148.
- Now drop 0–3 arrows and 0–3 bones (up from 0–2 of each), incremented as usual with Looting.
- Now drop 0–3 coal and 0–3 bones (up from 0–1 coal with "0" having double chance and 0–2 bones), incremented as usual with Looting.
- Now drop 0–2 rotten flesh and 0–2 gold nuggets (up from 0–1 of each), incremented as usual with Looting.
Note: many changes above were reverted or modified in 15w43b and 15w43c, with the exception of the change to the drop chances from guardians, the change of elder guardians dropping dry rather than wet sponges, the addition of Looting affecting chicken and rabbit meat drops, and the change to how Looting affects spider eye drops. Also, as of 15w34c horses again drop their items, but always 1 rather than 0–2.
World generation
- Increased number of strongholds to 128 per world, rather than 3.
Command format
- Now displays in chat the gamemode the player switched to.
Gameplay
- Blaze powder fuel points reduced from 30 to 20.
- Frost Walker no longer works on flowing water.
- Librarians charge double for books with "treasure" enchantments.
General
- Is now toggled when the F3 key is released, instead of when it is pressed.
- Now shows more information.
- F3 + Q gives help.
- Shows all F3 + key combinations.
- F3 + F now increases render distance by 1 (minimum 2, maximum 32).
- F3 + ⇧ Shift + F now decreases render distance by 1 (minimum 2, maximum 32).
- Shows if the pie chart and FPS chart are shown on screen.
- Shows text in chat when you reload chunks, sounds, etc.
- Does not open the F3 screen when you use a specific key combination like F3 + N, F3 + B, etc.
- Removed F3 + S, which previously reloaded sounds.
- F3 + T now reloads all resource pack content, including sounds.
- F3 + Q gives help.
- Added 150+ new sound events.[2]
Fixes
From released versions before 1.9
- MC-1315 – When all 3 end portals have failed to spawn there is no way to get to the end.
- MC-2781 – Chinese, Japanese and Korean (and probably other IME entered languages) characters not working.
- MC-72397 – Alex model displays items incorrectly.
- MC-72839 – F3 + A will always make you walk left slightly.
Video
Video made by slicedlime:
Trivia
- 15w43a was previously removed from the launcher for some time, but was added back in September 2018.
References
- ↑ https://web.archive.org/web/20151021161242/https://www.mojang.com/2015/10/minecraft-snapshot-15w43a/
- ↑ "Done with the code for captions, just need data to show now! Btw, you should have 150+ extra soundevents in the last snapshot!" – @_grum (Erik Broes) on X (formerly Twitter), October 22, 2015