VOOZH about

URL: https://minecraft.wiki/w/14w26a

⇱ Java Edition 14w26a – Minecraft Wiki


Java Edition 14w26a

From Minecraft Wiki
(Redirected from 14w26a)
Jump to navigation Jump to search
This page covers a development version that has a major issue under certain conditions.
 
Block-corrupting problems existed in this snapshot. They were fixed in 14w26c[1]. Corrupted worlds may be recovered via MCEdit[2].
14w26a
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
β—„β—„  1.7.10 1.8 1.8.1 β–Ίβ–Ί

β—„  14w25b

14w26a

14w26b β–Ί

{
 "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]

Additions

[edit | edit source]

World generation

[edit | edit source]

Debug mode world type

  • Useful for resource pack makers.
  • Hold and cycle through "World Type" to select it.
  • Spectator mode recommended to avoid crashes (Creative mode can also be used without any effect on some machines).
  • All possible blocks with all possible data values are generated.
    • They are arranged in a grid across height Y=70, with a barrier floor at Y=60.
  • Blocks placed are deleted, and blocks destroyed are restored.
    • There is a special generator option preventing this. It is called "debug_all_block_states". If the player changes this to "flat" or "default" in NBTexplorer, they are able to interact with the world. (Only for a short period though, on most machines there is a lot of lag or the game crashes - not recommended to play Survival on)

Command format

[edit | edit source]

/replaceitem <entity|block> ...

  • Can replace items in any inventory, including the inventories of mobs such as zombies.
    • Full syntax:
      • /replaceitem entity <entity> <slot> <item> [amount] [data value].
      • /replaceitem block <x> <y> <z> <slot> <item> [amount] [data value].
    • Example: /replaceitem entity @e[type=Zombie] slot.weapon minecraft:iron_sword 1 0 gives all the zombies iron swords.
    • Example: /replaceitem entity @p slot.hotbar.0 minecraft:fish 4 2 puts 4 clownfish in the players first hotbar slot.
    • Example: /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.

Gamerules

  • sendCommandFeedback
    • If set to false, player-run commands don't show a success message.

Changes

[edit | edit source]

Blocks

[edit | edit source]

General

  • Switched to only/mostly using blockstates in the code, though not all block combinations are blockstates yet.

Command blocks

  • X/O button next to "Last output" in command block to turn off the last output string.

Furnace

  • Empty furnaces now only accept fuel and empty buckets in the fuel slot.

Item frames

  • The wood part of the frame now uses the oak texture rather than the birch texture.

Melon stems

Pumpkin stems

World generation

[edit | edit source]

Customized world type

Swampland

  • Re-added marsh-like areas which were removed in 13w38b after initially being introduced in 13w36a.[4]

Witch huts

Command format

[edit | edit source]

/execute

  • Now has a detect argument (sub-command, only works when used with execute).
    • Allows the execute command to run only if a block is detected at a specific location relative to the target.
    • Example: /execute @a ~ ~ ~ detect ~ ~-1 ~ minecraft:grass 0 say You are standing on grass..

/fill

  • Block limit changed from 4096 to 32768 blocks.

/worldborder

    • Now has an add argument.
      • Similar to the set argument, but can be used to add (or remove) a certain number of blocks to the world border distance.
      • Negative numbers can be used to remove blocks.
      • Example: /worldborder add -75 shrinks the world border width by 75 blocks.

General

[edit | edit source]

Block models

  • Instead of specifying uvs, the player can now choose textures to be projected onto the model.

Resources

  • Reworked 3D resources, adding the possibility of new blocks with multiple textures.
  • Items in first-person view no longer move up and down when switching between 2 identical items by changing the selected hotbar slot.

Fixes

[edit | edit source]

47 issues fixed

From released versions before 1.8

  • MC-5164 – Strength and weakness potions do not work on aggressive wolves.
  • MC-5525 – Some sounds play at a low volume.
  • MC-8987 – Flame-enchanted bows don't activate TNT minecarts.
  • MC-22586 – /spreadplayers command doesn't accept relative coords for x and z parameters.
  • MC-35431 – /tellraw commandblockoutput.

From the 1.8 development versions

  • MC-46244 – Command block bug - new particle feature.
  • MC-46851 – Potion effect particles stay in spectator mode.
  • MC-51788 – /playsound doesn't work with relative coords.
  • MC-55589 – /particle doesn't work with some entities.
  • MC-55625 – /playsound relative to entity does not work.
  • MC-56294 – "Are you sure you want to open the following website?" buttons are offset.
  • MC-56862 – Guardian doesn't die on land and can swim in lava.
  • MC-56877 – Snow golem has a broken head.
  • MC-56941 – Floating torch bug.
  • MC-57033 – Game crashes when new chunks are loaded.
  • MC-57117 – Item frame backgrounds are black on server.
  • MC-57188 – Wearing Pumpkins on your head, pumpkins are huge and upside down.
  • MC-57256 – Placed anvil is rotated by 90Β°.
  • MC-57670 – The player no longer sinks into the first layer of stacked snow.
  • MC-57685 – Water dungeons cannot be turned off using world customization.
  • MC-57854 – Stained glass panes particles uncolored.
  • MC-57966 – Block icons in statistics and flatland GUI rendering wrong.
  • MC-58130 – Chunks only render in the direction player is facing.
  • MC-58136 – Pumpkin / melon stems rendering incorrectly.
  • MC-58537 – Supplemental selectors in /scoreboard teams join & leave don't work with the @e selector.
  • MC-58637 – FallingSand - only top side of block has a texture.

From the previous development version

  • MC-57822 – Cocoa beans have wrong orientation.
  • MC-57829 – Lever on slab is upside down.
  • MC-57841 – /give'ing written book with JSON data will show "Invalid Item" when hovered on in chat.
  • MC-57843 – Written book with JSON data not formatting right.
  • MC-57866 – Written books with JSON don't get created correctly (no color and styles).
  • MC-57868 – Stained glass pane are dropping white glass pane.
  • MC-57870 – /testforblocks broken.
  • MC-57882 – Empty line in creative inventory.
  • MC-57883 – The barrier blocks particles for being broken are purple and black checkered.
  • MC-57916 – Iron Golems don't require air blocks to be besides their head when placing the head block.
  • MC-57917 – Drying a wet sponge in furnace with a stack of buckets below will cause them to disappear and leave a singular water bucket.
  • MC-57986 – Stacked buckets bug.
  • MC-58025 – Losing buckets from sponge block.
  • MC-58048 – Acacia and dark oak logs mined with silk touch show the MissingTexture.
  • MC-58060 – Summoning FallingSand with TileID as chest, trapped chest, ender chest, lava, and water crashes game.
  • MC-58066 – Right-click with bow when no arrows in inventory.
  • MC-58140 – Repeater will show comparator texture when unpowered, delay:4 and locked.
  • MC-58191 – Can walk through snow layer (block meta 7).
  • MC-58196 – Fishing rod and carrot on a stick rendering incorrectly in 3rd person.
  • MC-58229 – Scores in written books don't work properly when on a server.
  • MC-58493 – BUD creates double redstone drops when activated.

Trivia

[edit | edit source]
  • 14w26a 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_14w26a?oldid=3331275"

Navigation menu