![]() |
VOOZH | about |
| 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 | ||||||
| |||||||
{
"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.
FallingSand.
/setblock <x> <y> <z> <TileName> [dataValue] [oldBlockHandling] [dataTag].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 <x> <y> <z> <TileName> [dataValue] [dataTag]./give, but can be created with /setblock.Sets.newHashSet(new Block[] {unobtainable blocks here}), and manual removal of blocks from Sets.newHashSet would restore ItemBlocks of aforementioned blocks./give
Block/item IDs
/tellraw <player> <raw json message> to send chat messages with custom functionality to players - sender does not appear.
/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!"}]}.From released versions before 1.7.2
doMobSpawning is false.doMobLoot gamerule is false.From the 1.7.2 development versions
From the previous development version