VOOZH about

URL: https://minecraft.wiki/w/15w37a

⇱ Java Edition 15w37a – Minecraft Wiki


Java Edition 15w37a

From Minecraft Wiki
(Redirected from 15w37a)
Jump to navigation Jump to search
15w37a
Edition Java Edition
Release date September 10, 2015
Type Snapshot
Snapshot for 1.9
Downloads Client (.json)
Server (.exe)
Protocol version 71
Data version 127
Resource pack format 2
Minimum Java version Java SE 6
β—„β—„  1.8.9 1.9 1.9.1 β–Ίβ–Ί

β—„  15w36d

15w37a

15w38a β–Ί

{
 "title": "15w37a",
 "images": [
 "Java Edition 15w37a.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "September 10, 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/0480d8e610a57fe18c78cb40eb76be50469accee/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/e94380c8f89d89e5ec3ef0a087af5907c67a3a97/15w37a.json .json])<br />[https://piston-data.mojang.com/v1/objects/0f29d64f94ccc40d01ebc1ddd0c506edca7b5dfb/server.jar Server] ([https://piston-data.mojang.com/v1/objects/1b945df5c6464b4694e20087c9c74b6f5b0594dd/windows_server.exe .exe])",
 "label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
 },
 {
 "field": "71",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "127",
 "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 15w36d|β—„  15w36d]]\n</td>\n<td style=\"padding: 0.4em\">''' 15w37a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 15w38a| 15w38a β–Ί]]\n</td>\n</tr>\n</table>"
}


15w37a is the twenty-third snapshot for Java Edition 1.9, released on September 10, 2015.[1]

Additions

[edit | edit source]

World generation

[edit | edit source]

πŸ‘ Image
The Void

  • Now a biome with id 127.
    • No mobs randomly spawn in the biome.
    • Generates a single structure: a stone platform with a cobblestone center block at spawn.

πŸ‘ EnvSprite superflat.png: Sprite image for superflat in Minecraft
Superflat

  • New superflat preset: "The Void".
    • Spawns the player on a stone platform with a cobblestone center block, with the rest being air blocks and the void biome present everywhere.

Command format

[edit | edit source]

NBT format

  • MinecartHopper entity.
    • Enabled (byte): Determines whether or not the minecart hopper picks up items into its inventory.
      • Example: /summon MinecartHopper ~ ~1 ~ {Enabled:1b}.

Gamerules

  • spectatorsGenerateChunks
    • Boolean to control whether or not spectators generate chunks on their own.
      • Defaults to true.

Changes

[edit | edit source]

Blocks

[edit | edit source]

πŸ‘ Image
Farmland

Items

[edit | edit source]

πŸ‘ Image
Chorus Fruit

  • Teleportation range reduced from Β±32 to Β±8.

πŸ‘ Image
Enchanted Golden Apples

  • Regeneration level has been reduced from V to II.
  • Regeneration time has been reduced from 30 seconds to 20 seconds.
  • Absorption level has been increased from I to IV to balance this.

πŸ‘ Image
Golden Apples

  • Regeneration level has been reduced from II to I.

πŸ‘ Image
Shields

  • Now have a new crafting recipe, requiring 6 planks and an iron ingot (this removes the need for wool).
    • As a result, they now lack a base color by default: The new texture shows a wooden face.
      • Crafting a shield with a banner still yields a patterned shield.
  • Arrows can now ricochet off a shield to hit other entities.

Gameplay

[edit | edit source]

Combat

  • Bows can now be used when in the offhand, in the absence of a usable item in the main hand.
  • Sword attack speed increased from 1.45 to 1.6.
  • Axe attack speed is now based on the type, rather than 0.8 for all (similar to the hoe).
    • Wooden and stone axes have as speed of 0.8.
    • Iron axes have a speed of 0.9.
    • Gold and diamond axes have a speed of 1.
  • Certain attack damage values were changed.
    • Stone and diamond axes now deal 9 damage, instead of 8 and 10 respectively.

Hardcore

  • Upon death, the player now has the choice to respawn in Spectator mode, rather than the world being deleted immediately.

General

[edit | edit source]

Performance

  • Improved chunk generation, loading and sending.[2][3]
    • Improved rendering "by building a chunk only once where it was rebuilt up to 5 times in worst case".[4]

Fixes

[edit | edit source]

20 issues fixed

From released versions before 1.9

  • MC-46710 – 4 blocks wide paintings need 5 blocks space/paintings popping off wall when blocks around it are broken.
  • MC-58073 – Farmland has missing texture in inventory.
  • MC-79980 – Skeletons and creepers flee endlessly.
  • MC-86513 – Sneak mode ends after using inventory.
  • MC-88095 – Nights don't get skipped when the last player is set to Spectator mode.
  • MC-88098 – When unloading a hopper minecart it gets unlocked.

From the 1.8 development versions

  • MC-59061 – Zoom animation when entering (new generated) world.

From the 1.8.2 development versions

  • MC-76679 – Wrong hand position after going through portal/loading world (combined with missing item).
  • MC-77604 – Pushed WitherSkulls become invisible.

From the 1.9 development versions

  • MC-82923 – Bow in offhand does not work properly.
  • MC-86486 – Offhand sneak placing doesn't work like main hand sneak placing.
  • MC-86811 – Digging with axes, shovels, and pickaxes cause the new reload/attack animation to appear.
  • MC-86905 – Shields not treating shulker projectiles correctly and dosen't prevent fireball's fire damage
  • MC-86989 – World/map save dates are not recorded in the newer snapshots.
  • MC-87851 – When durability on bow it is 0 / 384 and shoot one more time to bugs.
  • MC-87872 – Can't open command blocks after death and respawn or changing dimensions.
  • MC-87877 – Command block break particles don't appear after death and respawn.

From the previous development version

  • MC-87918 – Animation not playing when placing command blocks after death and respawn
  • MC-88206 – Stairs/leaves disappear or replaced by doors/beetroot.
  • MC-88277 – Hopper: java.lang.NullPointerException: Updating screen events.

Videos

[edit | edit source]
Video made by slicedlime:

Trivia

[edit | edit source]
  • Unlike most of the first-of-the-week snapshots, this was released on a Thursday instead of Wednesday, similar to the snapshots before 14w26a.
  • This version was previously removed from the launcher for some time, but was added back in September 2018.

References

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_15w37a?oldid=3331297"

Navigation menu