Java Edition 14w04a
Edition | |||||||
---|---|---|---|---|---|---|---|
Release date |
January 23, 2014 | ||||||
Type | |||||||
Snapshot for | |||||||
Downloads |
Client (.json) | ||||||
Protocol version |
7 | ||||||
Resource pack format |
1 | ||||||
Minimum Java version | |||||||
|
{ "title": "14w04a", "images": [ "14w04a Banner.png", "Java Edition 14w04a.png" ], "rows": [ { "field": "''(link to Java Edition article, displayed as Java Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "January 23, 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/3034b21f0091e779b38d43d687f98037b4ac76c9/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/3be1cf3e471a51e4a8346337a58d9379175f4bd4/14w04a.json .json])<br />[https://vault.omniarchive.uk/archive/java/server-release/1.8/pre/14w04a-1526.jar Original server] ([https://vault.omniarchive.uk/archive/java/server-release/1.8/pre/14w04a-1526.exe .exe])<br>\n[https://piston-data.mojang.com/v1/objects/bd483603d1b07d3ce3fde76a35abfb0489933d72/server.jar Reuploaded server] ([https://piston-data.mojang.com/v1/objects/a8a97c14b22c15903c491436ad0430dff50b4574/windows_server.exe .exe])", "label": "(link to Tutorial:Installing a snapshot#Manual version installation article, displayed as Downloads)" }, { "field": "7", "label": "(link to Protocol version article, displayed as Protocol version)" }, { "field": "1", "label": "<span style=\"white-space: normal;\">(link to Pack format#List of resource 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 14w03b|◄ 14w03b]]\n</td>\n<td style=\"padding: 0.4em\">''' 14w04a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 14w04b| 14w04b ►]]\n</td>\n</tr>\n</table>" }
14w04a is the sixth snapshot for Java Edition 1.8, released on January 23, 2014,[1][2] which adds the /particle
command.
14w04a was reuploaded an hour and a half later to fix the server not working.[3]
Additions[edit | edit source]
Command format[edit | edit source]
- Spawns particles in a given area.
- It can also be relative to entities.
- Usage:
/particle <name> <x> <y> <z> <xd> <yd> <zd> <speed> [count] [player:entity]
. - Example:
/particle lava ~ ~1 ~ 1 1 1 0.5 2 @e[type=Chicken]
.- List of particles:
hugeexplosion
,largeexplode
,fireworksSpark
,bubble
,suspended
,depthsuspend
,townaura
,crit
,magicCrit
,smoke
,mobSpell
,mobSpellAmbient
,spell
,instantSpell
,witchMagic
,note
,portal
,enchantmenttable
,explode
,flame
,lava
,footstep
,splash
,wake
,largesmoke
,cloud
,reddust
,snowballpoof
,dripWater
,dripLava
,snowshovel
,slime
,heart
,angryVillager
,happyVillager
,iconcrack_(ID)_(DATA)
,blockcrack_(ID)_(DATA)
,blockdust_(ID)_(DATA)
.
- List of particles:
Changes[edit | edit source]
Blocks[edit | edit source]
- Prior work cost increase changed from linear (1 per repair) to exponential (times 2 plus 1 per repair).
- Repairing with a "sacrifice" now costs 2 levels rather than only 1.
- Can now be placed on ceiling/floors.
- Now flammable.
- When a furnace runs out of fuel, the smelting progress reverses at twice the normal speed.
- Items in item frames can now be rotated by 45 degrees (eight possible orientations).
- Item frames can give off a signal detected by comparators, based on the item's current orientation.
- Signal strength is as follows: 0: empty; 1: item; 2: item rotated once; 3: item rotated twice; ...; 8: item rotated 7 times.
- Now craftable in a shapeless recipe with one cobblestone and one vine.
Mobs[edit | edit source]
- Can drop iron ingots again by any means of death.
- Can be spawned with pumpkins + dispenser.
- Can be spawned with pumpkins + dispenser.
- Can be spawned with skulls + dispenser.
- Now harvest, collect and replant grown potatoes, wheat, and carrots.
- They do not have unlimited seeds; seeds must be replenished to replant crops.
- Craft wheat into bread, and drop it to other villagers.
- Can now become willing to breed by consuming food: 3 bread, 12 potatoes or 12 carrots.
- Can drop gold nuggets again by any means of death.
Command format[edit | edit source]
/fill
- Added the ability to filter block types, as long as the filler block is not a tile entity
- Only if it's used to fill in replace mode with "normal" blocks.
- Syntax:
/fill [x] [y] [z] [x] [y] [z] [BlockName] [Data] replace [filterBlockName] [filterData]
.
Gameplay[edit | edit source]
- Looting now gives an extra 1% chance of getting rare loot per level.
- Doors are now added to the closest village.
- This does not break iron farms, but change them a little, enough to make them "practically pointless".[4]
General[edit | edit source]

- The x coordinate line is now bold when looking east/west, similarly the z coordinate line is now bold when looking south/north.
- The crosshair displays 3 short colored lines to indicate the direction of each axis: x/red, y/green, z/blue.
Rendering & performance
- Only transparent blocks now render as transparent (eliminates the use of x-ray texture packs).
Skin customization
- Now displays the right arm's second layer in first person view.
- Skins and capes are now distributed through servers.
- Skins server outages will occur less frequently and have less impact.
- Server-altered skins/capes are not possible – only signed URLs are stored server-side.
- Skin changes will no longer require client restarting, at worst re-logging will update the skin for everybody.
- Duplicate skins no longer need to be downloaded twice.
- Server traffic will barely be affected.
Fixes[edit | edit source]
From released versions before 1.8
- MC-78 – Villagers crowd into a single building.
- MC-888 –
/difficulty
command doesn't change the default difficulty in the ESC menu (singleplayer). - MC-1253 – Ladder, sign, fence, gate, trapdoor causes block it is placed in to darken.
- MC-1580 – Ghost items from trading with SHIFT-click.
- MC-3668 – When going through nether portals with (potion) effects, the effect animations (particles, fire, visibility, additional hearts) are lost.
- MC-5824 – Cactus can grow next to blocks.
- MC-8662 – Items are not centered correctly within frames.
- MC-9582 – Whole-word selection behaves erratically in chat.
- MC-16457 – Pumpkin texture flips when made into snowman.
- MC-18284 – New AI mobs see through invisibility.
- MC-25370 – Mouse is centered when going to previous menu with ESC.
- MC-29999 – Realms button is still visible even though the client is a snapshot.
- MC-30995 –
/setblock
replace doesn't replace same block with different tile entity/NBT data. - MC-31081 – Stone monster eggs spawn 2 silverfish.
- MC-31203 – Furnace progress remains after changing ingredient.
- MC-32301 – Lava fizz sound plays whenever a flowing lava block destroys an air block.
- MC-36847 – No colon after game mode in world options.
- MC-37355 – server-icon.png alpha channel display.
- MC-45087 – Id for cooked fish is "
minecraft:cooked_fished
". - MC-45235 – Double Shift = Sprint .
From the 1.8 development versions
- MC-44368 – After setting the difficulty lock, and changing it with a command block, the lock would not revert to what the command block says.
- MC-44467 – Overpopulated flowers near lake
- MC-44551 – Silverfish can infest granite/andesite/diorite.
- MC-44592 – Fire from lava spreads further than it should.
- MC-44700 –
/me
@e
crash. - MC-44890 – Doors get added to the list of village doors over and over a.gain.
- MC-44893 –
/kill
not killing invulnerable entity. - MC-45011 –
/clone
doesn't clone TileEntity orientation. - MC-45063 – Tripwire is invisible.
- MC-45071 – The world freezes if an Enderman is being hit.
- MC-45084 – Skin's second layers invisible in first person.
From the previous development version
- MC-45172 – New skin layer jacket acts enchanted when enchanted pants equipped.
- MC-45278 –
/spawnpoint
won't update to chosen coordinates second time unless world file is reloaded. - MC-45345 –
/fill
Tile Entity:java.lang.ClassCastException
. - MC-45459 – Debug code streaming in console.
- MC-45557 – Server does no longer produce a logfile.
- MC-45595 – Server seems locked in debug mode, spams console.
Trivia[edit | edit source]
- 14w04a was previously removed from the launcher for some time, but was added back in September 2018.
References[edit | edit source]
- ↑ "Snapshot!" – @Dinnerbone (Nathan Adams) on X (formerly Twitter), January 23, 2014
- ↑ "Minecraft snapshot 14w04a" (archived) by Dinnerbone – Mojang.com, January 23, 2014.
- ↑ Replying to "@Dinnerbone Crap. The server for 14w04a completely doesn't work. Unable to even login. A lot of debug printouts in the log." – @nicklase on X (formerly Twitter), January 23, 2014: "@nicklase Redownload it." – @Dinnerbone (Nathan Adams) on X (formerly Twitter), January 23, 2014
- ↑ "well little enough to make them practically pointless." – @_grum (Erik Broes) on X (formerly Twitter), January 23, 2014