![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | June 25, 2014 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.8 | ||||||
| Downloads | Client (.json) Server (.exe) | ||||||
| Protocol version | 23 | ||||||
| Resource pack format | 1 | ||||||
| Minimum Java version | Java SE 6 | ||||||
| |||||||
{
"title": "14w26a",
"images": [
"Java Edition 14w26a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "June 25, 2014",
"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.8 article, displayed as 1.8)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/20f0b48333cf446fe77317ab95012c595b65a8d0/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/140b76f6e82e853412d21cfea3c2f98334e852de/14w26a.json .json])<br />[https://piston-data.mojang.com/v1/objects/9d167e0b009b99d637ad102a1cb4f5aeb1501e45/server.jar Server] ([https://piston-data.mojang.com/v1/objects/9cc0cde33407fc785f25093ceadcdac7ce209e80/windows_server.exe .exe])",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "23",
"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.7.10|<span style=\"margin-right:-0.35em\">β</span>β 1.7.10]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.8|1.8]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.8.1| 1.8.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 14w25b|β 14w25b]]\n</td>\n<td style=\"padding: 0.4em\">''' 14w26a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 14w26b| 14w26b βΊ]]\n</td>\n</tr>\n</table>"
}
14w26a is the twenty-ninth snapshot released for 1.8, released on June 25, 2014,[1] which adds the debug mode world type and the /replaceitem command.
It was strongly advised to make a backup of a world before using this snapshot, because of block-corrupting problems that were not corrected until 14w26c.[1] A potential means of recovering corrupted worlds using MCEdit is available.[3]
This snapshot is the first after a decision to release snapshots on Wednesdays rather than on Thursdays.[1]
Debug mode world type
/replaceitem <entity|block> ...
/replaceitem entity <entity> <slot> <item> [amount] [data value]./replaceitem block <x> <y> <z> <slot> <item> [amount] [data value]./replaceitem entity @e[type=Zombie] slot.weapon minecraft:iron_sword 1 0 gives all the zombies iron swords./replaceitem entity @p slot.hotbar.0 minecraft:fish 4 2 puts 4 clownfish in the players first hotbar slot./replaceitem block ~ ~-1 ~ slot.container.5 minecraft:redstone_block 1 0 puts a redstone block in the 6th slot of a container 1 block beneath the player.sendCommandFeedback
General
Customized world type
detect argument (sub-command, only works when used with execute).
execute command to run only if a block is detected at a specific location relative to the target./execute @a ~ ~ ~ detect ~ ~-1 ~ minecraft:grass 0 say You are standing on grass../fill
add argument.
set argument, but can be used to add (or remove) a certain number of blocks to the world border distance./worldborder add -75 shrinks the world border width by 75 blocks.From released versions before 1.8
/spreadplayers command doesn't accept relative coords for x and z parameters./tellraw commandblockoutput.From the 1.8 development versions
/playsound doesn't work with relative coords./particle doesn't work with some entities./playsound relative to entity does not work./scoreboard teams join & leave don't work with the @e selector.FallingSand - only top side of block has a texture.From the previous development version
/give'ing written book with JSON data will show "Invalid Item" when hovered on in chat./testforblocks broken.MissingTexture.FallingSand with TileID as chest, trapped chest, ender chest, lava, and water crashes game.delay:4 and locked.