VOOZH about

URL: https://minecraft.wiki/w/Java_Edition_13w37a

⇱ Java Edition 13w37a – Minecraft Wiki


Java Edition 13w37a

From Minecraft Wiki
Jump to navigation Jump to search
13w37a
Edition Java Edition
Release date September 12, 2013
Type Snapshot
Snapshot for 1.7.2
Downloads Client (.json)
Server (.exe)
Protocol version 76
Resource pack format 1
Minimum Java version Java SE 6
β—„β—„  1.6.4 1.7.2 1.7.4 β–Ίβ–Ί

β—„  13w36b

13w37a

13w37b β–Ί

{
 "title": "13w37a",
 "images": [
 "13w37a Banner.png",
 "Java Edition 13w37a.png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "September 12, 2013",
 "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.7.2 article, displayed as 1.7.2)",
 "label": "Snapshot for"
 },
 {
 "field": "[https://piston-data.mojang.com/v1/objects/02a9c7237e5a2b68d62d3cacd36d23c0437a14d5/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/2f33c613a4bb81ef5f56be03a8f578208ada382a/13w37a.json .json])<br />[https://piston-data.mojang.com/v1/objects/c3d3d936394b35f20b871b140f5a8e6079822e51/server.jar Server] ([https://piston-data.mojang.com/v1/objects/6bb92bba0a587ce863d7e7184345c5b3f6fd6681/windows_server.exe .exe])",
 "label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
 },
 {
 "field": "76",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "field": "1",
 "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.6.4|<span style=\"margin-right:-0.35em\">β—„</span>β—„  1.6.4]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.7.2|1.7.2]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.7.4| 1.7.4 <span style=\"margin-right:-0.35em\">β–Ί</span>β–Ί]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 13w36b|β—„  13w36b]]\n</td>\n<td style=\"padding: 0.4em\">''' 13w37a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 13w37b| 13w37b β–Ί]]\n</td>\n</tr>\n</table>"
}


13w37a is the third snapshot for Java Edition 1.7.2, released on September 12, 2013,[1] which adds the /setblock and /testforblock commands and increases the command block length limit.

Additions

[edit | edit source]

Command format

[edit | edit source]

/setblock

  • Places blocks without the use of FallingSand.
    • Syntax: /setblock <x> <y> <z> <TileName> [dataValue] [oldBlockHandling] [dataTag].
    • Valid values for oldBlockHandling: "replace" places the specified block (throws error message if the same block exists already), "keep" only places blocks in air, and "destroy" mines the existing block and drops an item before placing the new block.

/testforblock

  • Check for blocks in specific locations.
    • Syntax: /testforblock <x> <y> <z> <TileName> [dataValue] [dataTag].
  • All blocks beyond X/Z 30 million (Β±30,000,000) from origin now act as solid blocks, and cannot be targeted with the crosshair.
    • This includes air blocks, essentially creating an invisible wall which extends infinitely, even above and below the chunks.
    • As all blocks function as solid, if the player is moved outside the boundary via external tools, they are unable to move outside the block space they are within.
    • Despite the above, the camera can still move normally.
      • This reveals that ghost chunks still generate, as the camera can pass through normally solid blocks beyond the boundary.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Command blocks

  • Increased the character limit to "many thousand characters".[2]

Lava

  • Lava source blocks can no longer be destroyed by explosions.

Technical blocks

World generation

[edit | edit source]

Mesa

  • Slightly changed mesa biome generation to appear more layered.

Gameplay

[edit | edit source]

Nether portals

  • Planned to have odd width to allow for design variations.
  • Can be built large enough so that ghasts can enter the Overworld.
  • Portals can now be activated from any block within the portal, not just the bottom (when any fire block appears inside the frame).
  • New nether portal building rules: any size from 4Γ—5 to 23Γ—23, but rectangular.

Command format

[edit | edit source]

/give

  • Now prints renamed items' name in chat and show tooltips when hovered over.

Block/item IDs

  • Can now be referred to with names instead of IDs.

General

[edit | edit source]

Chat

  • Improved the chat system.
    • "Useful to map makers, modders, players and server admins".
  • Added a way to do things when clicking things in chat, like executing a command.
    • Other actions include opening a URL and showing an item tooltip when hovered on.
  • "Saved screenshot as" messages can now be clicked to open the screenshot, takes players to the .minecraft folder.
  • Names can now be clicked to PM people.
  • Added /tellraw <player> <raw json message> to send chat messages with custom functionality to players - sender does not appear.
    • Syntax example: /tellraw @p {text:"Daytime? ",color:"green",extra:[{text:"Click here!",color:"blue",clickEvent:{action:"run_command",value:"/time set day"}},{text:" Nighttime? "},{text:"Click here!",color:"blue",clickEvent:{action:"run_command",value:"/time set night"}},{text:" Have fun!"}]}.

Fixes

[edit | edit source]

15 issues fixed

From released versions before 1.7.2

  • MC-4973 – Zombie pigman from Nether portal still spawns even if doMobSpawning is false.
  • MC-10077 – Adjacent obsidian blocks prevent Nether portal appearing.
  • MC-28400 – Breeding animals gives xp even if doMobLoot gamerule is false.
  • MC-28768 – Horse breeding doesn't produce markings correctly on foal.
  • MC-29088 – Shearing sound does not play when shearing a mooshroom.
  • MC-30070 – Flowing lava can be blown up by TNT.

From the 1.7.2 development versions

  • MC-29432 – Water and ice no longer transparent on fast graphics.
  • MC-29493 – Minecraft crash near 30 million blocks.
  • MC-29505 – Some plants not working properly with flowerpots.
  • MC-29530 – All the new flowers give only 1 of their respective dye whereas dandelions and 'roses' (now poppies) still give 2.
  • MC-29866 – Thorns enchantment backfires.
  • MC-30405 – Flint and steel sound and hand animation do not play when igniting a creeper.

From the previous development version

  • MC-30181 – Statistics and achievements un-pause the game.
  • MC-30465 – Ender crystals in the overworld cause non-reasonable amount of lag.
  • MC-30615 – Sugar cane can be placed on ground without a water source.

Trivia

[edit | edit source]
  • 13w37a was previously removed from the launcher for some time, but was added back in September 2018.

References

[edit | edit source]
  1. ↑ "Minecraft snapshot 13w37a" (archived) by Dinnerbone – Mojang.com, September 12, 2013.
  2. ↑ "Command block limit was changed to many thousand characters long a while ago." – @Dinnerbone (Nathan Adams) on X (formerly Twitter), September 27, 2013

Navigation

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

Navigation menu