Cambios

Saltar a: navegación, buscar

1.8

97 517 bytes añadidos, 14:28 2 sep 2014
Página creada con «{{version nav |title=1.8 |edition=computer |image=The Bountiful Update.png |name=Bountiful Update |type= |date=September 2, 2014<ref name="blogpost">https://mojang.com/...»
{{version nav
|title=1.8
|edition=computer
|image=The Bountiful Update.png
|name=[[Bountiful Update]]
|type=
|date=September 2, 2014<ref name="blogpost">https://mojang.com/2014/09/minecraft-1-8-the-bountiful-update/</ref>
|prevparent=1.7.2
|prev=1.7.x
|next=
|nextparent=1.9
}}<onlyinclude>

'''{{1.8}}''', (también conocida como '''The Bountiful Update'''<ref name="blogpost"/> (''La actualización de la abundancia'')) es una gran actualización que fue lanzada el 02 de septiembre de 2014<ref name="blogpost">https://mojang.com/2014/09/minecraft-1-8-the-bountiful-update/</ref>.

== Adiciones ==

=== Generales ===

; [[Splash]]es
* "That's Numberwang!"
* "pls rt"
* "Do you want to join my server?"
* "Put a little fence around it!"
* "Throw a blanket over it!"
* "One day, somewhere in the future, my work will be quoted!"
* "Now with additional stuff!"
* "Extra things!"
* "Yay, puppies for everyone!"
* "So sweet, like a nice bon bon!"
* "Popping tags!"
* "Now With Multiplayer!"
* "Very influential in its circle!"
* "Rise from your grave!"
* "Warning! A huge battleship "STEVE" is approaching fast!"
* "Blue warrior shot the food!"
* "Run, coward! I hunger!"
* "Flavor with no seasoning!"
* "Strange, but not a stranger!"
* "Tougher than diamonds, rich like cream!"
* "Getting ready to show!"
* "Getting ready to know!"
* "Getting ready to drop!"
* "Getting ready to shock!"
* "Getting ready to freak!"
* "Getting ready to speak!"
* "It swings, it jives!"
* "Cruising streets for gold!"
* "Take an eggbeater and beat it against a skillet!"
* "Make me a table, a funky table!"
* "Take the elevator to the mezzanine!"
* "Stop being reasonable, this is the Internet!"
* "/give @a hugs 64"
* "This is good for Realms."
* "Any computer is a laptop if you're brave enough!"
; [[Difficulty]]
* Difficulty is per world
** No more global difficulty option
** Prevents accidentally changing the difficulty when joining the world
* Can be locked for each world
** Prevents the temptation to change to an easier difficulty in difficult situations
** Locking can not be undone without external editors
*** However, using the {{cmd|difficulty}} command will still work
; [[Option]]s
* New 'Skin Customization' settings
** Can toggle cape and skin layers from here
* Multiplayer settings
** 'Reduced debug info' toggle to enable/disable reduced information on the F3 [[debug screen]]
* Video settings
** Alternative Block toggle
*** Can disable/enable (weighted) alternative block models
**** When turned off, the least complex highest priority model will always be used for each block
** Use VBOs toggle
*** Can enable/disable vertex buffer objects
*** May offer a ~10% performance increase when set to ON
** Anisotropic filtering has been removed
** Render distance slider now goes up to 32 when using 64-bit Java
*** Requires 2 GB of allocated RAM
** Removed Advanced OpenGL
; [[Shaders]]
* New "creeper" shader (creeper.json), applies a green tint
** Is applied when spectating from the perspective of a creeper
** Can also be applied using Super Secret Settings
* New "spider" shader (spider.json), applies octuple vision
** Is applied when spectating from the perspective of a spider
** Can also be applied using Super Secret Settings<!--
Do not add the enderman/invert shader, it existed before-->

=== Jugabilidad ===

; Selectores de objetivo
* <code>@e</code>
** Targets entities
** Can specify type of entity by entity ID to either include or exclude with <code>[type=Chicken]</code> or <code>[type=!Skeleton]</code>
** Example: {{cmd|1=kill @e[r=50,type=Chicken]}} - kills all chickens within a radius of 50 blocks
** Example: {{cmd|1=tp @e[r=5] ~ ~5 ~}} - any entity within a radius of 5 blocks will be teleported five blocks in the air
; [[Commands]]
* {{cmd|blockdata}}
** Modifies NBT data at a specific coordinate, the <dataTag> merges with the block at that position
** Can be used to change the contents of a chest
** Usage: {{cmd|blockdata <x> <y> <z> <dataTag>}}
* {{cmd|clone}}
** Clones all the blocks (not entities) from a given area to a different given area
** Up to 32768 blocks can be copied 32{{^|3}}
** The clone can be <code>replace</code> , <code>masked</code> or <code>filtered</code>
*** <code>replace</code> will copy every block (the default behavior)
*** <code>masked</code> will only copy non-air blocks
*** <code>filtered</code> will only remove unnecessary blocks
** It can additionally be <code>move</code> , <code>force</code> or <code>normal</code>
*** <code>move</code> will move the selection from the first location to the second location, which may overlap
*** <code>force</code> will force the cloning operation, even if the areas overlap
*** <code>normal</code> only needs to be specified if using <code>filtered</code>
** Usage: {{cmd|clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [mode]}}
** Example: {{cmd|clone 1001 3 1002 1011 3 992 1001 5 992 masked}}
* {{cmd|entitydata}}
** Works similarly to {{cmd|blockdata}} but can be targeted to entities
*** Does not work on [[player]]s
** Usage: {{cmd|entitydata <entity> <dataTag>}}
** Example: {{cmd|1=entitydata @e[type=Sheep,r=20] {Color:14} }} will color all the sheep within a radius of 20 red
* {{cmd|execute}}
** Allows commands to be run from the position of specified entities
** A <code>detect</code> argument allows the {{cmd|execute}} command to run only if a block is detected at a specific location relative to the target
** Usage:
*** {{cmd|execute <entity> <x> <y> <z> <command…>}}
*** {{cmd|execute <entity> <x> <y> <z> detect <x2> <y2> <z2> <block> <data> <command…>}}
** Example:
*** {{cmd|execute @a ~ ~ ~ detect ~ ~-1 ~ minecraft:grass 0 say You are standing on grass.}} will make everyone who is standing on grass say that they are doing so
*** {{cmd|1=execute @e[type=Chicken] ~ ~ ~ fill ~-1 ~-1 ~-1 ~1 ~1 ~1 minecraft:glass}} will create a small cube of glass around all chickens
** Commands run using the {{cmd|execute}} command pass their success value back to the command block running them
* {{cmd|fill}}
** Fills a given volume with a specified block
** Up to 32768 blocks can be filled
** oldBlockHandling works like with {{cmd|setblock}}, but with additional options: <code>hollow</code> to only fill the outer layer of blocks and fill the inner part with air, and <code>outline</code> to fill the outer layer of blocks and ignore the inner part
** Works similarly to {{cmd|setblock}}
** Usage: {{cmd|fill <x1> <y1> <z1> <x2> <y2> <z2> <TileName> [dataValue] [oldBlockHandling] [dataTag]}}
** Example: {{cmd|fill 1001 3 1002 1011 5 992 wool 6 replace}} will fill the given area with pink wool
** Can filter certain blocks
*** Only if it’s used to fill in replace mode with “normal” blocks.
*** It does not work when filling with block entities.
*** Usage: {{cmd|fill [x] [y] [z] [x] [y] [z] [BlockName] [Data] replace [filterBlockName] [filterData]}}
* {{cmd|particle}}
** Spawns particles in a given area
** Usage: {{cmd|particle <name> <x> <y> <z> <xd> <yd> <zd> <speed> [count] [force] }}
** Example: {{cmd|1=particle lava ~ ~1 ~ 1 1 1 0.5 50 normal @e[type=Chicken]}} will create 50 lava popping particles, centred one block above the block/entity running the command, spreading around a radius of 1 block, with a speed of 0.5, relative to all chickens in that world
** The <code>force</code> argument can be set to <code>force</code> to display particles even if a player has his 'Particles' toggle set to Minimal or Decreased
** List of particles: <code>hugeexplosion</code>, <code>largeexplode</code>, <code>fireworksSpark</code>, <code>bubble</code>, <code>suspended</code>, <code>depthsuspend</code>, <code>townaura</code>, <code>crit</code>, <code>magicCrit</code>, <code>smoke</code>, <code>mobSpell</code>, <code>mobSpellAmbient</code>, <code>spell</code>, <code>instantSpell</code>, <code>witchMagic</code>, <code>note</code>, <code>portal</code>, <code>enchantmenttable</code>, <code>explode</code>, <code>flame</code>, <code>lava</code>, <code>footstep</code>, <code>splash</code>, <code>wake</code>, <code>largesmoke</code>, <code>cloud</code>, <code>reddust</code>, <code>snowballpoof</code>, <code>dripWater</code>, <code>dripLava</code>, <code>snowshovel</code>, <code>slime</code>, <code>heart</code>, <code>angryVillager</code>, <code>happyVillager</code>, <code>barrier</code>, <code>iconcrack_(ID)</code>, <code>blockcrack_(ID)</code>, <code>blockdust_(ID)_(DATA)</code>, <code>droplet</code>, <code>take</code>, <code>mobappearance</code>
* {{cmd|replaceitem|<entity{{!}}block> ...}}
** Can replace items in any inventory, including the inventories of mobs such as zombies
** Usage:
*** {{cmd|replaceitem entity <entity> <slot> <item> [amount] [data value]}}
*** {{cmd|replaceitem block <x> <y> <z> <slot> <item> [amount] [data value]}}
** Example:
*** {{cmd|1=replaceitem entity @e[type=Zombie] slot.weapon minecraft:iron_sword 1 0}} will give all the zombies iron swords
*** {{cmd|replaceitem entity @p slot.hotbar.0 minecraft:fish 4 2}} will put 4 clownfish in the players first hotbar slot
*** {{cmd|replaceitem block ~ ~1 ~ slot.container.5 minecraft:redstone_block 1 0}} will put a redstone block in the 6th slot of a container 1 block above the player
* {{cmd|stats <entity{{!}}block> ...}}
** Usage:
*** {{cmd|stats entity <selector> <mode>}}
*** {{cmd|stats block [x] [y] [z] <mode>}}
*** Alternative and more featureful way of interacting with <code>CommandStats</code>
**** Will update a scoreboard objective based on the number of entities/blocks which have been affected by the command, it updates the objective for the entity that ran the command, fake players can be used when run in a command block
**** After the <code>mode</code> there are currently 5 possible stats that can be updated: <code>SuccessCount</code>, <code>AffectedBlocks</code>, <code>AffectedEntities</code>, <code>AffectedItems</code> and <code>QueryResult</code>
**** For example: {{cmd|stats entity @a set AffectedBlocks @a Test}} will update a scoreboard objective named 'Test' for all players whenever a command is performed relative to them, the objective will update by the number of blocks affected by the command since the stat was set to <code>AffectedBlocks</code>, this means if the command is {{cmd|fill}} then it will update the objective for whoever is running the command (@a) by the number of blocks filled
* {{cmd|testforblocks}}
** Compares two areas of a world
** The mode can be set to <code>all</code> or <code>masked</code>, <code>all</code> is the default while <code>masked</code> will ignore air
** Usage: {{cmd|testforblocks <x1> <y1> <z1> <x2> <y2> <z2> [mode]}}
** Example: {{cmd|testforblocks 100 64 100 107 69 107 0 64 0 masked}}
* {{cmd|title}}
** Can make text display on a players screen in the form of a title and/or subtitle using JSON
** {{cmd|title @a times <fadeIn> <stay> <fadeOut>}}
*** Set the fade in time, the stay on screen time and the fade out time for the title
** {{cmd|title @a title <raw json message>}}
*** Set and start showing the title and subtitle
** {{cmd|title @a subtitle <raw json message>}}
*** Set the subtitle (optional)
** {{cmd|title @a clear}}
*** Clear titles immediately
** {{cmd|title @a reset}}
*** Reset all title parameters to defaults (fade times)
* {{cmd|trigger}}
** Functions the same way as {{cmd|scoreboard players set}} or {{cmd|scoreboard players add}}, but can only modify objectives with the <code>trigger</code> criteria (referred to as "triggers") and can only modify the score of the player running the command
** Allows non-op players to use <code>clickEvent</code>s as well as prevent spamming <code>clickEvent</code>s
** Can be used by non-operator players
** For a player to run this command, the trigger must be enabled for that player
*** {{cmd|scoreboard players enable <player> <trigger>}} will enable the specified player to use the specified trigger objective
*** Trigger availability is stored per player, per trigger
**** One trigger may be disabled for a player, but that player can use a different trigger
**** One player may be unable to use a trigger, but another player can use the same trigger
*** Disabled after the trigger has been used (must be re-enabled to use the trigger again)
** Mostly for use with {{cmd|tellraw}}
** Usage: {{cmd|trigger <objective> <add:set> <value>}}
* {{cmd|worldborder}}
** {{cmd|worldborder <set,add,center,damage,warning,get>}}
*** {{cmd|worldborder set <sizeInBlocks> <timeInSeconds>}}
**** Used to set size of border. The first argument sets the size of the border and the second sets the speed of the border to expand or shrink
*** {{cmd|worldborder add <sizeInBlocks> <timeInSeconds>}}
**** Adds blocks to the current size of the world border. Can use negative (-) numbers to subtract the size of the border
*** {{cmd|worldborder center <x> <z>}}
**** Sets the center of where the border will be placed.
*** {{cmd|worldborder damage <buffer{{!}}amount>}}
**** Allows you to customise the amount of damage taken while outside the border, and buffer, the higher value, the further you can be outside the border without taking damage
*** {{cmd|worldborder warning <time{{!}}distance>}}
**** Allows you to customise how far you have to be or the time for how long it takes to activate the world border warning
*** {{cmd|worldborder get}}
**** Tells the player running the command the current width of the world border
; NBT Tags
* <code>BlockEntityTag</code>
** BlockItem instances can now hold a custom NBT tag that is merged into a [[block entity]] when it’s placed
** Example: {{cmd|give @p command_block 1 0 {BlockEntityTag:{Command:"{{cmd|setblock ~ ~ ~ minecraft:diamond_block}}"<nowiki>}}</nowiki>}} will give a command block that, when placed, will automatically have the command {{cmd|setblock ~ ~ ~ minecraft:diamond_block}} set
* <code>CanDestroy</code>
** Mostly for use in adventure mode
** Items with this tag display the names of the blocks that they can destroy in the item tooltip
** Example: {{cmd|give @p minecraft:diamond_shovel 1 0 {CanDestroy:["minecraft:sand","minecraft:grass"]} }} to give a diamond shovel that can break grass and sand
** Putting an invalid item name in will display as "missingno" under the "Can Break" list.
* <code>CanPlaceOn</code>
** Allows placing of certain blocks against other blocks in adventure mode
** Example: {{cmd|give @p minecraft:stone 16 0 {CanPlaceOn:["minecraft:diamond_block"]} }} to give a block of stone that can only be placed on diamond blocks
** Putting an invalid item name in will display as "missingno" under the "Can be placed on" list.
* <code>CommandStats</code>
** Allows a [[Command Block|command block]] or [[sign]] to increase a certain score in the [[scoreboard]] when it runs successfully
*** The command will increase the score based on the number of items/blocks/entities/successes
*** For example, a command block with this tag running a command which affects items (e.g. <code>/give</code>) will cause it to update the score based on the number of items given
** Usage: <code>{CommandStats:{AffectedItemsName:"playername", AffectedItemsObjective:"objective", AffectedBlocksName:"playername", AffectedBlocksObjective:"objective", AffectedEntitiesName:"playername", AffectedEntitiesObjective:"objective", SuccessCountName:"playername", SuccessCountObjective:"objective"}}</code>
* <code>generation</code>
** Defines whether a [[written book]] is an "Original" a "Copy of Original" or a "Copy of a copy"
* <code>HideFlags</code>
** Allows hiding of certain parts of the tooltip
** Bit field determining which parts of the tooltip to hide on an item. 1 for <code>ench</code>, 2 for <code>AttributeModifiers</code>, 4 for <code>Unbreakable</code>, 8 for <code>CanDestroy</code>, 16 for <code>CanPlaceOn</code>, and 32 for various other information (including potion effects, <code>StoredEnchantments</code>, written book <code>generation</code> and <code>author</code>, <code>Explosion</code>, and <code>Fireworks</code>).
** Examples: Setting bit field to 3 would hide both <code>ench</code> and <code>AttributeModifiers</code> tags, and setting to 63 would hide everything.
* <code>Lock</code>
** A way to lock containers from being opened using NBT tags
** Mostly useful for adventure maps in adventure mode
** Containers can be unlocked by clearing their string for Lock
** Locked containers can only be opened while holding anything renamed to the given string, item is not removed on use<ref>{{tweet|jeb_|421587852435419136}}</ref>
** The lock can be completely removed utilizing the command {{cmd|blockdata}}
* <code>NoAI</code>
** Disables an entity's AI
** Entities without AI do not attack players or move or rotate on their own, and do not despawn, they also do not respond to gravity or collision with other mobs, but can still take damage, die, and ride other entities
* <code>PickupDelay</code>
** The number of ticks before an item entity can be picked up.
** Set to 32767 for items that can't be picked up
* <code>rewardExp</code>
** Controls villagers giving xp for [[trading]], set to 1 or 0
* <code>SelectedItem</code>
** Contains the item data of the item currently held in the player's hand
** Added to compact the process of testing if a player is holding a specific item
*** Previous method required nine commands in command blocks; now requires only one command
* <code>ShowParticles</code>
** Option to show or hide all particles for a potion effect, while the <code>Ambient</code> tag only shows fewer particles, set to 1 to show, 0 to hide
* <code>Silent</code>
** Determines whether sound is produced by an entity, such as idle and hurt sounds, setting to 1 disables sound
; [[Commands#gamerule|Gamerules]]
* <code>logAdminCommands</code>
** Prevents command block output from being stored in chat logs. In multiplayer, also prevents player-initiated commands from being stored. Unrelated to ''commandBlockOutput'', which is output into the visible chat
* <code>randomTickSpeed [value]</code>
** Controls how often a random tick occurs; random ticks influence how fast plants and crops grow, how fast pigmen spawn from portals, how fast farmland updates, how fast grass and mycelium grow and decay, etc...
** If set to 0, random ticks never occur
* <code>reducedDebugInfo</code>
** Gamerule to enable/disable reduced information on the F3 [[debug screen]]
** Op-only unlike the 'reduced debug info' toggle in multiplayer settings
** Overrides 'reduced debug info' settings in clients
* <code>sendCommandFeedback</code>
** If set to false, player-run commands will not show a success message
* <code>showDeathMessages</code>
** Prevents death messages like "[player] fell out the world" from appearing in the chat
* The ability to create gamerule variables<ref>http://www.reddit.com/r/Minecraft/comments/2aw5nh/new_queryresults_and_gamerule_variables/</ref>
** These are fake gamerules which don't actually affect your world, but can be used with {{cmd|stats}} with the new <code>QueryResults</code> argument to update a scoreboard objective based on the value of that gamerule
** Declare using {{cmd|gamerule <newRuleName> <value>}}
** Access using {{cmd|gamerule <newRuleName>}}
; [[Estadisticas]]
* <code>stat.crouchOneCm</code>
** Detects how many cm the player has moved while crouching
* <code>stat.sprintOneCm</code>
** Detects how many cm the player has moved while sprinting
* <code>stat.timeSinceDeath</code>
** Detects how much time has passed (in [[tick]]s) since the player's last death
* <code>stat.talkedToVillager</code>
** Detects how many times the player has talked to villagers
* <code>stat.tradedWithVillager</code>
** Detects how many times the player has traded with villagers
; [[Achievements|Achievement]]
* New achievement ''Overpowered''
** Obtained by crafting an [[Golden Apple|enchanted golden apple]]
** Requires first obtaining ''Getting an Upgrade''
; [[Marcador]]es
* New objective criteria for team-specific kills, e.g.: <code>teamkill.red, killedByTeam.blue</code>
* New objective criteria '<code>trigger</code>
** Acts like the <code>dummy</code> criteria
** Can be interacted with using the {{cmd|trigger}} command
** Mostly for use with {{cmd|tellraw}}
* The ability to iterate over every scoreboard player with <code>*</code>
** This will also affect people who have not yet joined the world
* Fake players with a name starting with # will never show up on the sidebar
* New {{cmd|scoreboard}} subcommands: {{cmd|scoreboard reset}}, {{cmd|scoreboard operation}}, {{cmd|scoreboard test}} and {{cmd|scoreboard enable}}
** The <code>reset</code> subcommand can reset all objectives for a player or reset a player's objectives one by one
*** Example: {{cmd|scoreboard players reset @a anObjective}} will reset the scores of an objective named anObjective for all players in the world
** The <code>operation</code> subcommand can apply arithmetic operation to scores (+ – * / % < > =) and accumulate player scores
*** Example: {{cmd|1=scoreboard players operation #teamscores redScore += @a[team=red] blueKills}} adds every red player's count of kills on blue to the red team's score of kills
*** Can be tested with a comparator to see if two scores are greater than, smaller than or equal to each other
** The <code>test</code> subcommand can be used to test if a scoreboard value is between a min and a max value
*** Example: {{cmd|scoreboard players test #global anObjective 12 19}} checks whether the global score of the given objective is between 12 and 19, inclusive
** The <code>enable</code> subcommand can be used to enable a <code>trigger</code> objective
*** Example: {{cmd|scoreboard players enable aTrigger}} enables a <code>trigger</code> named aTrigger
* Different teams can now have different objectives displayed in the sidebar
** Example: {{cmd|scoreboard|objectives setdisplay sidebar.team.yellow anotherObjective}} (referring to team color, not team name)
* Testing for scores now also works in <code>@e</code> entity selector
* Added scoreboard team property to disable name tag visibility: {{cmd|scoreboard teams option <name> nametagVisibility}} with options <code>hideForOtherTeam</code>, <code>hideForOwnTeam</code>, <code>never</code> and <code>always</code> (default)
* Added scoreboard team property to disable death messages: {{cmd|scoreboard|teams option <name> deathMessageVisibility}} with options <code>never</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code> and <code>always</code> (default)
* Command {{cmd|scoreboard|players}} can now filter by NBT data
; Modo de juego [[espectador]]
* Usage: {{cmd|gamemode spectator}}, {{cmd|gamemode sp}} or {{cmd|gamemode 3}}
* No interaction with the world
** Player can move through any entity or block without interfering with it (commonly referred to as 'noclip')
** Collecting or using items is impossible, as is placing, destroying or interacting with blocks in any way
** Viewing inventories and GUIs is possible, but it is not possible to interact with them
*** The [[Heads-up display|HUD]] is disabled, except for the crosshairs when looking at a mob.
** Player selectors (in commands) will target spectators
** Spectators are not noticed by mobs, and do not trigger spawners or spawning
*** A spectator's presence keeps a mob from despawning
** Only [[the Void]] and {{cmd|kill}} can damage a spectator
* Flying mode
** Landing is not possible—the player can fly through the ground
** The mouse scroll wheel, the sprint key, and the slowness and swiftness effects all affect the flying speed
* First-person view through another player or mob's eyes
** Left-clicking an entity locks the player's position and camera to the entity's
** The spectator cannot control where the entity moves or looks
** Certain mobs have different vision
*** [[Creeper]]s apply the new creeper.json shader
*** [[Enderman|Endermen]] apply the invert.json shader
*** [[Spider]]s and [[Cave Spider]]s apply the new spider.json shader
** Viewing oneself using {{key|F5}} shows the entity
** Pressing the Dismount key ({{key|Shift}} by default) returns the player to flying mode
* Viewing privileges
** Spectators can see other spectators
*** Appear as a translucent disembodied head
** Invisible players and mobs appear visible, but translucent
** An optional hotkey to show outlines on players whilst spectating
*** Can be color coded to teams
*** Can be set/cancelled in Controls option
*** Outline seen when key is held down (like sneaking when shift is held down)
* Has a preliminary interface mode
** Spectators now have a UI to teleport to other players
** Activated by mouse middle-click, or pressing a number key
** When more than 8 players are available to choose, the sides will be replaced by arrows
** When teams are set up, teams can be selected individually to only display that team's players
** Both number keys and the 'pick block'-button together with the scroll wheel can be used to control the interface
** Teleportation works across dimensions
* Worlds can be shared to LAN in [[spectator|spectator mode]]
; [[Particle]]s
* <code>barrier</code>
** Shows up at the location of [[barrier]] blocks for players holding a [[barrier]] item in their hand
* <code>droplet</code>
** Are created when a [[sponge]] soaks up water
* <code>mobappearance</code>
** Shows up on one's screen when near an [[Elder Guardian]]
* <code>take</code>
; [[Encantamiento|Encantamientos]]
* "Depth Strider" (Zancada profunda)
** Allows the player to move faster in water
** Can be applied only to boots
** Can go up to level III

=== Generaciónn del mundo===

; Bajo tierra
* [[Granito]], [[andesita]] y [[diorita]] se generan en grupos entre las zonas de piedra
** Slightly larger size and abundance than gravel
** Pockets don't reduce ore frequency, since ores can generate inside these pockets
; [[Monumento oceánico|Monumentos oceánicos]]
* New underwater generated structure made out of [[Prismarine]], [[Prismarine Bricks]], [[Dark Prismarine]] and [[Sea Lantern]]s
* 8 [[Block of Gold|gold blocks]] can be found at the center of the monument
* A flashing boss [[Guardian]] will appear on screen when close to an [[Elder Guardian]], and Mining Fatigue III will be inflicted on the player for 5 minutes
* Will also generate in old worlds
; [[Customized]] world type
* Highly customisable terrain generation
** To use, press create new world then ‘world type: customized’ and then press the 'customize' button
** There are 4 pages to customize the world
** Page 1: customizes generation of structures, chance of lake generation, size of certain structures, and biome type and size, and sea level
*** There are 18 customization options which affect whether [[generated structures]] will spawn in, as well as other environmental factors such as sea level. Some of these presets are Yes/No inputs or sliders.
**** Sea level height, toggles for cave, village, temple, ocean monument, dungeon, water lake, lava lake, stronghold, mineshaft and ravine generation, sliders to control water lake, lava lake and dungeon rarity, toggle to turn oceans into lava oceans, biome selection, biome and river size sliders
** Page 2: customizes the ore distribution for [[dirt]], [[gravel]], [[granite]], [[diorite]], [[andesite]], [[Coal Ore|coal]], [[Iron Ore|iron]], [[Gold Ore|gold]], [[Redstone Ore|redstone]], [[Diamond Ore|diamond]] and [[Lapis Lazuli Ore|lapis]]
*** Rarity, height range and vein size
** Page 3 & 4: Expert customization of the terrain generation
*** There are 16 customization options which can be used to affect various aspects of Minecraft's terrain generator. These can be changed by moving sliders or by typing in values directly
**** Main Noise Scale X/Y/Z to smooth out terrain, larger values for smoother terrain; Biome scale/depth weight and Biome scale/depth offset to stretch/squash terrain vertically based on the biomes default height settings; Upper/lower limit scale to make terrain more solid/riddled with holes, depending on how close the values are to each other; Height Stretch to pull terrain upward, with smaller values causing more extreme stretching; Height scale, Coordinate scale, Depth base size, Depth noise exponent, Depth noise scale
* There are seven presets
** Water World, Isle Land, Caver's Delight, Mountain Madness, Drought, Caves of Chaos, Good Luck
* Each page has a button to randomize the various values and a button to reset to default values
* Uses the 'generator-settings' string known from superflat presets for server.properties and world data
* Generate structures button disappears when selected
; [[Debug Mode]] world type
* Useful for [[resource pack]] makers
* Hold {{key|shift}} and cycle through "World Type" to select it
* Tweaked world creation
** Other world options are not available
** Only [[Spectator]] mode can be enabled
* All possible blocks with all possible data values are generated
** This includes all possible states of [[redstone]] wire, [[fire]], [[tripwire]], [[stairs]], etc.
** They are arranged in a grid across height y=70, with a [[barrier]] floor at y=60
** Every block state generates only once
* Blocks placed are deleted, and blocks destroyed are restored

=== Bloques y objetos ===

; [[Diorita]]
* Crafting recipe: 2 [[cobblestone]] and 2 [[Nether Quartz|Nether quartz]] in a checker board pattern
* Can be crafted into polished diorite
; [[Andesita]]
* Crafting recipe: 1 cobblestone and 1 diorite
* Can be crafted into polished andesite
; [[Granito]]
* Crafting recipe: 1 Nether quartz and 1 diorite
* Can be crafted into polished granite
; [[Diorita|Diorita pulida]]
* Crafting recipe: 4 diorite in a 2x2 configuration
; [[Andesita|Andesita pulida]]
* Crafting recipe: 4 andesite in a 2x2 configuration
; [[Granito|Granito pulido]]
* Crafting recipe: 4 granite in a 2x2 configuration
; [[Coarse Dirt]]
* Replaces the grassless dirt variant found in Mega Taiga, Mesa and Savanna [[biome]]s.
** All worlds with grassless dirt blocks will seamlessly change over to coarse dirt as it uses the same block ID and data value as the original grassless dirt block
* Slightly darker texture than regular [[dirt]]
* Can be picked up with bare hands (silk touch is not required)
* Tilling coarse dirt with a hoe will turn it to regular [[dirt]]
* Crafting recipe: [[dirt]] and [[gravel]] in a 2x2 checkered pattern, yields four coarse dirt
; [[Arenisca roja]]
* Can be crafted with 4 [[red sand]] in a square
* Can be crafted into chiseled, smooth, stair and slab forms
** Chiseled variant has a wither pattern to complement the normal creeper pattern
** Slabs have (like stone and sandstone) a smooth variant
** Comes as a smooth double slab - <code>minecraft:double_stone_slab2:8</code>
* Generated only in Mesa biomes at cave entrances
; [[Prismarina]]
* Generates in [[ocean monument]]s
* Can be crafted with [[Prismarine Shard|prismarine shard]]s
* The cracks in Prismarine appear to slowly change color between brown, blue, gray and purple.
; [[Ladrillos de prismarina]]
* Generate in [[ocean monument]]s
* Can be crafted with [[Prismarine Shard|prismarine shard]]s
; [[Prismarina oscura]]
* Generate in [[ocean monument]]s
* Can be crafted with [[Prismarine Shard|prismarine shard]]s and an [[Ink Sac|ink sac]]
; [[Linterna marina]]
* Generate in [[ocean monument]]s
* Can be crafted with [[Prismarine Shard|prismarine shard]]s and [[Prismarine Crystals|prismarine crystals]]
* Emit light at a light level of 15 and have an animated texture
; [[Cristales de prismarina]]
* Drop from [[Guardian]]s
* Can be crafted into [[Sea Lantern|sea lantern]]s
; [[Fragmento de prismarina]]
* Drop from [[Guardian]]s
* Can be crafted into all three kinds of prismarine blocks and [[sea lantern]]s
; [[Esponja húmeda]]
* Obtained when a [[sponge]] soaks up water
* Smelting a wet sponge yields a dry sponge
** When smelted, they will fill empty buckets in the 'fuel' slot with water if possible
* Emits water dripping particles
* Rarely dropped by [[Elder Guardian]]s
; [[Bloque de Slim]]
* Players and mobs that land on their top side will bounce, like on a trampoline
** Bounce rebound velocity is scaled by impact velocity, can reach up to 60%
** Currently does not affect item entities
* Prevents fall damage
* Walking on it is slower than walking on [[Soul Sand|soul sand]], close to one's speed whilst sneaking
* Crafting recipe: 9 slime balls
** Can be crafted back into 9 slime balls
* The placing/breaking sounds use hurt sounds of [[slime]]s
* Connected to sticky pistons, slime blocks will now push and pull blocks beside them when moved by [[piston]]s
** Connected to normal pistons, slime blocks will only push blocks, but not pull them
** Coded by [https://www.youtube.com/user/KaboPC KaboPC] and [https://www.youtube.com/user/Panda4994 Panda4994]<ref>https://www.youtube.com/watch?v=jpXBKXJlybg</ref><ref>{{tweet|dinnerbone|461189042659672064}}</ref>
** Up to 12 slime blocks connected to a piston in any arrangement can be moved as long as the following conditions are met: blocks do not disrupt the chain, non-moveable blocks are not in the way or slime blocks are not attached to the piston itself
** Follows all the rules that pistons follow, for example blocks which can normally be moved by pistons can be moved if attached to slime blocks
** Allows for more contraptions, from new redstone clocks, moving devices, farming etc
* Extending a piston with a slime block attached to it will propel entities (mobs, players, items, launched arrows etc) in the appropriate direction<ref>{{tweet|dinnerbone|461473908420796416}}</ref>
; [[Valla]]
* New types of fences for all the different types of [[wood]]
** Different types can connect to each other
** Original fence renamed to oak fence
* New crafting recipe for fences to make this work: 2 sticks and 4 planks to make 3 fences
; [[Puerta de valla]]
* New types of fence gates for all the different types of [[wood]]
** Different types can connect to each other
** Original fence gate renamed to oak fence gate
; [[Puerta]]s
* New types of doors for all the different [[wood]] types
** Different types of doors have different textures, with some types having no windows
** Door recipes now require all 6 wood to be the same type
; [[Trampilla|Trampilla de hierro]]
* Can only be opened and closed using redstone, similar to an iron door
* Crafting recipe: [[Iron Ingot|iron ingots]] in a 2x2 pattern, yields one iron trapdoor
; [[Estandarte]]
* Can be worn as head gear - but only using commands
* Over a quadrillion possible combinations
* Crafted like a sign, just with one color of wool instead of planks
* Can be stacked to 16
* Most patterns are created by arranging dyes in certain ways around a banner on a crafting table
* Additional patterns: creeper, skull & crossbones, brick, flower, curly border and Mojang logo - making these without dyes will result in a black pattern, use dyes to get different colors (items: creeper skull, wither skeleton skull, brick block, oxeye daisy, vines and enchanted golden apple)
* Many patterns can be produced
* Up to 6 layers of patterns possible
* Can be placed on walls or on the ground (16 rotations possible)
* Sway with the wind
* Can be cloned by crafting them together with a blank banner
* Top-most layer can be removed using cauldrons
* Can be used as fuel in [[furnace]]s
; [[Soporte para armadura]]
* Can be used to decoratively display armor (including pumpkins, mob heads and player heads)
** Armor can be right-clicked to be applied to the armor stand and can be applied by dispensers
** Armor can be applied by dispensers aimed at any part of the Stand
** Armor can be removed by right-clicking on the piece of armor you want to remove
** Can render enchanted and dyed armor
** Can use pick-block on armor stands (will give the stand not the armor equipped)
* Crafted using a [[slabs|stone slab]] and 6 [[stick]]s
* Stacks up to 16
* Armor stands are actually entities not blocks and can therefore can be summoned using {{cmd|summon ArmorStand}} and put in [[minecart]]s
* NBT tags can be used to create armor stands which are small (<code>Small</code>), invisible (<code>Invisible</code>), have arms (<code>ShowArms</code>), have disabled slots (<code>DisabledSlots</code>), have no base plate (<code>NoBasePlate</code>), have no gravity (<code>NoGravity</code>) and are in a preconfigured position (<code>Pose</code>)
; [[Cordero crudo]]
* Restores {{hunger|2}}
* Drops from [[sheep]]
* Can be cooked into [[Cooked Mutton|cooked mutton]]
; [[Cordero cocinado]]
* Restores {{hunger|6}}
; [[Piel de conejo]]
* Can be crafted in a 2x2 arrangement to produce [[leather]]
* Drops from [[rabbit]]s
; [[Conejo crudo]]
* Restores {{hunger|3}}
* Drops from [[rabbit]]s
* Can be cooked into [[Cooked Rabbit|cooked rabbit]]
; [[Conejo cocinado]]
* Restores {{hunger|5}}
; [[Rabbit's Foot]]
* Brewed to make a Potion of Leaping
* Drops from [[rabbit]]s
; [[Estofado de conejo]]
* Restores {{hunger|10}} and 12 saturation
** This makes it the best food in the game other than [[Golden Carrot|golden carrots]]
* Recipe: 1 [[Cooked Rabbit|cooked rabbit]], 1 [[Mushrooms|mushroom]], 1 [[carrot]], 1 [[Baked Potato|baked potato]], and 1 [[bowl]]
; [[Potions#Potion of Leaping|Potion of Leaping]]
* Adds effect Jump Boost, for "I" and "II" levels
* Brewed with a [[Rabbit's Foot|rabbit's foot]] and [[Potions#Base potions|Awkward potion]]
* The potion and bubbles are bright green coloured
; [[Barrier]]
* Acts like a full block but is completely transparent
** Can transfer redstone signals and allows blocks to be placed on it
* Can only be destroyed in Creative mode
* Can be obtained using {{cmd|give @p minecraft:barrier}}
* Becomes visible to players who are holding a barrier in their hand
** Appears to be rendered as particles; always facing the player
; [[Spawn Egg|Guardian Spawn Egg]]
* Spawns the [[Guardian]] mob
* Cyan coloured with orange spots
; [[Spawn Egg|Endermite Spawn Egg]]
* Spawns the [[Endermite]] mob
* Purple coloured with grey spots
; [[Spawn Egg|Rabbit Spawn Egg]]
* Spawns [[rabbit]]s
* Brown coloured with brown spots

=== Criaturas ===

; [[Endermite]]s
* Sometimes spawns in the place of an [[Enderman]] teleporting away.
* Sometimes spawns when a player teleports using an [[Ender Pearl|Ender pearl]].
* Despawns after 2 minutes (unless it is named using a [[Name Tag|name tag]])
* Have the same sounds as [[silverfish]]
; [[Guardián|Guardian]]es
* Spawns in [[ocean monument]]s
* Attacks [[squid]] and players with a web/beam
* When on land, it flops around, unlike [[squid]]s
* Drops [[Prismarine Shard|prismarine shard]]s, [[Prismarine Crystals|prismarine crystals]] and [[Raw Fish|raw fish]]
* Makes wet noises when hurt and squeaky, wet noises when flopping around on land
; [[Guardián anciano]]
* A boss-like variant of Guardians
* There are 3 elders in each [[ocean monument]]
* A flashing boss Guardian will appear on screen when close to the boss Guardian, and Mining Fatigue III will be inflicted on the player for 5 minutes
* Drops [[Wet Sponge|wet sponge]]
; [[Conejo]]s
* Drops [[Rabbit Hide|rabbit hide]], [[Raw Rabbit|raw rabbit]], [[Cooked Rabbit|cooked rabbit]] and [[Rabbit's Foot|rabbit's foot]]
* They have many different skins similarly to horses and ocelots. They have 8 skins including: Black, White, Brown, Gold, Black & White, Salt & Pepper, Toast, and the Killer Rabbit of Caerbannog
** Naming a [[rabbit]] spawn egg or [[Name Tag|name tag]] "Toast" will give [[rabbit]]s a special skin as a memorial to user xyzen420's girlfriend's rabbit Toast
** Very low rate of spawning as "The Killer Rabbit" (or the "The Killer Rabbit of Caerbannog")
*** 1/1000 chance of spawning
*** This type of rabbit is hostile and will attack players within 4 blocks, deals {{hp|5}} in easy, {{hp|8}} in normal difficulty and {{hp|12}} in hard
*** A reference to the movie [[Wikipedia:Monty Python and the Holy Grail|''Monty Python and the Holy Grail'']]
*** It is white with bloodshot eyes, and blood on its legs and mouth
*** Automatically spawns with a name tag titled 'The Killer Rabbit'
*** It can be directly spawned in with the command <code>/summon Rabbit ~ ~ ~ {RabbitType:99}</code>
* [[Rabbit]]s can be bred using [[carrot]]s, [[Golden Carrot|golden carrot]]s or [[Flowers|dandelion]]s
* [[Rabbit]]s have the same AI like the most other passive mobs, and jumping around randomly.
* Make little squeaky sounds when hurt or killed

== Cambios ==

=== Generales ===

; [[Splash]]es
* "OpenGL 1.2!" changed to "OpenGL 2.1 (if supported)!"
* "Now java 6!" changed to "Now Java 6!"
; [[Debug screen]]
* Text now has a background
* Replaced x, y, z, b, bl and other labels with more understandable labels
* "Light" is now the light levels at feet, not eyes
** Player rotation is now displayed for the vertical angle as well as the horizontal one
* The crosshair displays 3 short colored lines to indicate the direction of each axis: x/red, y/green, z/blue
* Day counter added
** Increases by 1 every dawn
* Now displays difficulty
** Peaceful - 0.00, Easy - 0.75, Normal - 1.50, Hard - 2.25
* Looking at a block in the world will show the coordinates of that block on the debug screen
* On the right hand side, a display shows up if you are looking at a block, giving various pieces of information and NBT data about it.
** Looking at all blocks shows you the state of the block, and the variant state where applicable (eg. minecraft:cauldron[level=1])
* Now shows whether you are facing the positive or negative x/z axis
* Currently missing LC value and FL value.
* {{key|F3}} + {{key|B}} now also shows which direction entities are looking in using a blue line and their eye level using a red line
* Now displays how many chunk sections are being rendered currently and how many chunk sections are out of view in percent, the OpenGL version, display size, vendor and GPU
* "Vanilla" added to the version number. eg: "Minecraft 14w30b (14w30b/Vanilla)"
** Presumably this will say something different if modded. Very few mods (or even APIs) currently exist for versions this recent.
* {{key|F3}} + {{key|H}} tooltips now show how many NBT tags an item has
; Block IDs
* Occurences of blocks/items now need to be named ids; old ids slowly being phased out
* NBT data in commands can now use block/item names in place of numerical ids
** Example: <code>id:"minecraft:stone"</code>
** In scoreboards, the format is <code>minecraft.block.stone</code>
* Superflat presets also use the new named id format
; [[Superflat]] world type
* Block ID/number of layers format changed from <code>NumberxID</code> to <code>Number*ID</code>.
* Preset code version number changed to "3".
; Internal block handling
* Now internally use states instead of metadata
* Metadata will still be used for a while
* Block states of the block being looked at will now be displayed on the F3 menu - Examples: redstone, door
* Internally, metadata no longer needs to be calculated out of the 4 bit data value, instead the values of specified properties can now be easily gotten and set
; [[Multiplayer#Chat|Chat]]
* Improved chat communication
* Messages are now either chat, system or action bar messages
* Action bar messages are always shown, chat and system messages are only shown if chat settings are configured that way
* Entities now have tooltips in certain chat instances when hovered over
** These appear when hovered over an entity's name in chat (e.g. the success message for {{cmd|kill}})
** Shows the name of the entity (e.g. Bob), the Id of the entity (e.g. Creeper (50)) and the entity UUID
** Shift+Left click while hovering over the entity's name inserts its UUID into your chat bar. They also work in commands like /tp so you can teleport to entities.
* {{key|F3}} + {{key|D}} clears the chat history (including previously typed commands)
; UUID
* All player lists will now be converted to be UUID-based automatically
; Performance
* All dimensions are now handled in different threads
** Rewrote chunk sorting
** Ported over the visibility culling code from MCPE thereby limiting client render of obstructed world segments
** Threaded chunk rebuilds
; Rendering
* Only transparent blocks will now render as transparent (eliminates the use of x-ray texture packs)
; [[Resource pack]]s
* Custom [[block models]] can be loaded
** Several blocks in the game are rendered differently using the new block models.
*** The cauldron's feet are cubes instead of faces.
*** [[Grass Block|Grass block]]s, [[dirt]], [[sand]], red sand, [[stone]], [[Netherrack]], [[bedrock]], and [[TNT]] all have their top texture randomly rotated
* Custom [[block models|item models]] can be loaded
** Many items's model is rotated 90 degrees in the inventory and in hand.
* F3+T and F3+S now reload models
* Resource packs can now be bundled with a world, put it in the map save directory and name it "resources.zip"
** Example: <code>.minecraft/saves/TheMapWithTheThing/resources.zip</code>
; GUI code
* Improvements to allow for "cooler things"<ref>https://twitter.com/Dinnerbone/status/428161570867519488</ref>
; [[Skin]]
* Added a new default skin: Alex<ref>https://help.mojang.com/customer/portal/articles/979200-minecraft-skins</ref>
** Alex's model is that of Steve but with 3-pixel wide arms
** There will be a choice to select fat or thin arms on minecraft.net/profile in the future
** Custom skins are still only 4-pixel wide arms
** If you don't have a custom skin yet, you are randomly assigned Steve or Alex based on your random user ID
* Right and left arms and legs are now editable independently
* Uses a steve.png file with new layout and new dimensions
** Dimensions for the file are now 64×64
* Overlay now includes the whole body
** Overlays are called ''hat'', ''jacket'', ''sleeves'' and ''pants legs''
* New "Skin Customization" button in the options menu
** Cape visibility is now toggled from here
** You can toggle the visibility of overlays, independent for each limb/body part
* Old skins still work, but won't have the new features
; Servers
* New server icons, displayed with 3 buttons.
** Up and down arrows to move the servers' order.
** Third button is to join the server.
* There is now a default server icon.
** Resembles the unknown resource pack icon.
* Servers can now customize network compression in <code>server.properties</code>
; Graphics
* Dropped items now face the player in all three directions on fast graphics
; [[Blocks]]
* Rewrote how blocks are rendered
* Rewrote how [[Data values|block data]] is handled
; [[The Void]]
* Removed fog and particles
; '''Optimizations'''
* Many optimizations to both the server (including single player) and the client
* Threaded chunk rendering
* Ore generation is more than twice as fast<ref>{{tweet|SeargeDP|488715162086813696}}</ref>
* Significant increase in FPS and performance
* Stability in the smoothness of FPS
* Chunks load a lot faster
* Threaded mob pathfinding
; Tech notes<ref>http://s3.amazonaws.com/Minecraft.Download/blocknotes.txt</ref><!-- Note, information already on this page has been removed from the overview on this reference-->
* Fixed server referencing Entities by origin, client referencing by eyes (!!)
* Fixed ray-casting differences between server & client
* Added RenderLayer ability to get colored on damage
* Added basic BlockModel asset
* Cleanup GUI rendering
* Added big optimization Noisegen
* Added generic face-render method in BlockRenderer
* Added RenderLayers to entities, moved armor/items/* to it.
* Extracted Vec3i from BlockPos
* Lots of BlockPos usage-optimizations (generation/pathfinder/features)
* Serialize BlockPos as long over network
* Improvements in memory limits for NBT reading
* Cleanup around old Direction usage
* Split BlockRenderer in subclasses
* Added BlockLayer (SOLID, CUTOUT, CUTOUT_MIPPED, TRANSLUCENT) for renderpasses
* Removed Direction, get rid of magic numbers, now in Facing
* Fixed unreleased ByteBuf leaking mem
* Cleanup around BlockPos usage
* Removed AABB pools
* Changed AABB, now immutable
* Removed Vec3 pools
* Changed Vec3, now immutable
* Changed TextureAtlas, names can have slashes
* Changed LWJGL to 2.9.1
* Changed Entity, now unique by UUID
* Added BlockPos (instead of int x, y, z)
* Added Facing enum, get rid of magic numbers

=== Jugabilidad ===

; [[Enchanting]]
* Enchanting will now cost 1 to 3 levels, but you still need the same minimum total levels
** For example, an enchantment may only become available for enchanting after reaching 13 levels of experience, but will only cost 2 XP levels and 2 of [[Lapis Lazuli|lapis lazuli]]
* Additionally, there is now a material cost - enchanting also costs 1 to 3 pieces of [[Lapis Lazuli|lapis lazuli]] now (seen above)
* The actual enchantment calculation is the same
* One of the enchantments will be displayed in the tooltip
* The enchantments you would get on a tool will not change until you enchant something - this enchantment seed is stored per player
* Leveling up now takes longer
* Level V enchantments can now appear on an item without the use of an [[anvil]]
* Looting now gives an extra 1% chance of getting rare loot per level
; [[Villager]] [[Trading]]
* Rebalanced [[Villager]] trades, see [[Trading#1.8 Trading Revamp|Trading]].
** Offers will be less random and probably more useful
** Villagers start out with 2-4 trades unlocked
** Trades are now unlocked more freely
*** Trading any offer will unlock up to 3 new trades or reactivate old ones
** Existing villagers will not be affected
* Trading now gives experience
* Villagers no longer trade [[Flint and Steel]].
* There are now more villager professions
** White robe: Librarian
** Purple robe: Cleric
** Brown robe: Fisherman, Farmer, Fletcher, Shepherd
** White apron: Butcher, Leatherworker
** Black apron: Armorer, Tool Smith, Weapon Smith
** Villager profession is now displayed in trade GUI
* The disabled trade arrow now appears without closing and reopening the trading GUI, and now has a descriptive tooltip
; [[Tutorials/Village mechanics|Village mechanics]]
* Doors are now added to the closest village
* This will not break iron farms, but change them a little, enough to make them "practically pointless"<ref>https://twitter.com/_grum/status/426299865673777152</ref>
; [[Anvil]] repairing
* Costs reduced to balance out with the new enchanting system
* Renaming items will now only cost 1 level
* Repairing cost now increases exponentially (1, 2, 4, 8, etc.)
* Repairing costs can no longer be kept down by renaming items
; [[Adventure]] mode
* Block hitboxes no longer appear in Adventure mode if interaction with the block is impossible
* Block interaction is now impossible by default
* The CanDestroy NBT tag can be used to determine which blocks can be allowed to be broken (see above for usage)
; [[Creative]] mode
* In creative mode, players can create a copy of a block entity in their hotbar, including all NBT data, with ctrl+Pick Block key (ctrl+middle mouse button by default)
* Players in creative mode can now damage entities even if they are flagged invulnerable
; [[Commands]]
* The ability to {{key|tab}} auto-complete coordinates with all commands that have a coordinate argument (e.g. {{cmd|setblock}})
* {{cmd|clear}}
** Can now be used to clear only a specific number of items and can be restricted to certain NBT data
** Example: {{cmd|clear|@p minecraft:spawn_egg 120 34 {display:{Name:Michael<nowiki>}}</nowiki>}} will remove up to 34 villager spawn eggs named Michael from yourself
** Can now test for partial matches of NBT lists
* {{cmd|debug}}
** Can now be run in single player
** New arguments for debug {{cmd|debug <start|stop|chunk> [<x> <y> <z>]}}
** x/y/z are required and valid only for chunk mode
** May be removed, as the command was supposed to be dev only<ref>http://www.reddit.com/r/Minecraft/comments/2c5f35/minecraft_snapshot_14w31a_has_been_released/cjct3k1</ref>
* {{cmd|effect}}
** Can now also specify whether particles are to be shown:
** Usage: {{cmd|effect <player> <effect> [seconds] [amplifier] [hideParticles]}}
*** Use 'true' to hide particles and 'false' to show; if value is not given, defaults to false
* {{cmd|kill}}
** Can now be followed by a target selector
** Example: {{cmd|1=kill @e[type=!Player]}}
* {{cmd|say}}
** Now lists all entity using @e.
** Example: {{cmd|1=say @e[r=500]}} will list all the entities in your world within a 500 block radius
* {{cmd|summon}}
** {{cmd|summon}} command can now summon lightning using {{cmd|summon|LightningBolt}}
* {{cmd|tellraw}}
** A new tag called "insertion" allows text to be inserted into the chat that, when shift-clicked, will insert more text into the players' chat input
*** Example: {{cmd|tellraw @a {text:"CLICK",insertion:"This is a test"} }}
** Can now insert values from scoreboards into messages
*** Example: {{cmd|tellraw @p <nowiki>{text:"Have ",extra:[{score:{name:"Searge",objective:"reward"}},{text:" diamonds"}]}</nowiki>}}
** Now has a <code>selector</code> argument
*** Allows to print player's names
*** Example: {{cmd|1=tellraw @a {selector:"@a[team=TeamRed]"} }} will print everyone who is on TeamRed
** Can display entity tooltips when the <code>action</code> for <code>hoverEvent</code> is set to <code>show_entity</code>
*** Example: {{cmd|tellraw @a {text:"Hover here",hoverEvent:{action:show_entity,value:"{type:'Zombie',name:'Dummy'}"}} }} will print a message will display the tooltip of a zombie named "dummy"
* {{cmd|testfor}}
** Can now also check for dataTags
** Example: {{cmd|testfor @p {foodLevel:20} }}
** No longer is exclusively usable in command blocks
** Can now check for inventory specific items
*** Example: {{cmd|testfor @p {Inventory:[{Slot:6b,id:"minecraft:diamond_sword"}],SelectedItemSlot:6} }}
* {{cmd|testforblock}}
** Can now test for partial matches of NBT lists
* {{cmd|time}}
** {{cmd|time query <value>}} argument to check the time
*** Has an another argument after that which can be <code>daytime</code> or <code>gametime</code> to check either the number of ticks since the start of the day or the number of ticks since the world was created, respectively
* {{cmd|tp}}
** Now supports rotation arguments
** Example: {{cmd|tp @p ~ ~ ~ ~20 ~40}} teleports the player so that he faces 20 degrees to the right and 40 degrees downwards
; Target Selectors
* Now supports cubic areas
** Example: <code>@e[x=0,y=0,z=0,dx=10,dy=10,dz=10]</code> gets all entities between 0,0,0 and 10,10,10
* New radius value usable in target selectors, based on the block center
** A radius of 0 works for exact block positions
* New selector parameters for entity selectors to detect entity rotations with rxm – x rot min, rx – x rot max, rym – y rot min, ry . y rot max
** Example: <code>@a[rxm=-15,rx=15,rym=-45,ry=45], /say @a[rx=30], don't look down!</code>
* Tab-completing coordinate arguments will now fill in the coordinates of the block currently being looked at
; NBT Tags
* <code>Age</code>
** Can now be set to -32768 for items that never despawn
* <code>CustomName</code> and <code>CustomNameVisible</code>
** Now work on all entities
* <code>pages</code>
** Uses the [[Commands#Raw_JSON_Text|JSON]] text component instead of plain text.
** Capable of using the <code>clickEvent</code> and <code>hoverEvent</code> tags.
** Previously, text formatting could only be accomplished using the section symbol via [[Formatting codes]].
* <code>Text1</code>, <code>Text2</code>, <code>Text3</code>, <code>Text4</code>
** Uses the [[Commands#Raw_JSON_Text|JSON]] text component instead of plain text
** Might need some time before it can work in survival.
** Can be used to show scores towards players by using the <code>selector</code> and <code>score</code> tags
** Previously, text formatting could only be accomplished using the section symbol via [[Formatting codes]]
** Character limit is based on character width
; Teleporting
* Relative teleporting is smoother and no longer brings players to a stop; it preserves their velocity from before the teleport
; Item tooltips
* Now show the internal name for use in commands (F3+H mode)
; [[Particles]]
* Can be summoned using the {{cmd|particle}} command
* Changed the particle effect when landing on a block, looks a lot more scattered
; '''[[Health|Life Bar]]'''
* Now the life bar has a new animation for the [[damage]], that additionally shows how many hearts a player loses
; [[Inventory]] system
* Rewrote the inventory system
* Fixes some bugs, improves performance and allows easier improvements
* Allows custom NBT that isn't handled by the game to be added onto items
** Custom tags will remain even if the items NBT is changed in-game. (i.e. by renaming)
; [[Enchantment]]s & [[Effect]]s
* Now also support named IDs as well as numerical IDs
** Example: {{cmd|enchant @a minecraft:looting 3}}
** Example: {{cmd|effect @a minecraft:speed 10 10}}
; Player list
* Improved the health objective display on the player list
* Will fall back to textual display if space is scarce, with colors (green/yellow/red) to show different health levels
* Additional health will squash the display together to fit
* Now groups together teams
* Now sorts players by name
* Player list shows the faces of players

=== Generación del mundo ===

; [[Village]]s
* Gravel roads in villages have cobblestone underneath, to prevent them from collapsing into caves
* Many of the buildings in plains/savanna villages have replaced some of their wooden planks with wooden logs
; [[Desert temple]]s
* Now spawn with [[stained clay]] instead of dyed wool
; [[Cavern]]s
* Now generate on the surface of desert, mesa, mega taiga and mushroom [[biome]]s
; [[Biome|Swampland]]
* Changed generation of the marsh-like areas<ref>http://i.imgur.com/lQELvLX.jpg</ref>
; [[Biome|Mesa]]
* [[Red Sandstone]] now generates at cavern entrances in Mesa biomes
; [[World border]]
* The default world border is now an animated texture rather than an invisible [[bedrock]] barrier
* There is now nothing beyond the world border
* Is set at a diameter of 60 million by default, for both [[the Overworld]] and [[the Nether]]
* Mobs and players can't pass through it and take damage when outside
* If you’re stuck outside the world border, it is possible to freely fly/walk around (not possible to freely walk through the border from the inside though)
* When you get within a certain distance of the world border, a red-aura-like warning will activate
** Only visible on Fancy graphics
** Outside the border, the warning is at full strength
** Inside the border, the warning gradually gets stronger as the player approaches the border
** If the border is stationary, the warning is first seen as the player passes the warning distance, default 5 blocks from the player's location
** If the border is shrinking quickly enough, the warning will be first visible at the warning time, default 15 seconds from the player's location
* The {{cmd|worldborder}} command allows one to customise various aspects of world borders like their size, center, damage and warning

=== Bloques y objetos ===

; [[Sponge]]
* Introduced [[sponge]] to [[Survival|survival mode]], with new behavior and texture
* [[Sponge]] turns into [[Wet Sponge]] when it soaks up water
** Water particles appear around the [[Sponge]] when this happens
* [[Sponge]] destroys water blocks from 5 blocks away in a kind of sphere
* [[Sponge]] soaks up water only when water is touching it
; [[Stone Bricks|Chiseled Stone Bricks]]
* Now craftable from two [[Slabs|stone brick slabs]] on top of each other
; [[Stone Bricks|Cracked Stone Bricks]]
* Can now be obtained by smelting [[Stone Brick|stone brick]]s, making them renewable
; [[Moss Stone]]
* Now craftable from one [[cobblestone]] and one [[Vines|vine]]
; [[Stone Bricks|Mossy Stone Bricks]]
* Now craftable from one [[Stone Bricks|stone brick]] and one [[Vines|vine]]
; [[Beacon]]
* Beacon light beams change color when going through [[stained glass]] and [[stained glass pane]]s
** Making it feed into multiple [[stained glass]] blocks/panes will combine the colors
* Beam now goes through all blocks that don't completely block light: Ice, water and leaves
; '''[[Sign]]s, [[chest]]s, [[beacon]]s, [[bed]]s and [[head]]s'''
* Now display the cracking animation<ref>https://twitter.com/TheMogMiner/status/489405548106752003</ref>
** [[Bed]]s did display the cracking animation previously, but not on their top and bottom
; [[Door]]
* Stack to 64
* The crafting recipe for doors now gives 3 doors instead of one
** Applies to both [[door]]s and [[iron door]]s
* New types of doors for all the different wood types
** Therefore, Wooden Doors have been renamed to Oak Doors
* Door item textures changed to be more detailed and more consistent with the new doors
; [[Trapdoor]]
* Trapdoors are now called "Wooden Trapdoor" <ref>In the en_US.lang file, "tile.trapdoor.name=Wooden Trapdoor" as of 14w08a</ref>
; [[Torch]] & [[Redstone Torch]]
* Torches and redstone torches placed on walls now have an angled top side
; [[Blaze Rod]]
* Are now held similarly to [[tools]]
; [[Furnace]]
* When a furnace runs out of fuel, the smelting progress will rewind at 2x speed
* Empty furnaces will now only accept fuel and empty [[bucket]]s in the fuel slot
; [[Carrot]]
* Restore 3 hunger points instead of 4
; [[Baked Potato]]
* Restore 5 hunger points instead of 6
; [[Hay Bale]]
* Rebalanced how they heal and accelerate the growth of [[horse]]s
; [[Dead Bush]] & [[Sapling]]
* Can now catch fire
; [[Melon (block)]]
* Mined faster with an axe
; [[Huge Mushrooms]]
* When harvested with silk touch enchantment they drop blocks with corresponding mushroom texture (red or brown) on all sides rather than the one with spores
; [[Mob head]]
* Made Creeper, Skeleton and Zombie Heads available in survival
* Creepers, Skeletons, Wither Skeletons, and Zombies drop their heads when killed by charged creepers. Wither Skeletons continue to have heads as [[rare drops]].
** Note that a charged creeper explosions will not yield more than one mob head
* Skulls worn on heads are now bigger so the 2nd skin layer no longer peaks through
* Player and mob heads in inventories and held by mobs/players now display the actual head
* Placed mob heads now show the 2nd skin layer
; [[Item Frame]]
* Items in item frames can now face eight different directions
* As long as the frame remains placed, it remembers the orientation of the last item it held, and uses it for the next item it holds
* Item frames can give off a signal detected by [[Redstone Comparator|comparator]]s, based on the direction the item is facing
** Signal strength is as follows: 0: empty; 1: item; 2: item rotated once; 3: item rotated twice; ...; 8: item rotated 7 times
* Improved position handling of item frames
; [[Painting]]
* Improved position handling of paintings
; [[Dispenser]]
* Can now place [[pumpkin]]s or [[Mob head|Wither Skeleton Skull]]s to spawn golems and withers respectively
** Will only place them if the body of the golem or wither is already built
* Can now place [[Command Block|command blocks]] with pre-configured commands, rather than dispensing it
; [[Button]]
* Can now be placed on ceiling and on the ground
; [[Redstone Comparator]]
* Can now detect what way an [[item frame]] is rotated
; [[Daylight Sensor]]
* Can be inverted with a right click
** Reaches full strength at the opposite time than it would when set to normal
** This can allow for a light that turns on at night rather than day without the need of a NOT gate
; [[Activator Rail]]
* Powered activator rails will now shake [[minecart]]s, causing riders (players and entities) to dismount
; [[Minecart with TNT]]
* Minecart with TNT can be ignited with a Flame enchanted bow
* Minecart with TNT explosions no longer stack
; [[Sign]]
* Use the JSON text components <code>Text1</code>, <code>Text2</code>, <code>Text3</code>, <code>Text4</code> instead of plain text
* Can be used to show scores towards players by using the <code>selector</code> and <code>score</code> tags
* Previously, text formatting could only be accomplished using the section symbol via [[Formatting codes]]
* Character limit is based on character width
* Might need some time before it can work in survival
; [[Book and Quill]] & [[Written Book]]
* Use JSON text components instead of plain text with the new <code>pages</code> tag
* Capable of using the <code>clickEvent</code> and <code>hoverEvent</code> tags
* Previously, text formatting could only be accomplished using the section symbol via [[Formatting codes]]
* Might need some time before it can work in survival
; [[Written Book]]
* Copying written books will now mark them as copies/copies of copies
* The copying status of a book (ie. original, copy of original or copy of a copy) is denoted in a separate line in the tooltip, beneath the author's name
* Copies of copies cannot be copied
; [[Ladder]]
* Mined faster with an axe
; [[Armor]]
* Armor no longer gets colored when mobs/players are hurt
; [[Arrow]]
* Behave differently underwater
** They will lose all velocity after a few blocks and slowly fall
** Fire Arrows will be extinguished
; [[Slabs]]
* Removed double stone slab's item form
* Removed double wooden slab's item form
; [[Technical blocks#End Portal|End Portal]]
* Inventory image is now the Missing Texture block instead of the Nether Portal item
; [[Monster Spawner]]
* Can be right-clicked with a [[Spawn Egg]] in hand, to change what the spawner produces
; [[Command Block]]
* Survival players can no longer look inside the command block to see the command
* Now show the entity (@e) parameter
* X/O button next to "Last output" in commandblock to turn off the last output string

=== Criaturas ===

; Todas las criaturas
* Actualizadas a la nueva IA (inteligencia artificial)
* Mobs now show a glow of a slightly different color when hurt
; [[Adeano]]s
* When struck by lightning, villagers turn into [[witch]]es
* Now have a head slot where helmets or blocks can be applied
* Villagers will now only breed when willing
** The first time a specific trade is done, the villager will become willing, any other time there's a 1 in 5 chance the villager will become willing
** When a baby villager is born, both parents lose their willingness
** Villagers become willing to breed by consuming food: 3 [[bread]] or 12 [[potato]]es or 12 [[carrot]]s
** Finding out a villager's willingness in survival is difficult: The only tell is the amount of xp they give when trading; Normal trading yields 3-6 experience points, trading and making a villager willing yields 8-11 experience points
* Changes to [[villager]] AI
** Villagers will now harvest, collect and replant grown [[potato]], [[carrot]] and [[wheat]] crops
** Villagers will craft [[wheat]] into [[bread]]
** Villagers will share food with fellow villagers
; Animales bebes (oveja, cerdo, vaca, pollo, gato, perro, caballo)
* Baby animal growth can now slowly be accelerated using the animal's breeding item
* It appears holding the right mouse button speeds up this process
; [[Lobo|Lobos]]
* Tamed and untamed wolves now attack skeletons without provocation, similar to how untamed wolves attack [[sheep]] in the wild
; [[Ocelote|Ocelotes domesticado]] and [[Lobo|Lobo domesticado]]
* Now display a death message if named with a [[name tag]]
; [[Esqueleto]]s y [[Esqueleto Wither|Esquelestos Wither]]s
* Now run away from [[Wolf|wolves]] instead of fighting back
* Now run away from [[Creeper]]s that are about to explode
* Now drop a Skeleton [[mob head]] when killed by a charged creeper
; [[Slime]]s y [[Magma Cube]]s
* Now swim as a result of the update to the new AI
* Randomly change direction every so often, reducing the chance of them getting stuck at walls or corners
* Slimes will now randomly despawn over time if no player is within a 32 meter range
* Appear to jump a bit more randomly
*When named and attacked, each new slime will keep its given name.
; [[Zombie Pigman|Zombie Pigmen]]
* Angry zombie pigmen now pathfind as a result of the update to the new AI
* Now run away from [[Creeper]]s that are about to explode
* Adult Zombie Pigmen will forgive after a short time (and lose the aggro speed boost), but will continue to attack until the player escapes their aggro distance
; [[Enderman|Endermen]]
* Now pathfind as a result of the update to the new AI
* Now walk slightly faster
; [[Spider]]s and [[Cave Spider]]s
* Can no longer draw line of sight through opaque blocks
; [[Blaze]]s
* Blazes will now shoot the player even if there are solid blocks between them
; [[Gigante]]s
* Armor on [[Giant]]s is now rendered
; [[Silverfish]]
* Silverfish will stop occasionally before moving again (similarly to most mobs)
; [[Creeper]]s
* Now run away from other [[Creeper]]s that are about to explode
* Now drop a Creeper [[mob head]] when killed by a charged creeper
; [[Zombie]]s
* Now run away from [[Creeper]]s that are about to explode
* Now drop a Zombie [[mob head]] when killed by a charged creeper
; [[Witch]]es
* Now run away from [[Creeper]]s that are about to explode
; [[Iron Golem]]s
* Now attack the player as soon as it is attacked, but only if the player is in survival
* Now attack Creepers.
; [[Snow Golem]]s
* Snow golems below layer 64 no longer leave a trail of snow.
; [[Iron Golem]]s, [[Snow Golem]]s & [[Wither]]s
* Can be spawned by arranging the blocks in any orientation
** This does not affect the orientation of the spawned mob
; [[Oveja]]
* Now drop mutton when killed

== Curiosidades ==

* Esta ha sido la más larga espera para la más importante de las actualizaciones de Minecraft, con 312 días transcurridos desde el lanzamiento de [[1.7.2]] el 25 de octubre de 2013.
** [[1.3.1]] tuvo la más larga espera previamente entre las versiones principales, con un lanzamiento el 1 de agosto de 2012, 153 días después de la liberación de [[1.2.1]].
* También ha sido el desarrollo más largo para una actualización importante en la historia de Minecraft, con la primera instantánea (snapshot) que sale el 9 de enero de 2014, 236 días antes del lanzamiento completo.
** La anterior más larga fue también con la 1.3.1, con 111 días a partir de la primera instantánea de la versión final.
* Esta actualización ha tenido el mayor número de instantáneas de desarrollo de cualquier actualización importante hasta el momento, con 52 snapshots.
** La actualización con el mayor número de instantáneas anteriormente fue la [[1.6.1]], con 18 snapshots.

== Errores corregidos ==

{{fixes
|fixedin=1.8-pre3, 1.8-pre2, 1.8-pre1, 14w34d, 14w34c, 14w34b, 14w34a, 14w33c, 14w33b, 14w33a, 14w32d, 14w32c, 14w32b, 14w32a, 14w31a, 14w30c, 14w30b, 14w30a, 14w29b, 14w29a, 14w28b, 14w28a, 14w27b, 14w27a, 14w26c, 14w26b, 14w26a, 14w25b, 14w25a, 14w21b, 14w21a, 14w20b, 14w20a, 14w19a, 14w18b, 14w18a, 14w17a, 14w11b, 14w11a, 14w10c, 14w10b, 14w10a, 14w08a, 14w07a, 14w06b, 14w06a, 14w05b, 14w05a, 14w04b, 14w04a, 14w03b, 14w03a, 14w02c, 14w02c, 14w02b, 14w02a
|notfixedin=1.7.10, 1.7.10-pre1, 1.7.10-pre2, 1.7.10-pre3, 1.7.10-pre4, 1.7.9, 1.7.8, 1.7.7, 1.7.6-pre2, 1.7.6-pre1, 1.7.6, 1.7.5, 1.7.4, 1.7.2, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.5.2, 1.5.1, 1.5, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2
|affected=1.7.10, 1.7.10-pre1, 1.7.10-pre2, 1.7.10-pre3, 1.7.10-pre4, 1.7.9, 1.7.8, 1.7.7, 1.7.6-pre2, 1.7.6-pre1, 1.7.6, 1.7.5, 1.7.4, 1.7.2, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.5.2, 1.5.1, 1.5, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2

|;old
|19|Having FOV over 100 and sleeping in bed will cause you to look inside your head
|71|Mobs don't spawn next to water streams if the x and z coordinates are negative
|78|Villagers crowd into a single building
|92|Slab & stairs lighting incorrect
|99|Skins sometimes disappear after death
|107|Potion of night vision: total blackout
|129|Chunks not loading surface, revealing caves, etc
|208|Paintings & item frames can overlap / z-fighting when overlapping
|229|The fullscreen/windowed mode toggle status is inconsistent when using hotkeys
|267|Potion effect status doesn't show if the inventory was open when it was cast upon the player
|268|"Jump Boost" does not reduce fall damage
|272|Inventory remains pushed over once effect has worn off
|393|Starvation prevents sleeping in bed on peaceful
|404|Viewing a map while invisible still shows both hands holding it
|455|Standing on exact x {{=}} 0, z {{=}} 0 coordinates prevents breaking / placing blocks to the northwest
|486|Zombies and skeletons don't burn on slabs
|506|You can make smooth sandstone into smooth sandstone
|586|Beacon light does not travel through water
|665|Minecarts and TNT are not moved by water currents
|676|Signs and chests do not display cracking animation
|816|'Drowning' meter doesn't reset when there's a block overhead, in running water
|888|{{cmd|difficulty}} command doesn't change the default difficulty in the options menu (singleplayer)
|1178|Invalid biome ID in Superflat crashes Minecraft
|1253|Ladder, sign, fence, gate, trapdoor causes block it is placed in to darken
|1298|Slightly damaged and very damaged anvils lose broken texture when falling
|1305|Iron bar hit-boxes misaligned
|1451|Sideways placed blocks (quartz, hay bales, wood logs) textures are not rotated properly
|1458|Zombie / Skeleton chestplate not displaying the sleeves of the chestplate properly
|1499|Can see the water lighter in a certain position
|1532|TNT flashing graphic when lit looks cut up and faded / z-fighting
|1580|Ghost items from trading with {{key|Shift}}-click
|1677|Retracting piston shows ghost hitbox of technical block
|1769|X-Ray by standing inside TNT / glowstone / block of redstone / leaves (fast)
|1818|<code>SkullOwner</code> is lost when "picking" the skull in creative
|1831|Incorrect fire charge noise
|1893|If you sneak, buckets will place water/lava/lily pads at the position you would point at if you weren't sneaking
|2053|Inconsistent door texture
|2071|Pausing the game or opening any GUI in a nether portal does not work
|2117|Beacon beam not viewable on low render distance
|2292|OS X: {{key|Ctrl}} modifier key instead of {{key|Cmd}}
|2367|Players can place and remove arbitrary blocks in Adventure mode, breaking pre-1.4.2 maps
|2346|Hitbox of anvil not proportional
|2487|Lighting cocoa {{!}} glowing when hit
|2559|Squids taking damage while in water
|2713|Occasionally you can't hit entities with anything
|2789|Unbreakable blocks in adventure mode: hay block, TNT, Silverfish, piston, cactus, bed, fire, sponge
|2911|{{cmd|Gamerule}} commands allow parameters other than <code>true</code>/<code>false</code>
|2930|Heart bar doesn't show how much damage is dealt to the player
|2947|Ghasts and witches do not aim properly
|2990|Heads, beds, and doors can't be placed where there is thin snow
|3066|Adventure Mode breaking transparent blocks
|3084|Models improperly shaded at certain angles
|3100|Stone stairs are named incorrectly, they should be called cobblestone stairs
|3151|New mob AI doesn't take world limit/Void into account for pathing
|3230|Black squares on 3rd person view
|3337|Cannot walk through 2 high hole with chest / soul sand / portal frames in floor
|3444|The {{cmd|give}} command will stack any item
|3450|While lying in bed nearby mobs will look above the player
|3493|Item frames "jumping"
|3583|<code>java.lang.NullPointerException: Exception ticking world (at ml.c(SourceFile:199))</code> (Corrupted Nether chunks)
|3599|Sleeping in beds above layer 128 in multiplayer causes the player to fall into the void (visually only)
|3615|Seeing through lava
|3631|Creepers float one-eighth of a block above the ground
|3664|Golden carrot Creative misplacement
|3668|When going through nether portals with (potion) effects, the effect animations (particles, fire, visibility, additional hearts) are lost
|3716|Ender Pearls and Beds
|3718|Textures and Effects are off when far away from the center of the map
|3818|Playing stacked music discs in jukebox will duplicate them
|3884|No splash sound when items dropped in water
|3995|Sponges won't absorb water
|4008|Pick block item duplication
|4077|Player hitboxes in debug mode are rendered too high
|4222|While under the effect of a night vision potion, enemies no longer flash red upon taking damage
|4239|Redstone and string in a cobble generator turn into obsidian
|4286|TNT explosion does not show in 3rd person
|4329|Parts of enchanted leather armor, when held, don't shimmer
|4402|Brewing Stand becomes bright upon punch
|4410|Floating in 3rd person while sneaking
|4476|Endermen don't teleport when battling other mobs up close
|4490|Fishing rod not attached in 3rd person while crouching
|4546|Sheep spawn eggs have wrong texture when thrown on the ground (fast graphics)
|4767|Shadow on the block above your head
|4772|Head items not rendered properly in 3D
|4837|Zombie/player held beacon experience z-fighting
|4855|Mob spawners miss a row on X and Z axis for the spawn range
|4930|Flight can be faster than chunk load
|4934|Squids Make Footstep Sounds
|5018|Wide characters (e.g. Tildes ~) overflow on signs
|5164|Strength and weakness potions do not work on aggressive wolves
|5206|Renamed items' name isn't shown in italic or coloured on item switching
|5215|Mob spawner "<code>MaximumNearbyEntity</code>" tag only has maximum range of 4 above and 4 below
|5270|Suffocation screen is buggy while standing in lava
|5306|Enchanted blocks don't show enchantment in your hand, inventory, as headwear (skulls/pumpkins) or when dropped on the ground
|5312|Thorns not working against some monsters
|5313|Durability on Shears does not go down when used on wool blocks
|5477|Fireworks and given dye beyond id 15
|5506|Villagers offer enchanted book trades you can't possibly do
|5525|Some sounds play at a low volume
|5585|The Ender Dragon is not affected by the Sharpness and Power enchantment
|5610|Redstone Dust on tall grass (placement bug)
|5653|Enchanted book offers will only ever get worse with villager trades
|5824|Cactus can grow next to blocks
|5860|Endermen can place cacti in illegal places
|5962|When first loading a world, chests and trapped chests have a visual glitch in hotbar
|5991|Hoppers use wood sounds for placing/breaking
|6095|There is a very small gap at the hopper block model
|6179|Chickens don't save their egg lay timer
|6773|Renaming a slime or Magma cube, Once it splits it no longer has its custom name.
|7001|Items in item frame get dark when rotated (fast graphics)
|7133|Texture of burning furnace(ID 62) shows no face in inventory
|7157|Minecart with furnace texture shows active furnace without powering it
|7432|Real zombie sieges fail to start (fix included)
|7443|Temporary floating minecart by pistons
|7463|Mooshrooms need grass to spawn from mob spawners instead of Mycelium
|7488|Village siege's spawn location is calculated incorrectly (fix included)
|7508|Lighting error due to <code>Chunk.heightMap</code> ignoring block at the top level of an <code>ExtendedBlockStorage</code> instance (off by 1 error)
|7807|Thrown eggs look like snowballs when hitting something
|7896|TNT minecarts that are set on fire drop TNT and a minecart
|8201|Lit TNT falls into floor on reload
|8255|TNT does not make fuse sound when dispensed out of dispenser
|8509|Iron bars texture gap
|8648|Upon naming an item, it no longer grows in base value after being repaired on an anvil
|8662|Items are not centered correctly within frames
|8785|Placing snow cover to side of block replaces current cover regardless of thickness
|8858|Rain goes through upside-down stairs
|8881|Mobs treat any layered snow as non-solid
|8898|Player hitbox is rendered in inventory
|8987|Flame-enchanted bows don't activate TNT minecarts
|9097|{{cmd|testfor}} producing true comparator signal with invalid parameters
|9164|Chickens can be bred with nether wart, melon seeds, and pumpkin seeds
|9173|Side of dropped items and items in item frames don't appear enchanted
|9177|Tripwire doesn't have two sided faces
|9275|TNT is not ignited when right-clicked by a fire charge
|9406|Underwater effect on held item at high aspect ratios
|9473|Unnecessary delay of "Done" button in the resource pack selection menu
|9539|"{{cmd|kill}}" command still doesn't work from multiplayer server console
|9553|Wrong rendering order of particles, hitboxes, clouds, transparent blocks and breaking animations - ''partial fix: particles only''
|9562|Double clicking in creative inventory doesn't auto stack the items
|9582|Whole-word selection behaves erratically in chat
|9664|Blaze / Ghast fireballs can make fire with mobGriefing off
|9752|The command block will detect players who are dead, but have not yet hit respawn
|9787|The game crashes when trading with villagers
|9806|No name color when using {{cmd|say}}
|9866|Upper part of a door does not open when placing a block of redstone beside it
|9998|Breaking blocks in Creative can produce particles from blocks behind the broken block
|10046|Random destination routine has a small statistical tendency to move more north west (fix included)
|10099|Angry Zombie Pigmen usually won't jump over 1-high transparent blocks to get to enemies
|10206|Breaking animation displayed on top of cauldron and hopper
|10209|More World Options menus for bonus chest and hardcore aren't blacked out
|10323|Enchanted Items close to the screen drop FPS
|10387|The bottom of a hopper becomes dark while being broken
|11023|Retracting piston arm incorrect lighting
|11170|{{key|F3}} pie graph bug
|11207|Clicking hotbar hotkey ({{key|1}}-{{key|9}}) to move a stack of items / blocks to enchanting table deletes all but one of a stack
|11270|Scoreboard doesn't work with offline / non-existent players
|11524|Slime & minecart
|11607|Right click with undyed leather armor part on cauldron with water still lower water layer
|11651|UTF-8 domain name support
|11681|Players' nameplates are too low while sleeping in beds
|12061|Witch hitbox
|12363|Lava bucket in inventory becomes empty bucket
|12640|Scoreboard disappears when there are too many entries
|12730|TNT placed on fence/nether fence/cobble wall/mossy wall and ignited has TNT fall through floor
|13381|Spawner shows activity when eyes pos in range, but actually only produces mobs when feet pos in range
|13485|Tripwire hook texture looks weird
|13633|Horse's jump bar appears even when the horse isn't saddled yet
|13771|Carpet and layered snow blocks not properly visible in hand
|13799|Selection box of fence is hidden when a leash/lead is tied to it
|14617|Difficulty settings from one single player world carry over into others
|14671|1-tick pulse sustaining with repeaters
|14800|Sociable zombies spawn in the nether upon pigman damage
|14861|Teleporting using commands resets the velocity
|15084|Leads not dropping when a leashed mob is killed
|15093|Named mobs names not visible through glass
|15202|Player can be pushed around by mobs while on horseback
|15370|Hay bale: horses heal + speed growth mismatch if crafted with 9 wheat
|15707|Wild and hostile wolves can be leashed
|16387|Nether Fortresses are ignoring "Generate Structure" setting at world creation
|16457|Pumpkin texture flips when made into snowman
|16587|Glass pane / iron bar graphical bug
|16608|Text color in hopper and brewing stand GUI changes
|16753|Glass bottle is consumed upon right-click on a water source / cauldron in creative
|17035|Can teleport dead and unrespawned player
|17047|Placing heads doesn't cause block updates
|17156|"{{cmd|Give}}" Command throws <code>ArrayIndexOutOfBoundsException</code> on high Item ID values
|17624|Breaking stairs graphical glitch
|17868|Zombies in water AI glitch
|18245|Renaming + enchanting cost bug
|18284|New AI mobs see through invisibility
|18477|Iron golems can see and attack invisible hostile mobs
|18752|Entity shadows not rendered correctly after getting GL error due to compass in item frame
|19112|Extinguishing fire plays fizz.ogg twice
|19205|Tall Grass particles are gray when destroyed by placing water through another tall grass
|19313|Wet tamed and wet hostile untamed wolves use texture from untamed, unhostile wolves
|19702|Wither armor has wrong texture
|19886|Plants don't cause an update when the block beneath is broken/light level changed
|19996|Statistics Menu Item Names
|22395|You can place block inside yourself by placing blocks next to fences
|22586|{{cmd|spreadplayers}} command doesn't accept relative coords for <code>x</code> and <code>z</code> parameters
|23940|If you sleep in a bed near a transparent block, you can get in the block
|24336|Withers are harmed by the explosions of their Wither Skulls
|24778|Opening and closing sound bug
|25370|Mouse is centered when going to previous menu with {{key|Esc}}
|25378|Back of ladder missing - stronghold generation
|26203|Scoreboard: player does not appear in sidebar after setting initial score to zero
|26572|Mob/player head blocks don't render the hat layer
|26987|Horse tries to breed with another horse that is not yet in love mode
|27538|Sand landing on snow slabs is inconsistent
|29408|Tab support is not possible with player names when using the {{cmd|playsound}} command
|29431|Search function returns some extra potion results
|29475|Arrow sound plays twice when shot into blocks
|29515|When tracking <code>stat.craftItem</code>, {{key|shift}}-clicking counts 2
|29518|"<code>stat.damageTaken</code>" and "<code>stat.damageDealt</code>" track # of hits vs # of hp damage
|29558|Double plants cannot be broken by placing a different block on the block it occupies
|29588|<code>Hopper: java.lang.NullPointerException - Invalid Biome id</code>
|29559|2 block tall grass/fern does not produce seeds when broken
|29590|Breaking two-block plants shows wrong breaking particles
|29711|Sprinting while flying
|29777|Grass block's sides use fast version of texture when held in hand regardless of graphical settings
|29796|Snowing causes water drips
|29803|Statistics doesn't resize / Buttons missing after resize
|29999|Realms button is still visible even though the client is a snapshot
|30002|Falling / landing particles / particles applied to the player centered on the block rather than the player
|30135|<code>Hopper: java.lang.NullPointerException: Getting biome</code>
|30192|<code>stat.useItem.<Item#></code> glitching with scoreboard
|30350|Superflat Swampland doesn't generate lily pads
|30450|{{cmd|give}} command creates crash-inducing items with incomplete <code>[dataTag]</code>
|30484|Giving items with unknown (high) data value crashes and leaves the world unusable
|30527|Achievement "Adventuring Time" does not work right
|30543|Particle effect when landing doesn't work on walls or fences
|30548|<code>stat.fallOneCm</code> does not display proper amount
|30568|{{cmd|summon}} command can't summon lightning
|30589|Item frame only drops item upon explosion
|30704|Unsupported keys with foreign keyboard on Linux
|30877|Crops (Wheat/Carrots/Potatoes) not popping off in light level 0
|30897|Nether portal doesn't fully break when one or more blocks are destroyed
|30995|{{cmd|setblock}} replace doesn't replace same block with different tile entity / NBT data
|31047|Use item stat corresponds to left-click, not right-click
|31081|Stone monster eggs spawn 2 Silverfish
|31147|Some blocks are invisible in Enderman's hands
|31203|Furnace progress remains after changing ingredient
|31344|{{cmd|summon|mob}} and {{cmd|summon|monster}}
|31365|{{cmd|summon}} and {{cmd|setblock}} cannot specify chests, furnaces, dispensers, rails and droppers orientation
|31382|{{cmd|Summon}} command (with enchantment IDs higher than 255) crashed Minecraft
|31572|{{cmd|setblock}} ladder creates transparent block instead
|31574|{{cmd|tellraw|translate}} on string with arguments without a <code>with</code> argument crashes server
|31615|Mipmapping: seeing green and brown "blocks" at the horizon
|31728|Resource pack glitch on shaders
|32017|Maps issue + Super Secret Settings
|32284|Placing an enchanted item with a non-existent ench ID will crash when placing it in the first slot of an anvil
|32301|Lava fizz sound plays whenever a flowing lava block destroys an air block
|32434|Various ocelot spawning problems, again
|32514|The well in a desert village is made out of the wrong material / cobblestone
|32579|Attribute "<code>followRange</code>" not working thoroughly
|32867|Stained clay blocks act as wood if a fence is underneath
|32930|Thunderstorms light level is still as bright as normal rainstorms
|32997|If you try to give your self air repeatedly it will crash your game
|33030|Mobs (Endermen) don't flash red when hit in the End
|33071|<code>"Data tag parsing failed: Unbalanced quotation"</code> when parsing strings with semicolons
|33084|{{cmd|give}} command at dead players
|33109|Scrolling with mouse wheel in server list is unresponsive
|33110|Spiders (and some other mobs) are not affected by speed effects or <code>movementSpeed</code> attributes
|33246|Multicolor fireworks crash game when given using {{cmd|give}}, or summoned using {{cmd|summon}}
|33467|Summoning a firework crash when using non-decimal colour values
|33558|Aggro tags don't work with Neutral Mobs that have New AI
|33872|All humanoid mobs except skeletons float too high above ridden entities
|34648|Torch not placeable on stained glass
|34772|Efficiency does not work on Packed Ice
|34815|Hearts do not blink when regenerating
|34919|<code>Hopper: java.lang.NullPointerException: Rendering screen</code>
|35431|{{cmd|Tellraw}} commandblockoutput
|35617|Cactus has incorrect inventory image
|36103|Nether portal block invisible in front of another nether portal block
|36151|<code>stat.leaveGame</code> does not increment when game is closed
|36489|Mooshrooms lose their name (from name tag) when sheared
|36494|{{cmd|setworldspawn}} does not update compass
|36639|Zoomed out maps do not properly align
|36718|New fragmented sentences in translation
|36812|Chat Opacity option is not working
|36822|Minecart with command block merging
|36847|No colon after Game Mode in world options
|36867|{{cmd|tellraw|@a null}} causes game crash
|36883|Game freezes sporadically (0-3 fps) for varying periods of time
|36947|{{cmd|weather|clear <time in seconds>}} doesn't clear weather for anywhere near the amount given
|37075|<code>Hopper: java.lang.NullPointerException: Exception generating new chunk</code>
|37215|You are able to place a glass pane where you should not be able to
|37355|<code>server-icon.png</code> alpha channel display
|37398|Clicking super secret settings in the main menu throws an exception (but does not crash)
|37416|When the disk is put in jukebox the name does not appear
|37661|DataTag parsing/escaping issue
|37818|One block has no backface culling whilst others do
|37946|Pick block on grassless dirt gives dirt
|37996|Experience bar loses transparency
|38014|When {{cmd|setblock|oldblockHandling}} is set to <code>replace</code>, it still drops container items
|38127|Wrong texture of a bottle
|38637|Maps framed on east or west sides of blocks are darker than north or south sides
|38915|You can place blocks on top of cauldrons when standing inside or on top of them
|38944|Joining Realms world "Cancel" button misplaced
|39139|<code>walkOneCm</code> stat doesn't accurately measure distance
|39228|Zombies kill villagers instead of transform them (hard difficulty)
|39825|Floating anvil using TNT
|40367|{{cmd|tellraw|@a}} throwing NPE when no players online
|40420|Major texture/rendering glitch
|40484|Game crash after summoning <code>MinecartRideable</code> riding Villager
|40615|Child animals obsessed about their parents, even after growing up
|40986|{{cmd|Tellraw}} command crash (<code>stat.entityKilledBy</code>)
|41234|"{{cmd|summon}}"ed or spawned <code>LeashKnots</code> always spawn at 0, 0, 0
|41594|Game crashes when Ender Crystal is stacked on top of horse
|41839|Chicken Jockeys with Baby Zombie Pigmen do not work
|41917|<code>Unable to play sound: "minecraft.damage"</code> when attacking other players (SMP and in Singleplayer)
|41962|Water texture bug
|42312|Range with command blocks subtly messed up
|42475|Not able to pick up item if given to a dead player
|43010|Non-standard texture resolutions cause rendering errors with mipmap
|43012|Glass pane z-fighting with itself
|43984|Normal players can use player selectors
|44166|Scoreboard objectives inaccurate in smelting objectives
|44363|Anvil rendering glitch in inventory
|44597|Unable to play unknown soundEvent: <code>minecraft:mob:witch.idle</code>
|44649|Minecraft on Mac is called java
|44727|Block IDs that don't exist as an item crash Superflat customization GUI
|44801|Excessive client-side chunk ticking 1.7.4+
|44829|Unable to load Twitch libraries
|44881|Command block custom radius
|45087|Id for cooked fish is "<code>minecraft:cooked_fished</code>"
|45222|Trapdoor locks in position
|45254|Bold text is not correctly (right/center) aligned (invalid string length)
|45264|Item textures with overlays cause potion display box to turn invisible in a 16x16 pixel area
|45375|Improper cake, glass panes, doors and trapdoor textures
|46082|Crashes when populating a chunk with empty (void) columns
|46431|Iron Golem breaks lead
|46634|Thunder Volume not affected by weather volume settings
|47705|Blaze mobs attack Creative Mode player
|47811|The bottom texture of non-full blocks is flipped vertically
|47974|Villagers walk normally around when farming, but speed around when not
|48270|Slimes appear for 1/2 a second in Peaceful
|48340|Lava pools change leaves
|48688|Anisotropic filtering
|48471|Stained glass and other tinted objects turn completely transparent while pushed by a piston
|48666|Cobwebs are affected by block lighting in full sky lighting
|48760|Redundant code
|48904|Words in chat do not wrap correctly and do not make a new line
|49292|Can't place End portal block in the End using commands
|49656|Cobblestone walls texture glitch
|50039|You only get the Overkill achievement if you deal at least 9 hearts of damage, but the description says you only need to deal 8 hearts
|50176|Asterisk as name for score chat component not effective as translatable argument
|50848|Ender Pearl thrown before death teleports after respawn
|50916|Zombie Pigmen villagers are missing their inner head when spawned with <code>{IsVillager:1}</code>
|51214|Fireworks given with empty <code>FadeColors</code> crashes the client when hovered
|51238|Tamed Ocelots (cats) run away from player
|51298|Sign darkens when displaying tooltips ({{cmd|tellraw}} hover text, inventory, player UUID in chat)
|51461|Items do not go into chest from a Hopper while it is receiving items from two directions/inputs
|51655|Ladders don't break faster with an axe
|51758|Some users have multiple UUID records for <code>agent:minecraft</code>
|51776|Command block 32000 character limit only works as a 16000 character limit within Minecraft
|51856|Torch placed on half block when placed against half-slab
|51970|Players sleep outside of bed
|52357|{{cmd|setworldspawn}} changes thrown ender pearl target
|52540|Lack of shading on east/west block variants using the <code>x</code> rotation argument
|52653|Player skull lag
|52881|Knockback distance incorrect, depends on login order
|53166|Horses do not convert their owner to UUID
|53206|Realms join from other location - bug
|53215|TNT destruction nerfed
|54386|There is a small gap in the iron bar corner
|54584|Crash when creating an item with an <code>AttributeModifier</code> with an <code>Operation</code> of > 2
|54799|Bad rendering: Spiders / Cave Spiders name above them
|54818|A powered rail that should be unpowered
|55045|Race condition in Linux fullscreen toggle
|55172|Mobs do not spawn at the heights 16, 32, 48, 64, 80... (multiples of 16)
|55382|Glow effect doesn't work for drop items with data tag in Fast Graphics
|55490|Spawning cows on Mooshrooms
|56363|Crash on auto-complete name of scoreboard objective
|56541|Redstone torches (and other redstone components) have inconsistent timings
|56599|On the {{cmd|help}} menu it shows {{cmd|clear|<player>}}. But just "{{cmd|clear}}" works so it should be {{cmd|clear|[player]}}
|58322|Connecting to server that uses resource packs displays "Texture pack"
|58557|<code>Hopper: fs: Invalid index 0 requested for TranslatableComponent{key{{=}}'multiplayer.player.left', args{{=}}[], siblings{{=}}[], style{{=}}Style{hasParent{{=}}true, color{{=}}null, b</code>
|58823|<code>options.txt</code> has <code>advancedOpengl:true</code> also for graphic cards without Advanced OpenGL in video settings
|58961|Back button overlaps kick message
|59566|Realms - error uploading world - Upload Failed! (Reams (404))
|60665|Creeper vs. potato crop
|61586|Client freezes for ~1 second in multiplayer when opacity of a block changes next to unloaded chunk
|64287|Incorrect display for Failed to Login screen
|64571|Ender Dragon destroys Command Blocks
|64851|Getting off of horse while jumping makes you fly (in Creative)
|65060|Heads
|66316|{{cmd|list}} appears twice in {{cmd|help|3}}
|66347|Beds make incorrect sounds
|67168|Setting Anisotropic Filtering above 0 on some Intel graphics systems makes some textures appear fuzzy
|67854|Custom names on spiders, Endermen and Ender Dragons are displayed incorrectly
|68341|Cinematic camera keeps momentum
|68524|Java not properly capitalized in splash "Now java 6!"

|;dev
|46226|Some items villagers drop are unable to be picked up
|48735|Villager and farmer inventory gets corrupted causing farmers to no longer plant crops}}</onlyinclude>

== Referencias ==

{{reflist}}

{{Computer versions|1.0}}
{{Minecraft}}
Colaborador, Bots, Administradores
10 223
ediciones

Menú de navegación