15w32b


Info

15w32b is the fifth snapshot for 1.9 1.9 Official name Combat Update Type Release Release date Feb. 29, 2016 1] Development versions View all Snapshots 15w31a 15w31b 15w31c 15w32a 15w32b 15w32c 15w33a 15w33b 15w33c 15w34a 15w34b 15w34c 15w34d 15w35a 15w35b 15w35c 15w35d minecraft , and was released to fix some bugs and crashes from 15w32a 15w32a Type Snapshot Release date Aug. 5, 2015 Snapshot for 1.9 Download Client (.json) Server ◄◄ 1.8.9 ◄ 15w31c 15w32b ► 1.9.1 ►► See the computer edition. For other editions, see Version minecraft , along with adding and changing some features.

Additions

Scoreboard A screenshot of a scoreboard on the right side of the screen. The scoreboard system is a complex gameplay mechanic utilized through commands. Mainly intended for mapmakers and server operators, scoreboards are used to track, minecraft
  • Added /scoreboard players tag ...
    • You can add and remove tags for any entity based on NBT tags of that entity/player.
      • For example /scoreboard players tag @a add test {OnGround:0b} will add the tag "test" to all players that are in the air.
    • Tags can be accessed by using the parameters after the selector; /give @atag=test stone 1 will give 1 stone to all players that have the tag "test".
    • You can use /scoreboard players tag list to see what tags are on an entity. (Note that in this current version, you can`t use tab to get "list")
    • Tags are stored in the playerdata 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 on the sidebar or anywhere else.
        • Only via the list subcommand can you see which tags an entity has.
  • Added three new objective types: XP, hunger See the gameplay mechanic. For the status effect, see Status effect#Hunger. The Food Bar is seen on the right, opposite the Health Bar. Hunger is an aspect of Minecraft that governs several minecraft and oxygen.
    • "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 for 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 exits the water).
      • The water breathing effect freezes the timer and the respiration enchantment slows down the countdown each time more with each level.
World selection screen
  • Now displays a thumbnail per world showing a glimpse of the world (it takes a screenshot when you have just created or opened it for the first time in this 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 .minecraft/saves with the name "icon.png".

Videos

Changes

Shulker Shulker Health points 30 ( × 15) Armor points 20 ( × 10) when closed Attack strength 4 () Size Closed: Height: 1.0 Blocks Width: 1.0 Blocks Open: Height: 1.2069 Blocks Width: 1.0 Blocks Spawn End city minecraft
  • No longer teleport by themselves if NoAI is set to 1.
  • Can now be teleported using /tp or /spreadplayers.
Creative Inventory
World selection screen
  • The exclamation mark from last snapshot, indicating that the world has not been played in the current snapshot yet, will now be shown on top of the thumbnail.
    • It will also warn if a world was played in a newer version of minecraft before, telling the player that the world may corrupt, if they open it in an older version.
      • The version number will now display in red if it has been played in a newer version before.
  • The player can now click the play arrow on the thumbnail, just like a server, to open the world.
Ender dragon Ender Dragon Health points 200 ( × 100) Attack strength Peaceful: 0 () Easy: 6 () Normal: 10 () Hard: 15 () Breath attack: 6 () after a half-second Exploding fireball attack: 12 () after minecraft
  • The dragon will now fly over the portal and die if the final hit is applied elsewhere.
NBT Tags

Fixes

9 issues fixed
From the 1.9 development versions
  • MC-82925 – Potions in new snapshot turn into water bottles with no texture / missing texture
  • MC-82968 – Kicked from server when in certain area: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1
  • MC-83309 – Unable to open the inventory on riding a horse.
  • MC-83448 – Dragon respawns in old world
  • MC-83604 – Shulker teleports despite NoAI:1b
  • MC-83894 – /replaceitem cannot place non-armor items into Armor Stands` head slot
  • MC-84035 – Enderdragon can`t die unless perched on portal
From the previous development version
  • MC-85110 – Crash on shooting ender dragon with an arrow
  • MC-85152 – Command block minecarts despawn after loading world