How to dual wield in Minecraft bedrock

Players can equip an item to the off-hand slot from the inventory, similarly to armor. Players can also select an item and press F to automatically equip it. The off-hand slot then appears beside the HUD opposite from the main hand. If the player is in first person view, then the off-hand appears in the screen along with the held item. Whichever hand should be the main hand is configurable in the menu.

The off-hand can use the item it holds when there are no usable items on the main hand (e.g. swords), or the item held on the main hand cannot be used directly (e.g. shovel or hoe with no grass nearby). Otherwise, the main hand takes priority over the off-hand. Players also cannot break blocks or attack with the off-hand, even if nothing is held in the main hand.

Combat[]

give to obtain it.
  • It can be set only by using /setblock.
  • Naturally generate inside the end gateway structures after killing the dragon and traveling someplace new in the end with it.
    • Show purple beacon beams when created and yellow beams when used.
  • Their texture does not get deformed due to perspective, but rather it displays the same texture as the end portal block on all its footprint, independent of angle.
  • End rods
    • Generate in the end city dungeons.
    • Can be crafted using a popped chorus fruit in the bottom and a blaze rod on top, yielding four end rods.
    • Placeable horizontally and vertically.
      • The model has a little base that is oriented against the block it was placed.
        • If it is placed on top of another rod, it will have the opposite orientation.
    • Produces white particles.
    • Used as a lighting source with the same brightness as torches.
    • Unlike torches, they have a collision box.
    End stone bricks
    • Generate in the end city dungeons.
    • Can be crafted with 4 blocks of end stone, yielding 4 blocks of end stone brick, like regular stone bricks.
    Frosted ice
    • Created when using "Frost Walker" enchantment.
    • Cannot be obtained in the inventory, neither with silk touch nor with commands. (Can be placed only via /setblock)
    • Breaks after a few seconds when in sufficient light (including daylight).
      • Breaking takes place in four breaking stages (blockstates: age:0, age:1, age:2, age:3). Still decay with randomTickSpeed set to 0, but a higher number will make them decay faster.
    Grass paths
    • They are 15⁄16 of a block (15 pixels) tall.
    • Obtainable by using a shovel on a grass block.
      • This drains the shovel's durability.
      • Its texture is very similar to that of a grass block.
    • Always drop dirt, even when using Silk Touch.
    • It isn't available in the creative inventory screen.
      • Pick block functions normally with it.
    Purpur blocks
    • Generate in the end city dungeons.
    • Can be crafted with popped chorus fruits.
    Purpur pillars
    • Generates in the end city dungeons.
    • Can be crafted with purpur slabs.
    Purpur stairs
    • Generates in the end city dungeons.
    • Can be crafted with purpur blocks.
    Purpur slabs
    • Generates in the end city dungeons.
    • Can be crafted with purpur blocks.
    Structure blocks
    • Placeable only via /setblock, but unusable.
    • It has 4 different modes: save, load, corner and data.
    • It has an "S" on the texture in save mode, "L" in load mode, "C" in corner mode and "D" in data mode.

    Items[]

    Beetroot
    • Restores 1 (time
      • /time query now accepts the value day, which returns the in-game day number.
    • /gamerule
      • /setblock0
        • Setting to /setblock1 will cause the server to skip checking whether the player is cheating by moving too fast, when the player is wearing elytra.
        • Defaults to /setblock2
      • /setblock3
        • Determines whether players in spectator mode should generate chunks.
        • Defaults to /setblock1.
      • /setblock5
        • Controls how far from the world spawn point players can spawn.
        • Defaults to /setblock6.
    NBT tags
    • All entities
      • /setblock7 (byte): Controls whether or not an entity is affected by the new glowing status effect.
        • e.g. /setblock8 will summon a glowing creeper.
        • Note this does not work on all entities, such as snowballs.
        • Armor Stands with /setblock9 tag do not show the outline of the Armor Stand itself, only its equipment.
      • age:0, age:1, age:2, age:30 (list): Contains a list of string values that can be used with the "tag" selector parameter.
        • The age:0, age:1, age:2, age:31 command can assign tags itself.
        • age:0, age:1, age:2, age:32
      • age:0, age:1, age:2, age:33 (list): Replaces the original "Riding" compound tag. It has the ability to specify multiple passengers at equal depths, unlike "Riding". Instead of the deepest-nested "Riding" entity being the bottom-most in the stack of riding entities, the entity at the root of the data is at the bottom of the stack.
        • For example, the armor stand in the following command is at the bottom of the stack while the cow and pig are at the same depth:
          • age:0, age:1, age:2, age:34
        • One may also summon entities in stacks instead of the same height and with specific NBT tags attached to it:
          • age:0, age:1, age:2, age:35
    • All mobs
      • age:0, age:1, age:2, age:36 (lists): Defines what item is within the main hand and offhand.
        • It manages this by using two records, for the main hand and the offhand in that order.
        • e.g. age:0, age:1, age:2, age:37
      • age:0, age:1, age:2, age:38 (lists): Used to specify the armor worn by the mob.
        • Contains four records: feet, legs, chest and head in that order.
        • e.g. age:0, age:1, age:2, age:39
      • /setblock0 (byte): Boolean tag that controls the dominant hand of mobs.
        • Set to 1 for left handed mobs and 0 for right handed.
        • e.g. /setblock1
      • /setblock2 & /setblock3 (lists): Used to specify the dropping chances of worn armor and held items of specific mobs respectively.
        • e.g. /setblock4
        • e.g. /setblock5
      • /setblock6 (string): Determines which loot table will be used when the mob is killed.
        • e.g. /setblock7
      • /setblock8 (long): The deterministic seed for grabbing data from the loot table. Used in vanilla survival to replicate chest content in new worlds with same seeds. Must not be 0.
        • e.g. /setblock9
    • All items
      • Potion:"minecraft:empty"0 string tag within Potion:"minecraft:empty"1 (string): Determines which slot the item has to be, for the modifier to be applied.
        • Available slots are: "mainhand", "offhand", "feet", "legs", "chest", "head".
        • e.g. Potion:"minecraft:empty"2
    • Players
      • Potion:"minecraft:empty"3 (integer): Numerical value that states which version the player is playing within.
        • It cannot be changed via commands, but it can be tested for.
        • Potion:"minecraft:empty"4
      • Potion:"minecraft:empty"5
        • With the introduction of the "Passengers" tag, this new compound holds a copy of the entity the player is currently riding. "AttachLeast" and "AttachMost" are the UUIDLeast and UUIDMost of that entity, while "Entity" holds the actual data.
        • Potion:"minecraft:empty"6
    • Items: Potion
      • Potion:"minecraft:empty"7 (string)
        • Used to determine the type of potion it is using new name IDs.
        • e.g. Potion:"minecraft:empty"8
    • Entity: ThrownPotion
      • Potion:"minecraft:empty"7 (compound)
        • Holds the item data for the potion thrown.
        • e.g. PersistenceRequired0
    • Entity: Arrow
      • Potion:"minecraft:empty"7 (string): States the default potion ID of the arrow, same values as when used with potion items. See for a list of default IDs.
        • e.g. PersistenceRequired2
      • PersistenceRequired3 (list): Multiple effects using global effect IDs, same structure as when used with potion items. See the status effect article for a list of global IDs.
        • e.g. PersistenceRequired4
    • Entity: SpectralArrow
      • PersistenceRequired5 (integer): Specifies how long the effect will last when the arrow strikes the target.
        • e.g. PersistenceRequired6
    • Entity: Shulker
      • PersistenceRequired7 (byte): Percentage to indicate the progress of its idle and attacking animations, so the height of its shell is correctly updated.
      • PersistenceRequired8 (byte): Determines the direction the shulker has attached to a block face.
        • Summoning shulkers will make them attach to the ground by default.
      • PersistenceRequired9 (int): Set of integer coordinates that the shulker should be located at.
        • These coordinates will be obtained from the coordinates entered by a /time0 command through a truncation function.
    • Entity: ShulkerBullet
      • Used to track the target location of shulker projectiles.
      • Relevant NBT structure: /time1
    • Tile: Chest / Tile: Hopper / Entity: MinecartChest / Entity: MinecartHopper
      • /time2 (string): Loot table to be used to fill the chest when it is next opened or destroyed. When the chest is part of a double chest, only the half corresponding to the tagged single-chest is affected.
        • e.g. /time3
      • /time4 (long): Seed for generating the loot table. Used in vanilla survival to replicate chest content in new worlds with same seeds. 0 or omitted will use a random seed.
        • /time5
    • Entity: MinecartHopper
      • /time6 (byte): Determines whether or not the minecart hopper will pick up items into its inventory.
        • e.g. /time7
    • Entity: EnderCrystal
      • /time8 (compound): Used to assign a custom target to the beam.
        • e.g. /time9
      • /time query0 (byte): Boolean tag that, when applied, hides the small bedrock slate appearing below the ender crystal.
        • e.g. /time query1
    • Entity: EnderDragon
      • /time query2 (integer): determines the current action the dragon will complete.
        • e.g. /time query3
    • Entity: EntityHorse
      • /time query4 (byte): Indicates whether the horse is a skeleton trap.
        • If it is, the horse will spawn 4 skeleton horses, ridden by skeletons and a lightning bolt in its place when a player gets within 10 blocks of it.
        • e.g. /time query5
      • /time query6 (integer), incremented each tick when /time query4 is set to 1. The mob automatically despawns when it reaches 18000 (15 minutes). This will prevent the hostile horses from overflowing the world, similar to chicken jockeys.
        • e.g. /time query8
    • Entity: Boat
      • /time query9 (string): Determines the wood material of the boat that is displayed. Values are: oak, spruce, birch, jungle, acacia, dark_oak.
      • e.g. day0
    • Entity: AreaEffectCloud
      • New entity that is the result of lingering potions, applying an effect to entities that step within its radius. It has the following tags
      • day1 (string): The name of what particle they play. Defaults to "mobspell".
      • day2 (integer): Every this number of ticks, a person standing in the radius gets the effect applied to them. Defaults to 20.
      • day3 (float): Specifies the radius in meters that the effect applies in. Changes over time.
      • day4 (float): How much the radius increases/decreases each tick. Can also be made positive to have the effect grow. Defaults to -0.005f.
      • day5 (float): How much the radius increase/decreases when applied to an entity. Defaults to -0.5f.
      • PersistenceRequired5 (integer): How long the linger effect lasts in ticks. When the entity's age exceeds this number, it is removed.
      • day7 (float): How much the duration increase/decreases when applied to an entity. Defaults to 0.0f.
      • day8 (list): Potion effects that the AreaEffectCloud applies.
      • Potion:"minecraft:empty"7 (string): States the default potion ID of the AreaEffectCloud, same values as when used with potion items.
      • /gamerule0 (integer): Integer representing the color of potion effect particles. Uses Red<<16 + Green<<8 + Blue, so the number from leather armor color code calculators will work.
      • /gamerule1 (integer): Number of ticks the entity has been alive. Defaults to 0.
      • /gamerule2 (integer): Until the potion AreaEffectCloud's Age hits this number, it is small and does not apply potion effects. Likely used, so the player can throw a lingering potion and get a small distance away before the effects start. Defaults to 10.
      • /gamerule3 (long): UUIDLeast of the thrower.
      • /gamerule4 (long): UUIDMost of the thrower.
        • e.g. a deadly smoke that grows with each sacrifice: /gamerule5}
    • Entity: Zombie
      • /gamerule6 (integer): tag for zombie villagers is used to determine what profession the zombie is represented as, as well as what profession it will become when cured.
      • The appearance of the zombie will match the assigned profession.
      • This tag is preserved during the villager's transformation to a zombie and vice versa.
        • e.g. /gamerule7
    • Tile: Command Blocks
      • /gamerule8 (byte): When set to 1, the command block will no longer require a redstone signal in order to activate.
        • When applied to an impulse mode block, its command activates only once, right after finishing writing the command.
        • When applied to a repeat mode block, it will constantly activate every tick.
        • When applied to a chain mode block, it will always be available to activate its signal when called.
        • e.g. /gamerule9
      • /setblock00 (byte): States whether or not the command block behind the conditional command block was successful in output. Will be 1 if that block is successful and 0 if unsuccessful.
        • Non-conditional command blocks will always be 1.
        • e.g. /setblock01
    • Tile: Command blocks & note blocks
      • /setblock02 (byte): now have the "powered" tag associated with them, stating whether or not the block is currently receiving a redstone signal.
        • They can be edited through block data so the block are activating even though no redstone is adjacent.
          • Changing a command block through the "always active" toggle, effectively makes that command block to always have a 1 powered state, even when the block is updated.
        • e.g. /setblock03
    • Tile: Brewing stands
      • /setblock04 (byte): Stores how much fuel is remaining in a brewing stand
        • e.g. /setblock05
    • Tile: End gateway portal (minecraft:end_gateway)
      • /setblock06 (compound): Holds a set of X/Y/Z coordinates to determine the general location the player will be "safely" teleported to when entering.
      • /setblock07 (byte): When set to 1, it will teleport entities to the specified coordinates exactly instead of at a safer location around those coordinates.
      • /gamerule1 (long): Determines how long the end gateway has existed.
        • When lower than 200, the block will emit a purple beam.
          • This is to easily locate the gateway when it first spawns.
        • e.g. /setblock09
    Scoreboard
    • Added /setblock10
      • The player can add and remove tags for any entity based on NBT tags of that entity/player.
        • e.g. /setblock11 will add the tag "test" to all players that are in the air.
      • Tags can be accessed by using the parameters after the selector.
        • e.g. /setblock12 will give 1 stone to all players that have the tag "test".
      • The player can use /setblock13 to see what tags are on an entity.
      • Tags are stored in the /setblock14 file as strings, not in the scoreboard files.
        • This means that any tag the player binds has to be bound to an existing online player or an existing entity.
        • Unlike objectives, tags cannot be displayed anywhere on the HUD or inventory.
          • Only via the list sub-command can the player see which tags an entity has on the chat.
          • Through /setblock15 it is possible to obtain the number of scoreboard tags an entity has via /setblock16.
    • Added five new objective types: XP, hunger, , armor and level.
      • "xp" can be used to track the players exact amount of XP points.
      • "food" can be used to track the hunger level of the player (ranges from 0 to 20).
      • "air" can be used to see how long the player has been underwater.
        • Starts at 300 (out of water) and then decreases 1 per tick as long as the player´s head is underwater (resets when the player gets out of the water).
        • The water breathing status effect freezes the timer and the Respiration enchantment slows down the countdown from 300, each time more with each level.
      • "armor" can be used to track the armor bar, which in turn tracks the total amount of protection of all currently worn armor pieces.
      • "level" can be used to track the player's level directly, which is the number displayed above the experience bar.
        • It is not directly correlated to the experience points, since increasing levels each time takes more xp than before.
        • This could be tracked before, but it required some intermediate steps.
    • Added /setblock17 to the team options.
      • It controls whether or not players can push other players and whether or not is team dependent.
      • The modes are: /setblock18, /setblock19, /setblock20, /setblock21
    • The gamemode selector /setblock22 now supports both negation and literal gamemode values.
      • e.g. /setblock23, /setblock24, /setblock25 and /setblock26

    General[]

    Attributes
    • /setblock27
      • Measures the amount of protection of armor.
      • Capped at 0 and 30.
    • /setblock28
      • Measures fully-charged attacks per second.
      • The attack speed value is shown as a tooltip on the respective tool.
      • Base is 4.0, meaning the bar refills in 0.25s.
        • Swords have a modifier of -2.4, resulting in a default modifier of 1.6 (refilling in about 0.63s).
        • Pickaxes have a modifier of -2.8, resulting in a default modifier of 1.2 (refilling in about 0.83s).
        • Shovels have a modifier of -3, resulting in a default modifier of 1 (refilling in about 1s).
        • Axes have a modifier based on the tier.
          • Wooden and stone axes have a modifier of -3.2, resulting in a default modifier of 0.8 (refilling in about 1.25s).
          • Iron axes have a modifier of -3.1, resulting in a default modifier of 0.9 (refilling in about 1.11s).
          • Diamond and gold axes have a modifier of -3, resulting in a default modifier of 1 (refilling in about 1s).
        • Hoes have a modifier based on the tier.
          • Wooden and gold hoes have a modifier of -3, resulting in a default modifier of 1 (refilling in about 1s).
          • Stone hoes have a modifier of -2, resulting in a default modifier of 2 (refilling in about 0.5s).
          • Iron hoes have a modifier of -1, resulting in a default modifier of 3 (refilling in about 0.33s).
          • Diamond hoes have a modifier of 0, resulting in a default modifier of 4 (refilling in about 0.25s).
        • The Haste effect increases the attack speed by 10% per level, while Mining Fatigue decreases it by 10% per level.
    • /setblock29, ranging from -1024 to 1024.
      • Used when processing loot tables along with the /setblock30 or /setblock31 tag. Currently can be used for opening chests and chest minecarts, fishing, and player-killed mob drops, but by default it affects only fishing unless the loot tables are changed.
    • The modifier of attributes can be changed using NBT tags.
    Dominant hand option
    • An option for players to change their dominant hand on their player model.
      • A toggle under "Skin Customization".
      • Also changes the orientation of the offhand slot in the hotbar (left for right-hand players and vice versa).
        • As well as the attack charge indicator, when set to the hotbar (on the opposite side of the offhand slot).
    Language support
    • Support for Chinese, Japanese and Korean, and probably other IME entered languages.
    • The term "Air" is now translatable into other languages, used in the Superflat customization menu.
    Loot tables
    • All loot, from mobs, chests etc., is now based on loot tables, excluding block drops.
      • Can be changed by mapmakers by adding a json file within the "WORLD/data/loot_tables" folder.
      • For more specific information on the customization abilities of loot tables, see the article.
    Options
    • New volume slider labeled "Voice/Speech" under "Music & Sounds"
      • Intended for map makers; to be used for voice acting in custom maps
    Particles
    • /setblock32
      • Used for the defensive "swipe" sword attack.
    • /setblock33
      • Used for the new attack of the ender dragon of the same name.
    • /setblock34
      • Produced by end rod blocks.
    • /setblock35
      • Produced by mobs when hurt.
    • A new sound event was added, however unused in the actual game.
      • /setblock36
    Splash text
    • "More Digital!"
    • "doot doot"
    • "Falling with style!"
    • "There's no stopping the Trollmaso"
    • "Throw yourself at the ground and miss"
    Statistics
    • /setblock37: Tracks the number of times the player has slept in a bed.
    • /setblock38: Tracks the amount of ticks the player has held the sneak key, regardless if the player was moving.
    • /setblock39: Tracks the amount of items that are picked up into the inventory from the ground.
    • /setblock40: Tracks the amount of items that are dropped from the inventory to the ground.
    • /setblock41: Tracks the distance a player has glided using elytra.
    Keyboard shortcuts
    • F3+N to toggle between creative and spectator mode, if the player is in either of them.
      • The player needs to have the ability to use /setblock42.
    Subtitles
    • Subtitles which display for each sound for the players with hearing impairment.
      • Mobs have individualized subtitles, for example "Creeper hissing".
      • "<" or ">" points in the direction in which the sound is coming from.
    World selection
    • Worlds now store (in the form of a data version) and display the version they were last played in, or will display "unknown" if the version was older than snapshot 15w32a.
      • The version number will display in red if it has been played in a newer version before.
    • Now displays a thumbnail per world, showing a glimpse of the world (it takes a screenshot when the player has just created or opened it for the first time in the 15w32b snapshot or higher).
      • When the world hasn't been opened in snapshot 15w32b or before, or if the game couldn't make a screenshot thumbnail, there will be a gray-scale image.
      • The thumbnail will be saved in the world folder under /setblock43 with the name "icon.png".
        • This allows the player to modify it easily and safely.
      • An exclamation mark will appear on top of the thumbnail, indicating that the world has not been played in the current snapshot yet.
        • It displays the following message when hovered over: "Don't forget to backup this world before you load it in this snapshot."
        • It will also warn if a world was played in a newer version of Minecraft, telling the player that the world may corrupt if they open it in an older version.
    • The player can now click the play arrow on the thumbnail to open the world, just like the server list.
    • When edit world is clicked, the player has two new options:
      • Reset icon: This allows the player to reset the thumbnail without going into the folder.
      • Open folder: It will open the folder for the world, under /setblock44.

    Changes[]

    Blocks[]

    Anvils
    • Renaming an item does not increase the repair cost for a future repair/rename anymore.
    Banners and signs
    • Now replace replaceable blocks, instead of trying (and failing) to be placed on them.
    Beacons
    • Will now drop the items placed in them and will keep the item in the beacon after reloading the world.
    • Will drop any contained item when exiting the GUI.
    • Effect duration depends on pyramid levels, 9 seconds plus 2 seconds per level (formerly a constant 9 seconds).
    • Now immediately activates when placed on valid pyramids.
    Beds
    • Added sound when placed.
    • The player's body, hand and held item now shows while sleeping.
    Bedrock
    • Can no longer drop itself as an item.
    Brewing stands
    • Now require blaze powder to use
      • One piece of blaze powder allows for 20 ingredients to be brewed in the brewing stand (tag: /setblock45).
        • It removes 1 from fuel (1 blaze powder = 20 fuel) every time the player puts an ingredient in (if they take it out and put it back in, it takes another fuel).
      • Can be automated by putting a hopper feeding in the side of the block like water bottles.
    • Added sound when the brewing finishes.
    Buttons
    • Changed sound when the wooden variant activates.
    • The stone variant now breaks faster with pickaxes.
    • The wooden variant now breaks faster with axes.
    Cacti
    • Will break if lava is adjacent.
    • Cactus on sand will break if water or lava is in the block above.
    Cauldrons
    • Buckets can now be filled from a full cauldron.
    Chests
    • Changed sounds when opened and closed.
    Cobwebs
    • Will now drop itself when cut with shears, enchanted or not.
    Command blocks
    • New "repeat" and "chain" variants of command blocks.
      • Have a blue and green texture respectively.
      • The old orange variant is now called "impulse" (see the below section on changes to command blocks, for more info).
    • New textures that now vary depending on what direction they are placed from, similar to dispensers and pistons.
      • It consists of a front, a back and a side texture (looks like arrows), so the orientation can be easily determined.
      • The texture is animated - the colored "buttons" in the middle change color.
      • The middle panel texture has a black outline.
      • Impulse mode (orange): Command is run once on rising edge.
        • Same behavior and color as previous versions.
      • Repeat mode (blue): Command is run every game tick while powered.
        • Like a minecart with command block but faster.
      • Chain mode (green): Command is run whenever another command block pointing into it executes, and the chain command block itself is powered.
        • The chain signal is forwarded until the blocks get out of loaded chunks.
        • The signal is independent of the powered state of any block in the chain, as well as the command (or lack thereof) inside.
      • Each new mode has its own block id and is obtainable with /give and pick block.
    • Power received is now a data tag, allowing command blocks to have such a state under control, independent of any nearby redstone signal.
    • "Unconditional" and "Conditional" toggle.
      • Defaults to unconditional (previous behavior).
      • The back of the arrow texture is curved when the command block is set to conditional.
      • When conditional is set, the command block runs only if the command in the block of the "back" side was successful.
    • "Needs Redstone" and "Always Active" toggle.
      • Needs redstone is the previous behavior (default).
      • Always active causes the command block to behave as if it was powered, even if it is updated.
    • Supports tab auto-completion.
    • Command block contraptions from earlier versions will still work.
    • The "Done" button is now always available to press, even when the command line is empty.
    Crops
    • Slightly improved drop chances for seeds (average 1 5⁄7 per crop harvested instead of 1 3⁄5).
    • Slightly improved drop chances for potatoes and carrots (average 2 5⁄7 per crop harvested instead of 2 3⁄5).
    • Hitbox now changes as the plant grows.
    Daylight sensors
    • No longer emit a signal at night when sufficiently shaded.
    Dead bushes
    • Now drop 0–2 sticks when broken without shears.
    Dispensers
    • Now equip pumpkins on the heads of players, mobs and armor stands.
    Doors
    • Changed the shading on acacia, birch, dark oak and jungle doors.
    • Are now placed facing left/right depending on which half of the block the player clicks on, unless neighboring doors cause them to place a certain way.
    • Added sounds when placed.
      • Has a different sound between Wooden and Iron.
    • Changed sounds when opened and closed.
      • Has a different sound between Wooden and Iron.
    End portal block
    • Hitbox height changed to 0.75 (was 0.0625).
    Farmland
    • Now has an inventory icon.
    • Mobs smaller than 0.512 cubic blocks can no longer turn farmland to dirt by jumping or falling on it.
      • This includes rabbits, chickens, bats, ocelots, wolves, cave spiders, endermites, silverfish, all current baby mobs, small slimes, and small magma cubes.
    • Changed sound when tilled with a hoe.
    Fence gates
    • Changed sounds when opened and closed.
    Fire
    • The block states flip and alt were removed, and the integer state upper was re-implemented as the byte state up.
      • This reduced the number of states representing fire from 3072 to 512.
    • Fire goes out less often under the rain.
      • The chance of going out each fire tick is reduced from 100% to 20–65%, depending on the /setblock47 property.
    Furnaces
    • Added sound when smelting items.
    Glass panes
    • Glass panes without any connecting blocks are now 2x2 pixels in footprint.
      • This is compared to the big cross configuration that was default.
    Grass blocks
    • New side texture on top of grass blocks
    Hay bales
    • Falling onto a hay bale inflicts 20% of normal fall damage.
      • The furthest the player can fall, and live, without armor, is 100.27 blocks.
      • The furthest the player can fall with feather falling is 169.19 blocks.
    Ice
    • Water produced by melting ice now flows.
    Iron bars
    • Iron bars without any connecting blocks are now 2x2 pixels in footprint.
    • Their sides now include an edge texture.
    Lily pads
    • Can be placed on ice and frosted ice.
    • Collision box was raised from 1⁄4 of a pixel to 1 pixel in height.
    • Added sound when placed.
    Nether wart
    • Hitbox now changes as the plant grows.
    Note block
    • Their powered state is now controlled through the /setblock02 tag (like command blocks), so it can now be activated independent of any nearby redstone signal.
    Pistons
    • Unextended pistons, downward-facing pistons, and upward-facing piston extensions are now considered to have a solid top surface, like upside-down stairs and top slabs.
      • Among other things, this means mobs can now spawn on them.
    Cross shaped plants
    • UV flips on the back side
    Pressure plates
    • Now have a slightly thinner item model.
    • Changed sounds for the iron, gold and wooden variants when activated.
    Redstone
    • Hitbox for redstone is now smaller based on the connections, similarly to fences.
    Redstone blocks
    • Will now update adjacent blocks' power state correctly.
    Redstone comparators
    • Side inputs now take power from redstone blocks.
    Stairs
    • Are now rotated 90° in the inventory.
    Sugar canes
    • No longer breaks if water adjacent to it is turned into frosted ice.
    TNT
    • The texture is no longer randomly rotated.
    • Explosion damage decreased to /setblock49.
    Trapdoors
    • No longer require supporting blocks.
      • Therefore, they can be moved by pistons freely.
    • An open trapdoor may be climbed like a ladder if it is directly above a ladder and on the same side of the block.
    • Changed sounds when opened and closed.
      • Has a different sound per material.
    Trapped chests
    • Now appears in the Redstone tab of the Creative inventory instead of Decoration Blocks.
    • Changed sounds when opened and closed.
    • Crafting recipe is now shapeless.
    Tripwire and tripwire hooks
    • Removed the distinction between "suspended" and "non-suspended": formerly, tripwire would work only if the whole stretch and both hooks were all above solid blocks or all not above solid blocks.
    Water
    • No longer shows the flowing animation when directly adjacent to glass.

    Items[]

    Armor
    • Now show armor points in tooltips.
      • Can be edited using /setblock27 attribute.
    • Armor protects less overall:
      • Armor points count for less as the attack strength increases: each 2setblock52.
    • Added Mundane, Thick and Awkward potions to the creative inventory.
    • Glowstone dust or redstone can no longer be added to extended or tier-II potions respectively.
    • Most recipes for the potion of weakness were removed (see: brewing for all the removed recipes).
    • Extended potion of poison, extended potion of regeneration and potion of poison II had their durations reduced.
    • Potion of strength changed from 130% bonus damage to 3setblock53 is false.
    • Explosion damage decreased to /setblock49.
    Elder guardians
    • Drop chances for raw fish and prismarine crystals changed again. Now it's a 50% chance of fish and a 33% chance of crystals with the amount increased by Looting. Formerly it was a 33% chance of raw fish with a 33% chance of crystals only if the raw fish drop failed, with Looting increasing the chances but not the amount.
    Ender dragons
    • Can be respawned by placing one End Crystal on each side of the exit portal at any one of the three blocks of that side.
      • While respawning, beams shoot out of these crystals, that will reset all the pillars and when done they blow up and spawn the dragon.
      • Subsequent dragons will spawn new gateways up to a total of 20, but do not create new dragon eggs and drop 500 experience.
      • When the dragon is respawned, the circle of pillars and the crystals reappear.
        • Explosion particles appear on the tops of the pillars as they are being rebuilt.
    • The fight has been changed to be more similar to the one on the console edition.
    • No longer take damage from snowballs, eggs or fishing rods.
    • Its attacks have been changed:
      • The "charge" attack has been given a great amount of knockback.
      • Breathes fire/purple particles (called "dragon breath") while on top of the portal.
        • During the attack, it knockbacks and damages all players on all angles in the vicinity (as if hitting with other body parts).
          • Immediately charges the player right after.
        • Right clicking the dragon's breath cloud with an empty bottle will turn in into dragon breath.
          • It is used to transform splash potions into lingering potions
      • Shoots special projectiles at the player called "ender acid".
        • These produce a dragon breath cloud on impact and light the ground on fire.
      • While on top of the portal arrows will bounce back and be set on fire.
    • NBT tags can determine the dragon's phase.
    • Its AI was changed:
      • It sometimes returns to the center of the island to "perch" on top of the portal and shoot dragon breath.
        • It charges right after.
      • Defends the obsidian pillars more, the further the fight progresses.
      • Flies back to the portal once it gets killed, to complete its animation.
    • No longer teleports through Nether portals or End portals.
    • Can no longer ride anything.
    • Can no longer have status effects.
    • Summoning it with /time0 will now stay in the same position no matter what.
      • Unlike summoning a dragon with /setblock56, it will still flap its wings.
      • These dragons do not show their boss health bar, nor do they take damage from any attack other than /setblock57.
    Endermen
    • Remain aggravated toward the player despite being in contact with water.
    • Drop the block they were holding when killed.
    • Can no longer pick blocks from behind walls.
    • Avoids water
    • Have a punch animation identical to the Pocket Edition.
    Guardians
    • Drop chances for raw fish and prismarine crystals changed. Now it's a 40% chance of fish and a 40% chance of crystals, with the amount increased by Looting. Formerly it was a 33% chance of raw fish with a 33% chance of crystals only if the raw fish drop failed, with Looting increasing the chances but not the amount.
    • Added sound when attacked with the thorns.
    Horses
    • Added "skeleton trap" horses. When a player approaches to within 10 blocks, the following will happen:
      • The /time query4 flag is cleared.
      • Lightning strikes the horse.
      • The horse will become skeletal if it isn't already.
      • The horse becomes tame.
      • The horse becomes fully grown (if a baby) and the breeding cooldown is reset.
      • A skeleton is spawned riding the horse.
        • The skeleton has for 3 seconds.
        • The skeleton will not despawn (PersistenceRequired is set).
        • The skeleton will be wearing an iron helmet, unless it randomly spawned with some other headgear.
        • The skeleton's bow and helmet will be enchanted as if on an enchantment table at level 5–22.
          • The level is higher depending on regional difficulty; on Easy it will always be a level-5 enchantment.
      • Three additional skeletal horses with riders will be spawned in the vicinity.
    • Now rotates with the player.
    • Added sound when fed.
    • Added sound when donkeys are chested.
    • Are less wide (now 1.3964844 blocks instead of 1.4).
    Iron golems
    • Are slightly shorter (2.7 blocks tall rather than 2.9).
    • All newly spawned iron golems have 100% knockback resistance.
    • Added sound for when it attacks.
    Magma cubes
    • Changed sound when jumping
    Ocelots
    • No longer run away from creative gamemode players.
    Pigs
    • Can be led and bred with potatoes and beetroots, in addition to carrots.
    Rabbits
    • Smaller than before.
    • Chance to drop the rare drop, rabbit's foot, is 4× what it was before.
    • Now spawn in deserts, flower forests, taiga, mega taiga, cold taiga, ice plains, ice mountains, ice plains spikes, and "hills" and "M" variants of these biomes. Even in these biomes, spawn chance is somewhat reduced (weight 4 out of 44–52 rather than 10 out of 50–58).
      • Can now spawn on sand.
    • Rabbits are faster when panicking.
    • Rabbits no longer prefer begging for food to mating.
    • Non-killer rabbits now avoid players within 8 blocks and most hostile mobs within 4 blocks (except slimes, magma cubes, and ghasts), and move faster when doing so. Also, avoidance range for wolves was reduced from 16 to 10 blocks.
      • No longer run away from creative gamemode players.
    • Health reduced to 3setblock60 is false.
    Skeletons
    • Added more sounds when idling.
    • Have an animation for lifting up and drawing back their bow when becoming hostile.
    • Skeletons can now walk, strafe and shoot at the same time.
      • They walk away from players that are too close and toward players that are too far.
        • They will also sprint toward the player when very far away.
    • Now can spawn riding "skeletal horses" through the new "skeleton trap" horse.
    • Are slightly taller (1.99 blocks tall rather than 1.95).
    • No longer find shade to hide under if equipped with a helmet.
    Slimes
    • Added sound when attacking.
    Snow golems
    • No longer leave a trail of snow if the game rule /setblock60 is false.
    • Added sounds when they die, and get damaged.
    • Pocket Edition derpy version dubbed "derp mode".
      • Using shears on a snow golem will remove the pumpkin head.
      • Takes 1 durability of the shear.
      • The pumpkin is not dropped.
    Squid
    • Are slightly smaller (0.8 blocks square rather than 0.95).
    • Added sounds when they idle, die, and get damaged.
    Villagers
    • Farmer villagers now harvest beetroot.
    • Are slightly taller (1.95 blocks tall rather than 1.8).
    Witches
    • Added sounds when they idle, die, drink potions, get damaged and throw potions.
    Withers
    • No longer teleports through Nether portals or End portals.
    Wither skeletons
    • Are slightly smaller (2.4 blocks tall and 0.7 blocks wide rather than 2.535 blocks tall and 0.72 blocks wide).
    Wolves
    • Are slightly taller (0.85 blocks tall rather than 0.8).
    • Collar when tamed is now red, as it had been in releases before 1.8, rather than orange.
    Zombies
    • Now lift their arms slightly when becoming hostile.
    • Zombie villagers now have different textures based on the profession and career of the original villager.
      • The profession is restored once cured but not its trades.
    Zombie pigmen
    • Now lift their arms slightly when becoming hostile, like regular zombies.
    • Now attack in groups when fighting other mobs.

    Non-mob entities[]

    Armor stands
    • Can now be summoned to dual wield with commands.
    • Wobbles slightly when being hit.
    • Added sounds when placed, fallen, hit and broken.
    Arrows
    • Now bounce off of creative mode players, whereas before they would pass straight through.
    • Now take the thrower's motion into account. For example, if the player is falling, an arrow fired upward will travel slower than if the player was standing still, and an arrow fired downward will fly faster.
    • Arrows that bounce off a target (e.g. a shield or a sitting dragon) and may be retrieved will become dropped items if near zero momentum after being bounced.
    Minecarts with command blocks
    • Now have the new impulse command block variant texture.
    • The "Done" button is now always available to press, even if the command line is empty.
    Boats
    • Boats for all types of wood types were added: oak, spruce, birch, jungle, acacia, dark oak.
      • Craftable using the same recipe as before, but all the wood must match.
      • It drops wood planks of its corresponding wood type when killed by fall damage.
    • Changed how player movement is sent and processed by the server, reducing client-server desync.
    • Faster, and no longer will crash and break on the shore, when in the water.
    • Paddles are now attached onto the boat, which the player rows.
    • Using the left and right keys will now turn the boat.
      • Using the mouse will no longer turn the boat.
      • Using the mouse, the player can look fully 90 degrees to the left or to the right, but not behind.
      • Holding the sprint keys no longer have any effect.
    • The player cannot use or attack with items in hand while the boat is in motion.
      • The player's hand (and items) will disappear after the boat starts moving, and reappear after it stops.
    • The player will now be dismounted onto land if possible.
    • Mobs (except the ender dragon) and armor stands can go into boats, with a maximum of two (including the player).
    • Now sink when there's water above it, or if it's sitting in a current, instead of floating upward.
    • Riding a boat no longer subjects water-sensitive mobs to being damaged by water, and no longer protects sunlight-sensitive mobs from being damaged by sunlight.
    • Water is no longer visually seen inside a boat.
    • Added sounds for boats being placed.
    • They now travel extremely fast on ice and packed ice.
    Item frames
    • Added sounds when placed, broken, added item, removed item, and rotated item.
    Leads
    • Added sounds when leashed and taken from a fence.
    Lightning
    • Natural lightning strikes may spawn a "skeleton trap" style skeletal horses.
      • Chance is calculated from the regional difficulty score: 5% * raw regional difficulty score
        • 3.75–7.5% chance on Easy, 7.5–20% chance on Normal, 11.25–33.75% chance on hard.
    • No longer destroys item frames, leash knots, paintings, and armor stands.
    Paintings
    • Added sounds when placed and broken.
    Projectiles
    • Slightly altered the path of projectiles.
    • Now take the thrower's motion into account. For example, if the player is falling, a projectile fired upward will travel slower than if the player was standing still, and a projectile fired downward will fly faster.
    Small Fireballs
    • No longer damages (or angers) fire-immune entities.

    World generation[]

    Bonus chests
    • Now pull loot from multiple pools, and their items were heavily rebalanced.
      • Added raw salmon.
      • Now always contain one wooden or stone axe, one wooden or stone pickaxe, some food, and some log.
        • Wood can now contain any type of it, rather than just acacia and oak.
      • Now contains more sticks and wood planks.
        • Wood planks can now contain any type of it, rather than just oak.
    Desert temples
    • Desert temple chests now pull loot from multiple pools, and their items were heavily rebalanced.
      • Added spider eyes, gunpowder, string, sand and golden apples.
    Dungeons
    • Dungeon chests now pull loot from multiple pools, and their items were heavily rebalanced.
      • Added bones, rotten flesh, gold ingots, coal, enchanted golden apples, melons, pumpkin and beetroot seeds.
    The End
    • A set amount of differently-sized obsidian pillars are arranged in a circular fashion.
      • The second and third shortest pillars have iron bars around their ender crystal to deflect projectiles.
    • The exit portal is pre-generated at the center of the main island, but without the dragon egg and portal blocks.
    End portals
    • In the 0.0000000001% chance that all 12 frame blocks generate with eyes already present, the portal will now be active.
    Jungle
    • Leaves will no longer replace blocks other than air or leaves when generating the tree.
    Mineshafts
    • Mineshaft chests now pull loot from multiple pools, and their items were heavily rebalanced.
      • Added name tags, golden apples, torches and powered rails, detector rails and activator rails.
      • Removed saddles and iron horse armor.
    Nether Fortresses
    • Reduced nether fortress chest loot from 2–5 stacks to 2–4.
    Ocean monuments
    • Now require a 16 block square radius of deep ocean, not just a single deep ocean block at the center.
    Strongholds
    • Increased number of strongholds to 128 per world, rather than 3.
      • Strongholds will be generated in a ring form.
        • The 1st ring has 3 strongholds within 1408–2688 of the origin
        • The 2nd ring has 6 strongholds within 4480–5760 of the origin
        • The 3rd ring has 10 strongholds within 7552–8832 of the origin
        • The 4th ring has 15 strongholds within 10624–11904 of the origin
        • The 5th ring has 21 strongholds within 13696–14976 of the origin
        • The 6th ring has 28 strongholds within 16768–18048 of the origin
        • The 7th ring has 36 strongholds within 19840–21120 of the origin
        • The 8th ring has 9 strongholds within 22912–24192 of the origin
    • Increased stronghold library chests loot from 1–4 stacks to 2–10.
    • Changed enchanted books rate in stronghold library chests, from groups of 1–5 with weight 2, to single books with weight 10.
    Trees
    • Large oak trees now generate naturally in forest biomes again.
    Villages
    • Farms now include beetroot crops.
    Witch huts
    • Now always spawn with a witch.

    Gameplay[]

    Achievements
    • Overpowered
      • Description changed from "Build" to "Eat" an enchanted golden apple.
    Combat
    • Added sound when critical hitting a player or mob.
    Difficulty
    • Now controls the chance of a "skeleton trap" spawning on natural lightning strikes.
      • Chance is calculated from the regional difficulty score: 5% * raw regional difficulty score
        • 3.75–7.5% chance on Easy, 7.5–20% chance on Normal, 11.25–33.75% chance on hard.
    Entities
    • Most entities (except for items, ender crystals,paintings and xp orbs) can now be pushed by other entities.
      • The same class of entities are now "magnetic" to the bobber of the fishing rod and do not suffer knockback or take pseudo-damage from it.
      • Entities bunched up in a 1x1 hole together no longer push away entities touching adjacent corners.
    Enchanting
    • Sharpness and Protection enchantments have been nerfed.
      • Each sharpness level now adds 1setblock62 gamerule is set to false.
      Fishing
      • The Lure enchantment no longer affects the chances of catching things, only the delay.
      • Fished junk will be less damaged (0%–90% durability remaining) while treasure will be more damaged (0%–25% durability remaining).
      • Ink sacs will now be caught singly with weight 10 (formerly a stack of 10 with weight 1).
      • Luck of the Sea and the new Luck effect affect fishing again, and effects stack. Each point increases the weight of treasure by 2, decreases the weight of fish by 1, and decreases the weight of junk by 2.
      Hardcore
      • Upon death the player can now choose to respawn in spectator mode rather than the world being deleted.
      Health
      • Health regenerates faster when saturation is not empty and the player is not hungry: 1setblock63
        • Can now be used on all entities.
      • /setblock42
        • Now displays in chat the gamemode the player switched to.
      • Tab-completed coordinate arguments now become tildes if no block is in focus.
      • /gamerule
        • /setblock53 now drops player's XP when set to /setblock2.
        • Setting a gamerule will now report the change: "Game rule <gamerule> has been updated to <value>."
      • /setblock68
        • Now randomly shows some texts which starts from "Searge says:", when run in a command block. Full list:
          • "Searge says: Ask for help on twitter"
          • "Searge says: Contack helpdesk for help"
          • "Searge says: Have you tried turning it off and on again?"
          • "Searge says: Oh my god, it's full of stats"
          • "Searge says: Scoreboard deleted, commands blocked"
          • "Searge says: Sorry, no help today"
          • "Searge says: Yolo"
          • "Searge says: /achievement take achievement.understandCommands @p"
          • "Searge says: /deop @p"
          • "Searge says: /kill @p[name=!Searge]"
          • "Searge says: /testfornoob @p"
          • "Searge says: /trigger warning"
      • /setblock69
        • Now has a /setblock70 parameter to control which players should view this particle instead of everyone in the viewing range of the particle.
        • Now has a /setblock71 parameter to specify particle parameters (for iconcrack_, …).
          • /setblock71 is can used to specify blocks and items for /setblock73, /setblock74, and /setblock75.
          • For /setblock73 and /setblock75, /setblock71 parameter means /setblock79.
            • For example, to specify pink wool for these particles, we need to add /setblock80 at the end of command as a /setblock71.
          • For /setblock74, /setblock71 has two values(/setblock84).
            • For example, /setblock85 shows iconcrack particles of pink wool.
      • /setblock86
        • Now auto-completes itself when pressing TAB.
        • Now has a /setblock87 parameter to specify which sound source to be played as.
      NBT Tags
      • All entities
        • Introduced a 1024 tag limit on the amount of strings an entity can have within the age:0, age:1, age:2, age:30 tag.
          • If it's surpassed, then it displays an error message saying: "Cannot add more than 1024 tags to an entity."
        • /setblock89 (compound): The "Riding" tag has been removed in favor of the new "Passengers" tag.
      • All items
        • /setblock90 tag used to convert numerical IDs to name IDs has been removed.
        • /setblock91 will summon a creeper that is in the red team.
      • /setblock92 will make the name tag on mobs show in the same way as on players.
      • All mobs
        • /setblock93 tag was replaced by the /setblock94 tag, replacing the short-valued tag of that name.
          • e.g. /setblock95
        • /setblock96 (string): Applied to mobs to make them be part of teams.
        • /setblock97 and /setblock98 (list) tags are no longer used and are replaced with age:0, age:1, age:2, age:38, age:0, age:1, age:2, age:36, /setblock2 and /setblock3.
      • age:0, age:1, age:2, age:303 (compound): Now works on shields in addition to banners, to allow for customization.
        • age:0, age:1, age:2, age:304
        • If the player uses the /give command to give themselves a shield, but doesn't specify the BlockEntityTag the shield will start with the default texture, but may change colors on entity updates to it if it has other tags.
      • age:0, age:1, age:2, age:306 (compound) and /setblock90 (string): Can now be applied to spawn eggs.
        • The resulting mob will spawn with all of the tags.
          • e.g. age:0, age:1, age:2, age:308
      • Entity: ThrownPotion
        • The potion will be a lingering potion if the stored item has an ID of age:0, age:1, age:2, age:309.
          • e.g. age:0, age:1, age:2, age:310
      • Tile: Mob spawners
        • /setblock90 (string): Placed directly within the old age:0, age:1, age:2, age:312 compound.
          • It's essentially the same as age:0, age:1, age:2, age:313 except at a different depth.
          • age:0, age:1, age:2, age:314
        • age:0, age:1, age:2, age:315 (compound): The original age:0, age:1, age:2, age:316 tag has been replaced by the age:0, age:1, age:2, age:315 tag. As well, to define which entity is used, the /setblock90 tag within "Entity" states the ID.
          • age:0, age:1, age:2, age:319
        • Removed the /time query9 and age:0, age:1, age:2, age:316 tags, deprecated the age:0, age:1, age:2, age:313 tag
      • Tile: Sign
        • In order for a sign to accept text, all 4 tags ("Text1", "Text2", "Text3", and "Text4") must exist.
          • e.g. age:0, age:1, age:2, age:323
      • /setblock15 can be used to obtain the number of "scoreboard tags" an entity has via /setblock16
        • e.g. age:0, age:1, age:2, age:31 will return the number of scoreboard tags applied to the target.
          • If the target previously had 3 tags added, a score of "3" is returned upon running this command.
      • Fireball, DragonFireball, SmallFireball and WitherSkull entities
        • age:0, age:1, age:2, age:327 (list/double): Now requires exactly 3 internal Doubles to be listed in order for the entity to be summoned.
        • age:0, age:1, age:2, age:328 (list): New list of 3 Doubles that determine which direction to shoot in. Unlike "direction" however, the motion does not consider air resistance, causing the fireball to endlessly move in that specified direction. age:0, age:1, age:2, age:327 is still required, but can be set to 0.
          • age:0, age:1, age:2, age:330
      • Entity: ArmorStand
        • age:0, age:1, age:2, age:331 (integer): Original values have changed in nature
          • 1 << slot = disables all interaction
          • 1 << (slot + 8) = disables removing
          • 1 << (slot + 16) = disables placing
      • The radius selector age:0, age:1, age:2, age:332 now detects based on the position of the entity.
        • This means that age:0, age:1, age:2, age:333 selects only entities at the exact same position.

      General[]

      Bosses
      • Proper support for multiple bosses' health bars, so they can show at the same time without obstructing each other.
      Credits
      • Thomas Guimbretière is now credited, under "Game design, programming and graphics".
      • Samuel Åberg is now credited, under "Music and sound".
      • Erik Broes is now credited under "Game design, programming and graphics", rather than "Programming".
      • Leonard Gram is now credited under his current name, changed from Leonard Axelsson.
      • A "Realms Development Team" section is added, now including Daniel Frisk, Leonard Gram, David Marby and Philip Vieira.
      • A "Realms Content Manager" section is added, now including Marc Watson.
      Crosshair
      • No longer shows the crosshair in 3rd person view.
      Damage tooltips
      • Now reads "When in main hand:" for all tools by default.
      • Now shows absolute damage instead of damage increase.
      Death messages
      • Will now be displayed on the player's death screen in gray as well as in the chat.
      Debug screen
      • Now indicates whether the current version is a snapshot in the top left.
        • e.g. age:0, age:1, age:2, age:334
      • Now shows more information.
        • F3 + Q gives help and shows all F3 + key combinations.
        • F3 + F now increases render distance by 1 (Minimum and Maximum are 2-32).
        • F3 + ⇧ Shift + F now decreases render distance by 1 (Min and Max are 2-32).
        • Shows if the pie chart and FPS chart are shown on screen.
        • Shows text in chat when the player reloads chunks, sounds, etc.
        • Does not open the debug screen when the player uses a specific key combination like F3 + N, F3 + B, etc.
        • Removed F3 + S, which previously reloaded sounds.
        • F3 + T now reloads all resource pack content, including sounds
      • The debug screen now shows when the player's finger is released from F3, rather than when pushed.
      Inventory
      • Rearranged the survival inventory and the creative "survival tab" to accommodate for the new offhand slot.
      • Unified the orientation of many items in the inventory.
      Menu Screen
      • Now indicates whether the current version is a snapshot in the bottom left.
        • e.g. age:0, age:1, age:2, age:335
      Models
      • Different models/textures can be used for each different damage value, item states, and whether the item is held in a different hand.
        • This works on compasses, clocks, and anything that can have a durability bar.
        • It also contains additional tags for bows and fishing rods.
      • Models can be put together based on block state attributes, such as fences.
        • As a result, the vanilla set of block models has been reduced by almost 300.
      • Block model JSON is now strict, meaning that comments and quote-less identifiers are not allowed.
      • age:0, age:1, age:2, age:336 tag defaults have changed, and the age:0, age:1, age:2, age:337 and age:0, age:1, age:2, age:338 tags were replaced with age:0, age:1, age:2, age:339, age:0, age:1, age:2, age:340, age:0, age:1, age:2, age:341, and age:0, age:1, age:2, age:342.
      • age:0, age:1, age:2, age:343 and age:0, age:1, age:2, age:344 tags can coexist now, but the top level elements tag overwrites all former ones.
      Options
      • Removed the Super Secret Settings button and the Alternate Blocks toggle from video settings.
      • Twitch integration (along with the Broadcast Settings section in video settings) is removed.
      Performance
      • Optimized memory usage when connected to servers.
      • Optimized mob AI (specially pathfinding).
      • Optimized block ticking.
      • Improved chunk generation, loading and sending.
        • Improved rendering "by building a chunk only once where it was rebuilt up to 5 times in worst case".
      • Particles are no longer entities, reducing memory usage.
        • Throwing an egg or a snowball at an entity, produces particles.
      • Redstone and piston contraptions visibly update much faster.
      • Better performance on older computers.
      • Riding entities such as boats, horses, minecarts and saddled pigs, are now run by the client instead by the server.
      Pick block
      • In survival, it now works on items outside the hotbar but inside the player's inventory.
      • In creative, it respects the tags of items in item frames while holding Ctrl.
      Player
      • When crouching, players are 1.65 blocks tall (versus 1.8 blocks normally).
      • When flying with elytra, players are now 0.6 blocks tall.
      Resource packs
      • Updated resource pack age:0, age:1, age:2, age:345to age:0, age:1, age:2, age:346 as the following has changed:
        • Changes in the model system, such as , , and changes to display tags.
      Skins
      • Overlay layers (hat, jacket, sleeves, and pants) correctly render semitransparent pixels, instead of only fully opaque or only fully transparent pixels.
      • Sound events were renamed.
      Spectator Mode
      • A spectator is no longer able to open a chest where the loot has not been generated yet.
        • They are given the message: "Unable to open. Loot not generated yet."
      Splash text
      • Changed "0% sugar" to "1% sugar".
      • Removed "SOPA means LOSER in Swedish!".
      Statistics
      • New column on the statistics items screen to accommodate for the new /setblock39 and /setblock40 statistics.
      Structure data
      • Now comes from age:0, age:1, age:2, age:349.

      Fixes[]

      402 issues fixedFrom released versions before 1.9

      • MC-10 – Mobs temporarily glitch out of fenced areas / into blocks.
      • MC-119 – Mobs visually sinking through solid blocks.
      • MC-128 – 3rd person view reverts to 1st person view if head inside a block (corner a one block wide tunnel in a minecart, ride on a horse through a block, piston...).
      • MC-162 – Ghost boats.
      • MC-185 – Creating or loading a singleplayer world shows the main menu for a brief second.
      • MC-233 – The portal travel sounds age:0, age:1, age:2, age:350 swapped / played at wrong time.
      • MC-415 – Leaves replace transparent blocks.
      • MC-417 – Arrows first bounce back then appear at correct location.
      • MC-438 – Ender pearl can't be used in creative mode.
      • MC-669 – Failing to place blocks in creative mode causes an animation.
      • MC-729 – Zombies fight back only against players.
      • MC-856 – Stepping sound loops when 2 or more players are standing on the same block.
      • MC-881 – Boat inflicts fall damage if it runs aground in some fashion (Slabs, Mobs, Soul Sand).
      • MC-1003 – Stairs in desert temples are not facing the right way.
      • MC-1058 – Some entities cannot be seen when on the edge of the screen.
      • MC-1072 – No translation for "Air" in the superflat customization.
      • MC-1230 – Players and mobs can fall through extending/retracting pistons.
      • MC-1307 – Corner stairs have a gap in the hitbox.
      • MC-1310 – Dispensed boats get stuck on the dispenser block.
      • MC-1315 – When all 3 end portals have failed to spawn there is no way to get to the end.
      • MC-1349 – While riding a pig, horse or minecart and using F5, the hand of your character is misplaced.
      • MC-1451 – Sideway placed blocks (quartz, hay bales, wood logs) textures are not rotated properly.
      • MC-1537 – Sometimes doors in strongholds are misplaced.
      • MC-1565 – Silk touch and Fortune enchantments do not activate on last use.
      • MC-1635 – Hitboxes for some blocks are broken.
      • MC-1663 – Dying while having a GUI window open doesn't make the death screen appear.
      • MC-1701 – Flying through a Portal in Creative turns off "fly mode" on the other side.
      • MC-1720 – Dropped items bounce on stairs, cauldrons, carpets and full / locked hoppers.
      • MC-1752 – Breaking Doors moves the other part of the door sometimes.
      • MC-1764 – Wooden slabs can broken only by pickaxe.
      • MC-1777 – Placing a painting "behind" a button makes button unclickable.
      • MC-1846 – First-person perspective parallax problem.
      • MC-1935 – Fence gate next to a wall has an incorrect hitbox.
      • MC-1956 – Arms misplaced in skeletons with a bow.
      • MC-1973 – Items placed into a beacon are lost upon reloading a world.
      • MC-2034 – Brewing stands' input slots do not have normal stacking behavior.
      • MC-2075 – Biome color change is abrupt.
      • MC-2102 – Mobs spawning inside leaves.
      • MC-2612 – Pistons don't always push mobs over the edge.
      • MC-2631 – age:0, age:1, age:2, age:351 not changing tag on world selection screen.
      • MC-2664 – Floating Mob Heads above baby mobs that wear them / Baby zombie hitbox too high.
      • MC-2729 – Normal glass block is darker than the glass panel / glass panel brighter than glass block.
      • MC-2768 – Ladder Bug with Trapdoors.
      • MC-2781 – Chinese, Japanese and Korean (and probably other IME entered languages) characters not working.
      • MC-2835 – Resizing the Minecraft window while dead grays out the Respawn/Exit to Menu buttons and several other screens.
      • MC-2844 – Doors have no placement sound.
      • MC-2931 – Boat location desync.
      • MC-2963 – Left hand covers corner of held map when riding an entity and switching the perspective.
      • MC-3004 – Can walk through piston arm if piston placed facing east (f = 3).
      • MC-3330 – Dispenser shooting arrow in stairs.
      • MC-3480 – superflat generating air.
      • MC-3564 – Debug message "age:0, age:1, age:2, age:352" left inside Minecraft client.
      • MC-3626 – Signs, sugar cane, vines, two-block plants and cobwebs cause glitchy mob behavior.
      • MC-3634 – Blocks incorrectly able to be placed on end portal frame / end portal frames are solid.
      • MC-3706 – Items 'walking' randomly / Paintings and item frames fly when broken.
      • MC-3776 – IPv6 Does Not Work.
      • MC-3867 – Mob inside mob spawner "stutters" if no player is in spawn range or spawner is outside worldborder.
      • MC-4040 – Jump Sprinting on redstone wire produces grayscale particles.
      • MC-4272 – Zombie pigmen don't attack in groups when fighting other mobs.
      • MC-4465 – Floating Ghast Bombs / Wither skulls / Fire Charges.
      • MC-4474 – Boss health bar temporarily viewable after respawn and loading another world.
      • MC-4489 – Fishing Destroys Minecarts / Boats in Creative.
      • MC-4491 – Cast Fishing Rod Looks Like Stick in 3rd Person.
      • MC-4661 – Chickens (And small mobs) cannot path when standing in/next to fences.
      • MC-4743 – Survival inventory not showing picked up items in creative.
      • MC-4839 – Sprinting Stops After Certain Distance/Time.
      • MC-5120 – Fireworks pushed by water / fired horizontally out of loaded chunks cause client to hang.
      • MC-5404 – Name Tags/EXP Orbs/Splash Potions are angled in third-person mode.
      • MC-5927 – Daylight Sensor outputting signal when encased.
      • MC-5951 – Comparator side input does not recognize all types of redstone power sources.
      • MC-6674 – When Ice is melted the water doesn't flow.
      • MC-7169 – Able to place nether portal blocks in the End; teleporting to the nether doesn't load chunks.
      • MC-7519 – Clearing Nausea potion effect will stop it, but purple portal tint will remain.
      • MC-7849 – No step sound when walking on Anvils.
      • MC-7980 – Enderman teleportation and behavior irregular.
      • MC-8085 – The Leave Bed button covers up the bottom of the chat window.
      • MC-8180 – Silk touch Shears don't lose durability when mining grass, ice, etc.
      • MC-8199 – Mob heads and Pumpkins cannot be equipped by Dispenser / through shift-click.
      • MC-8522 – Pushing a button makes the button side textures look wrong.
      • MC-8565 – Underwater: TNT dispensed into a block above a dispenser visually appears above the block.
      • MC-9074 – Command selector syntax does not recognize decimals.
      • MC-9089 – Suicide from potions gives player a point in age:0, age:1, age:2, age:353.
      • MC-9280 – Glass panes and Iron Bars dont line up on one side.
      • MC-9496 – Bucket can't fill up from right-clicking a full cauldron.
      • MC-10343 – Leaving world when riding stacked entities unstacks or deletes the stack.
      • MC-10447 – Pick up framed enchanted items with "Pick Block (MOUSE 3)" doesn't give you the enchanted item.
      • MC-10818 – Skeleton/Wither Skeleton leg texture experiences Z-fighting.
      • MC-11149 – Redstone hitbox not allowing block below to be hit.
      • MC-11519 – Epilepsy trigger from collecting a lot of EXP.
      • MC-11696 – Riding a saddled pig on a minecart creates infinite momentum without the need of powered rails.
      • MC-11790 – Since the advent of 1.5, we can no longer put a water seal on the snow, water is placed in the block above the snow.
      • MC-11883 – Cured zombie villagers don't keep their profession.
      • MC-11996 – Mining an anvil plays no sound!
      • MC-12427 – Mobs get stuck in the northwest corner of a fence.
      • MC-12448 – Not translatable potion names in some languages.
      • MC-12823 – Powered Redstone Lamp Transparent.
      • MC-12845 – Skeletons unable to damage the player when in a 2x1x2 area.
      • MC-12959 – TNT mesh rotated wrongly placed vs primed.
      • MC-13046 – Certain supported characters glitch out, clearing out lines of text.
      • MC-13277 – Holding the sneak key and the jump key while flying causes the player to move slowly.
      • MC-13818 – Unable to see Horse Health in Creative.
      • MC-13844 – When player is "holding" the leash, it doesn't connect with him.
      • MC-14722 – Social zombies are not affected by age:0, age:1, age:2, age:354.
      • MC-14946 – Performance on horses is broken.
      • MC-15214 – Trapped Chest Recipie not Shapeless.
      • MC-16234 – Crash when you open a chested horse inventory.
      • MC-16435 – Boats Still Break on Lily's.
      • MC-16487 – Player-placed falling sand vs. Spawned falling sand discrepancies.
      • MC-16501 – Some Doors in villages are backward.
      • MC-16834 – horses don't have sounds for eating.
      • MC-17539 – age:0, age:1, age:2, age:355 command doesn't teleport players out of minecarts.
      • MC-17748 – Chat Box Is Too Low (Covers Heart Bar).
      • MC-18272 – Health Boost and Absorption effects have the same icon.
      • MC-19243 – Breath icon misplaced with Absorption.
      • MC-20431 – Player is floating above the saddle of a donkey.
      • MC-23952 – Bad alignment when using wide Unicode fonts.
      • MC-25876 – Logs with damage values have the wrong name.
      • MC-27485 – Painting / item frame spawners crash the game, regardless of data provided.
      • MC-27912 – Hindi: some text is not centered.
      • MC-28235 – Confirming beacon with items in hand makes items disappear, then drop on ground.
      • MC-29294 – Puppies' heads are not centered on their bodies.
      • MC-29362 – age:0, age:1, age:2, age:356 health bar showing from spawners.
      • MC-29844 – Big oak trees fail to generate in forest biomes.
      • MC-29853 – Vines sometimes overwrite jungle tree trunks.
      • MC-30157 – Lighting glitch with ender crystals in the overworld.
      • MC-30481 – Enchanted fishing rod doesn't glow when fishing.
      • MC-30557 – Fishing water particles show on land.
      • MC-32778 – Cannot assign keypad 5 key to motion any longer.
      • MC-32850 – Server GUI Text box is empty (.exe only).
      • MC-33384 – Noteblocks play the wrong walk, place and break sounds.
      • MC-33863 – Villagers rarely can turn to baby zombie villagers, or chicken jockey.
      • MC-34074 – You can Use an ender pearl to get past 29999999.7 blocks.
      • MC-35127 – Wrong NBT TAG Type for age:0, age:1, age:2, age:357 in age:0, age:1, age:2, age:358 entities.
      • MC-35665 – Glass panes don't join up correctly with ice blocks.
      • MC-35714 – Sounds loop/restart when exiting screens.
      • MC-35790 – Stationary water shows flowing animation at the sides of glass blocks.
      • MC-36502 – Amplified click sound on exit from options menu.
      • MC-36933 – When using "Pick Block" on glowing redstone ore, it doesn't give you anything.
      • MC-37516 – Items with attributes e.g. age:0, age:1, age:2, age:359 will not work after deselecting and wearing them.
      • MC-38307 – Lightning strike area-effect destroys item frames, paintings, and armor stands.
      • MC-38422 – Blocks drop XP with /setblock62 set to false.
      • MC-38450 – it's raining so often since 1.7.2.
      • MC-39048 – Rain sound increases in volume after placing a sign.
      • MC-39098 – Endermen can pick up blocks behind walls.
      • MC-40452 – Missing "age:0, age:1, age:2, age:361" on Mac OSX.
      • MC-41215 – Shears durability doesn't decrease on dead bushes.
      • MC-41542 – Displacement of Mipmap Levels slider in Traditional Chinese language pack.
      • MC-41574 – Friendly Zombies.
      • MC-42841 – Incorrect creative instant health damage value.
      • MC-43601 – Hunger is lost when standing in close proximity to mobs / age:0, age:1, age:2, age:362 increases.
      • MC-44140 – Acacia and dark oak stairs do not burn and cannot be lit with flint and steel.
      • MC-44823 – Rapid teleports cause occasional rubber-banding.
      • MC-44904 – Mobs Can Spawn With The Same UUID As Other Mobs In World.
      • MC-44959 – Zombie and Skeleton horses don't count as undead.
      • MC-45077 – Knockback enchantment bypasses the knockback resistance attribute
      • MC-45375 – Improper Cake Texture.
      • MC-45763 – Some blocks are facing the wrong way if placed in an Item Frame.
      • MC-45842 – Reads from java are slow due to many system calls?
      • MC-45887 – cinematic camera jerky and not smooth.
      • MC-46034 – Lava flows toward gaps even if they can't be reached.
      • MC-46164 – Zombie hit animation is only when they hold an item. (Should be every time they hit).
      • MC-46258 – The "ø" Character has an extra pixel.
      • MC-46401 – Spectator mode frozen entities and vision overlay.
      • MC-46690 – Items and experience drop upon death in Spectator mode.
      • MC-46710 – 4 blocks wide paintings need 5 blocks space / Paintings popping off wall when blocks around it are broken.
      • MC-46772 – Skin hat layer translucency works only in the end dimension.
      • MC-47080 – Spectators count as "players" for purposes of sleeping in multiplayer.
      • MC-47262 – Tiny debug crosshair in f5 mode.
      • MC-47526 – Ender Crystal entity spawning 1 block too low.
      • MC-47636 – Boats appear to be sunken in water.
      • MC-48023 – Can't trade with villagers that have a custom name after dying.
      • MC-48570 – Server-side resource packs do not show up in resource pack list.
      • MC-48616 – All Mobs move extremely slowly in water.
      • MC-48621 – Regular Pick block after Ctrl and PB selects the block with data in it.
      • MC-48730 – Nametags still show while player is invisible and on team.
      • MC-48732 – Ctrl plus pickblock overwrites selected item.
      • MC-48920 – Ctrl-Click on jukeboxes with discs, place empty (bugged) jukeboxes.
      • MC-49370 – /setblock60 false snowman snow placing.
      • MC-49578 – Summoning Endercrystals causes extreme lag (Multiplayer only).
      • MC-49888 – World-bundled resources pack doesn't work on server.
      • MC-50304 – Experience orbs too low to the ground.
      • MC-50344 – Incorrect texture mapping on some blocks.
      • MC-50468 – Skeleton AI ignoring helmet – skeleton still stays in shadow.
      • MC-50559 – Rain texture is upside-down.
      • MC-51152 – Dying endermites ghost themselves, spin around, and cannot be killed.
      • MC-51725 – Gamerule /setblock53 does not affect the dropping of music discs.
      • MC-51984 – Picking blocks in Creative replaces enchanted tools in hand.
      • MC-51987 – Minecart/activator dismount location is inconsistent in cardinal directions.
      • MC-52254 – age:0, age:1, age:2, age:355 sometimes teleports players underground, sometimes suffocates them.
      • MC-52274 – Dismounting does not work to the south, south east, and south west, and is offset in negative quadrants.
      • MC-53912 – Stacked minecarts with TNT not exploding properly.
      • MC-54109 – Wolfs collar is orange instead of red.
      • MC-54120 – Wrong creeper hitbox & eye level.
      • MC-54486 – Glass panes and iron bars don't connect to solid, graphically transparent blocks (slimeblock, endportalframe and spawner).
      • MC-54535 – Recreating custom levels broken.
      • MC-54546 – When a piston retracts, the piston will sometimes becomes transparent for a split second.
      • MC-54615 – Villagers' and Skeletons' hitbox needs to be adjusted.
      • MC-55593 – age:0, age:1, age:2, age:366 doesn't remove items 'in hand' in the inventory screen.
      • MC-55654 – Mobs transported from Nether to Overworld cannot be identified through commands.
      • MC-55827 – Incomplete end portals can be activated.
      • MC-55909 – Rapid teleportation occasionally causes commands being executed on entity to occur at previous location.
      • MC-55942 – Nether wart, wheat, carrot, and potato hitboxes reflect only first stage.
      • MC-56268 – Breaking the bedrock below an Ender Crystal (in the End) creates performance drops, rapidly flickering light.
      • MC-56521 – Missing soundEvent: age:0, age:1, age:2, age:367.
      • MC-56648 – age:0, age:1, age:2, age:368 in age:0, age:1, age:2, age:369 using age:0, age:1, age:2, age:370 in a command block fails.
      • MC-57508 – Sign with age:0, age:1, age:2, age:371 score storage in NBT in inventory cause no update when placed.
      • MC-57569 – Wither Moves During Shield Generation / Wither attacking before initial explosion
      • MC-58073 – Farmland has missing texture in inventory.
      • MC-58188 – Tripwire Hook block model lighting bug with Smooth Lighting OFF (Fix included)
      • MC-58192 – Brewing stand bottle model rendering incorrect
      • MC-58405 – Cauldron bottom model rendering glitch
      • MC-58634 – Command block previous output doesn't update properly after setblock
      • MC-58910 – Bow sound loops, when Skeleton is not shooting.
      • MC-59061 – Zoom animation when entering (new generated) world.
      • MC-59098 – Enderman make only the 'stare' noise as long as you're close to the Enderman.
      • MC-59261 – Villagers with some blocks in head slot either display incorrectly or are not able to be placed.
      • MC-59483 – Bottom of falling sand or face of moving block turns black when remaining space is < 1 block.
      • MC-59777 – Endermen lose ability to dodge melee attacks after being hit.
      • MC-60692 – The game mode selector /setblock22 doesn't work with negation.
      • MC-61474 – Hoppers/droppers put multiple empty buckets into furnace, they then get replaced by one water bucket when smelting wet sponge
      • MC-61535 – Horse breeding: A foal looks just like an adult horse.
      • MC-61702 – age:0, age:1, age:2, age:373Selector in age:0, age:1, age:2, age:31 "operation" issues an error.
      • MC-61716 – Melon/pumpkin stem faces adjacent grown block even if the seed isn't mature.
      • MC-61765 – age:0, age:1, age:2, age:371 books (json-stuff) doesn't work with age:0, age:1, age:2, age:376 and displaying its score.
      • MC-62041 – Untamed horses continue consuming food after reaching 100% tameability (0 temper) / Tamed horses continue consuming golden food after already in love mode
      • MC-62118 – Iron bars have model issues.
      • MC-62159 – Broken graphic for breaking piston arms/Extended piston head breaking texture is wrong.
      • MC-62485 – When using an invalid enchantment ID, /setblock63 says "age:0, age:1, age:2, age:378".
      • MC-62552 – age:0, age:1, age:2, age:358 shows alternate block textures while falling.
      • MC-62975 – Using pick block on any color banner gives a black banner.
      • MC-63129 – Baby zombies named "Dinnerbone" appear suspended in the air.
      • MC-64009 – Banners don't stack when breaking a block that they are placed on.
      • MC-64117 – Extreme overloaded worlds cause problems / openening a world two times or more.
      • MC-64139 – Cannot place banner or sign on snow layer level 1
      • MC-64492 – Changes to mob spawning algorithm (Mobs don't require 'Air'-block for spawning cycle)
      • MC-64591 – Wither Skeletons Wield Sword Incorrectly.
      • MC-64804 – Minecraft crashing when walking into the Farlands void.
      • MC-64900 – Players cannot push stacked mobs.
      • MC-64939 – Enderman stop being hostile after Knockback. No Teleport, No endermites.
      • MC-64964 – Boats break on soul sand.
      • MC-65214 – Guardians are spawned in random places.
      • MC-65240 – Banner pole texture mis-aligned.
      • MC-65421 – Open LAN unlock difficulty world if is locked.
      • MC-65699 – Armor stand duplication.
      • MC-66114 – Mobs (unsuccesfully) attempt to jump 1.5 blocks high.
      • MC-66376 – Slimes don't obey the age:0, age:1, age:2, age:380 command.
      • MC-66485 – Bad Texture Projection in East and West Directions (Severe Model Bug)
      • MC-66557 – Boat velocity changes in 14w32b.
      • MC-67017 – The small cube in slime blocks isn't displayed in inventory and when dropped
      • MC-67573 – Snowballs and eggs do not produce particles when hitting entities.
      • MC-67630 – Missing "Close Window" packet in the beacon.
      • MC-67952 – EXP Orbs have graphical bugs when looking straight down.
      • MC-68062 – Boss health bar visible only when looking at boss.
      • MC-68170 – Thrown items are mirrored
      • MC-68265 – Rabbits continue to follow the player even once they are in breeding mode
      • MC-68383 – Certain entities are not properly showing age:0, age:1, age:2, age:381 when age:0, age:1, age:2, age:382 is set to true.
      • MC-68399 – Pressing the '<' key takes screenshot on certain keyboard layouts.
      • MC-68403 – Entities become invisible after death & respawn.
      • MC-68443 – Distant mobs don't despawn When changing to peaceful.
      • MC-68664 – /setblock53 prevents player's XP from dropping
      • MC-68666 – Block breaking uses nearby textures from stitched terrain when using cubes/planes larger than 16px.
      • MC-69072 – age:0, age:1, age:2, age:384 throws an error when used without arguments.
      • MC-69097 – Flying into an unloaded chunk flashes random biomes.
      • MC-69108 – Command `age:0, age:1, age:2, age:385` not resetting after day and night cycle.
      • MC-69320 – Data tag output by age:0, age:1, age:2, age:386 and age:0, age:1, age:2, age:387 contains too many commas.
      • MC-69328 – /setblock86 not tab-completing sounds.
      • MC-69652 – Mobs de-aggro after punching them.
      • MC-69834 – Metal ring misplaced at tripwire hook / does not move.
      • MC-70190 – F3 and T leaves you in chat mode.
      • MC-70263 – age:0, age:1, age:2, age:366 dosn't clear item when amount is 0.
      • MC-70268 – Missing colon after "Game Mode" in Open to LAN screen.
      • MC-70306 – Can't put flower pot on piston.
      • MC-70327 – Blaze fireballs damage other blazes.
      • MC-70873 – Write variant long in age:0, age:1, age:2, age:390 doesn't work properly.
      • MC-71006 – Minecart with Hopper and Minecart with Chest's GUIs' name is "Minecart".
      • MC-71044 – Mooshrooms take damage when jumping in enclosed space.
      • MC-72149 – Potion effects don't expire while spectating a mob.
      • MC-72156 – Tamed wolves attack when a wild wolf is hurt.
      • MC-72340 – Summoning an Iron Golem riding a Zombie makes the Zombie blind
      • MC-72368 – Cactus can be placed under water, but doesn't break.
      • MC-72397 – Alex Model Displays Items Incorrectly.
      • MC-72511 – Iron Golem ignoring baby zombie
      • MC-72548 – Minecart name lost
      • MC-72562 – Invisible rain by the world end
      • MC-72739 – Pillar Quartz Has No Block State Defining Axis
      • MC-72834 – Horse suffocates when tries to jump on block with 2-high roof
      • MC-72839 – F3 + A will always make you walk left slightly.
      • MC-72878 – Name plate is inside baby villager's head.
      • MC-73056 – All wooden doors look like oak doors on maps
      • MC-73261 – Couldn't jump on a anvil if I directly stand in front of the anvil.(Only in Multiplayer)
      • MC-73302 – Block collision box issues (mobs glitch through blocks and more).
      • MC-73304 – Scoreboard age:0, age:1, age:2, age:391 is not registering entities.
      • MC-73370 – Trapped chests are in "Decoration Blocks".
      • MC-73401 – Hopper Texture Issue.
      • MC-73459 – Sea lanterns surrounded by clay illuminate only one side
      • MC-73474 – Rail duplication Glitch.
      • MC-73886 – Villagers don't recognize blocked doors correctly.
      • MC-74072 – Unicode character "Small H with Stroke" (ħ) is one pixel too high.
      • MC-74234 – Inconsistent ctrl plus pick-block behavior.
      • MC-74392 – Copying written books creates stacks of size 0, and duplicates the original.
      • MC-74505 – /setblock63 can't be used on entities.
      • MC-74992 – Piston bug North-South/West-East
      • MC-75043 – Invalid lang in age:0, age:1, age:2, age:393 leads to connection error.
      • MC-75082 – End music will stop every time the ender dragon loads out of view.
      • MC-75217 – Rails no longer have a hitbox when there is a minecart on them.
      • MC-75256 – age:0, age:1, age:2, age:394 is also spawn randomization size.
      • MC-75344 – Wolf model is not centered visually.
      • MC-75401 – Fire and /setblock57 damage will cause zombies to spawn reinforcements
      • MC-75471 – Ocelots and rabbits run from you in creative mode.
      • MC-75822 – Enderman will not attack upon being stared at above or below 5 blocks of them
      • MC-76045 – Clicking on a non-existing link target or deleted screenshot gives an error.
      • MC-76313 – Pressing the crouch key while flying will slow you down.
      • MC-76352 – Rain under bedrock / in void.
      • MC-76620 – Abnormal Food Regeneration Appearance.
      • MC-76648 – Error messages for invalid item or block name have no translation on crowdin.
      • MC-76679 – Wrong hand position after going through portal / loading world (combined with missing item).
      • MC-76975 – Pick block doesn't work on the dragon egg.
      • MC-77163 – Alternate Models Selection Issue.
      • MC-77224 – age:0, age:1, age:2, age:396 with relative x rotation above 90° affects y rotation.
      • MC-77311 – Wrong light level through covered ice.
      • MC-77604 – Pushed age:0, age:1, age:2, age:397 become invisible.
      • MC-77686 – Weird pixels in the top-left corner of hand-held maps.
      • MC-77867 – Flying into end portal often causes glitch in the End.
      • MC-77880 – New 1.8.x statistics are not translatable.
      • MC-77972 – No large red mushrooms in mushroom biomes 1.8.2 onward.
      • MC-78025 – Crash when opening beacon with invalid status effect.
      • MC-78557 – Buttons don't have a special tool assigned – compare pressure plates.
      • MC-78608 – Scoreboard selectors don't work for entities that were unloaded and then reloaded into memory.
      • MC-78635 – Stopping a server after save-off causes unexpected data loss
      • MC-78716 – Summoned entities have invalid / wrong dimension tag.
      • MC-78759 – Hopper splitting items into "Minecart with chest"s next to each other.
      • MC-78761 – Noteblock don't remember that it is powered on unloaded chunk.
      • MC-78796 – "Fuel" tag for furnace minecarts overflows.
      • MC-79408 – Pressure Plates textures look like they are cut instead of pressed.
      • MC-79604 – Explosions do not repel players in Creative mode.
      • MC-79710 – Pick block moves items and removes their NBT.
      • MC-79820 – Player can obtain item with count 0.
      • MC-79823 – Custom sounds from resource packs cannot be played relative at an entity with /setblock86.
      • MC-79980 – Skeletons and Creepers flee endlessly.
      • MC-79990 – age:0, age:1, age:2, age:399 | Not crashing anymore \ Error.
      • MC-79995 – Too many banners items (in chests) will become invisible after 6-7 chests.
      • MC-80148 – Custom model lighting irregularities (top & bottom faces) / each cuboid part of a model renders smooth lighting as if it were a full block.
      • MC-80228 – Major Projectile Bug.
      • MC-80586 – Silverfish go into blocks when /setblock60 set to false.
      • MC-80597 – Lit furnace still obtainable using the /give command.
      • MC-80629 – Changing spawner with age:0, age:1, age:2, age:312 using spawn egg does not work.
      • MC-80807 – NBT data for /setblock03 is incomplete.
      • MC-80826 – /setblock04 command works unreliably with statistics.
      • MC-80863 – Pick block not exchanging items on Survival.
      • MC-81067 – Entities and particles turning black at eye level Y=256.
      • MC-81507 – Right clicking non placeable item give wrong animation.
      • MC-81586 – Entities duplicate on server when no players are logged in due to fire at the edge of spawn chunks.
      • MC-81687 – Villagers accept fewer items for the same number of emeralds.
      • MC-81693 – Multiple items have missing (transparent) pixels.
      • MC-81725 – ⇧ Shift+F3 menu remains on server disconnect.
      • MC-81738 – Crash: /setblock05 on Tesselating block in world.
      • MC-81751 – Running increases both the running and walking statistic.
      • MC-81772 – Crouching increases both the crouching and walking statistic.
      • MC-82009 – World end lighting.
      • MC-82184 – /setblock06 doesn't trigger while riding a horse.
      • MC-82452 – Server resource packs not staying persistent.
      • MC-82677 – /setblock07 will crash the game.
      • MC-82986 – Stackable items of same id and meta value but different NBT tags will stack in creative menu
      • MC-83964 – Blindness and night vision doesn't create complete blindness anymore.
      • MC-84262 – Zombies still follow in creative mode.
      • MC-84774 – Cobblestone wall fence gate facing south has different texture mapping (uvlock tag issue).
      • MC-85027 – Villager selling null crashes clients.
      • MC-85132 – Leaves are not culled in fast mode.
      • MC-85274 – When an arrow lands on the ground, it hangs to the side for a second.
      • MC-85317 – Silverfish with weakness and attack damage set to 0 still deal damage.
      • MC-85592 – Default log4j2.xml is suboptimal.
      • MC-85988 – Cannot age:0, age:1, age:2, age:366 written book.
      • MC-86152 – Records lose their custom name when placed in a record player.
      • MC-86513 – Sneak mode ends after using inventory.
      • MC-87219 – Mob heads float above baby zombies that wear them.
      • MC-87350 – Mob can't jump one block when there is a slab.
      • MC-87454 – Mobs summoned with /setblock09 do not get the potion effects unless they are splashed with a thrown potion of that effect.
      • MC-87533 – "/setblock10" stat doesn't work.
      • MC-87573 – Spawned Slimes move always South (+Z) first
      • MC-87598 – Sleeping in a bed and teleporting to unloaded chunks.
      • MC-88095 – Nights don't get skipped when the last player is set to spectator mode.
      • MC-88098 – When unloading a hopper minecart it gets unlocked.
      • MC-88100 – Slime blocks moved by pistons don't move entities (but only set the motion).
      • MC-88101 – Retracting blocks don't move/bounce entities correctly.
      • MC-88128 – Lightning strikes cause new mobs to face south.
      • MC-88349 – Client Memory leak: Map data does not get garbage-collected.
      • MC-88427 – Endermen & blazes get ‘wet' and take damage in boats.
      • MC-88480 – Minecarts accept items from hopper 2 blocks above.
      • MC-88665 – Can't ride a "/setblock11 riding a /setblock12"
      • MC-89399 – If an end portal generates with 12 eyes in it, it is impossible to use it.
      • MC-89698 – Certain characters crash the game when used in a server IP.
      • MC-90052 – Dismounting from a boat drops the player in the water.
      • MC-90272 – Zombies/skeletons in boats do not burn from sunlight.
      • MC-91299 – Rabbit legs twitching.
      • MC-91314 – No sound when placing beds.
      • MC-91897 – /setblock13 not ran on wolves.
      • MC-92983 – Slimes are incorrectly offset from actual position.
      • MC-93182 – Mobs entering a cauldron never leave the cauldron.
      • MC-93289 – Level-up sound originates at position in world, not at player position.
      • MC-93478 – End portal teleport range is too large.
      • MC-93614 – Bats fly from creative players.
      • MC-94213 – Snowman / Iron Golem slight into blocks(Descent altitude 0.03125, 1/32 block).

      Video[]

      Video made by slicedlime:

      Trivia[]

      • This update is generally seen as the most controversial and infamous update to the game. While many people do like the new combat mechanics saying it makes it more intense, a lot of people do not, stating that it makes fighting mobs much more difficult.
        • As a result, many PVP servers either still had the option of 1.8 along with the latest version or only use versions prior to 1.9.
      • This update has the longest wait for a major update to Minecraft, with 545 days having elapsed since the release of Java Edition 1.8 on September 2, 2014.
        • Until this point, the longest waits had been those between Java Edition 1.7.2 and Java Edition 1.8 (312 days), and between Java Edition 1.2.1 and Java Edition 1.3.1 (153 days).
        • Therefore, the year 2015 was the first and the only year where any major update to Minecraft wasn't released so far.
      • This is now the longest development to a major update in the history of Minecraft, with development beginning around a month before the Bountiful Update was released and lasting 576 days.
      • This was also the longest span of time between the release of a major update to Minecraft and a snapshot for the next major update, with 330 days having elapsed between the release of Java Edition 1.8 on September 2, 2014, and 15w31a on July 29, 2015.
        • Until this point, the longest waits had been those between Java Edition 1.7.2 and 14w02a (76 days), between Java Edition 1.4.2 and 13w01a (70 days), and between Java Edition 1.6.1 and 13w36a (66 days).
      • This update has the most snapshots of any major update so far, at 56 snapshots.
        • Until this point, the updates with the most snapshots were 1.8 (52 snapshots), and 1.3.1 (19 snapshots).
      • 1.9 is the second major update to be released on a leap day, 1.2 being the first.
      • 1.9 is the first update with a snapshot released on the 51st week. The second is 1.17, the first part of the Caves & Cliffs update, which is 20w51a.

      References[]

      1. "Darn, I hoped this would go unnoticed for a few days. Well spotted, @3ddeters." – @Dinnerbone (Nathan Adams) on Twitter, April 1, 2015

        Can you dual wield weapons in Minecraft bedrock?

        In Bedrock Edition, only a select few items can be placed in the off-hand slot and be dual-wielded.

        Does Minecraft bedrock have offhand?

        Off Hand in Minecraft Bedrock. You can access the off-hand slot on versions 1.8. or higher by opening up the in-game inventory. After the inventory display pops up, look for the empty slot with a small shield drawing on the right side of the character's image.

    Toplist

    Última postagem

    Tag