Java Edition 15w47b: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (substing update video)
No edit summary
Line 21: Line 21:
This version was previously removed from the [[Minecraft launcher|launcher]] for some time, but was added back in September 2018.
This version was previously removed from the [[Minecraft launcher|launcher]] for some time, but was added back in September 2018.


== Additions ==
==Additions==
===Gameplay===
; [[Item]] pickup
; [[Item]] pickup
* When the [[player]] picks up an item, the item entity will go transparent slightly when it moves into their inventory.
* When the [[player]] picks up an item, the item entity will go transparent slightly when it moves into their inventory.
**See {{bug|92915}}.
**See {{bug|92915}}.


===General===
; [[Sound]]s
; [[Sound]]s
* Added new sound event <code>entity.shulker.hurt_closed</code>.
* Added new sound event <code>entity.shulker.hurt_closed</code>.
Line 32: Line 34:
* Added new sound assets for many sound events added in previous versions.
* Added new sound assets for many sound events added in previous versions.
** New sounds for scoring a critical hit, inflicting knockback, parrying, full charged attacks, sweep attacks and little to no charge attacks.
** New sounds for scoring a critical hit, inflicting knockback, parrying, full charged attacks, sweep attacks and little to no charge attacks.
*** Uses the <code>entity.player.attack</code> sound events: <code>crit</code>, <code>knockback</code>, <code>nodamage</code>, <code>strong</code>, <code>sweep</code> and <code>weak</code>
*** Uses the <code>entity.player.attack</code> sound events: <code>crit</code>, <code>knockback</code>, <code>nodamage</code>, <code>strong</code>, <code>sweep</code> and <code>weak</code>.
** New sounds for when an attack is blocked by [[shield]]s.
** New sounds for when an attack is blocked by [[shield]]s.
*** Uses the sound event: <code>entity.shield.block</code>
*** Uses the sound event: <code>entity.shield.block</code>.
** New sounds for [[witch]] idle behavior, death, drinking a potion, throwing a potion and taking damage.
** New sounds for [[witch]] idle behavior, death, drinking a potion, throwing a potion and taking damage.
*** Uses the <code>entity.witch</code> sound events: <code>ambient</code>, <code>death</code>, <code>drink</code>, <code>throw</code> and <code>hurt</code>
*** Uses the <code>entity.witch</code> sound events: <code>ambient</code>, <code>death</code>, <code>drink</code>, <code>throw</code> and <code>hurt</code>.
** New sounds for [[shulker]] idle behavior, death, being hit while their shell is closed, their bullet taking damage, and their bullet inflicting damage.
** New sounds for [[shulker]] idle behavior, death, being hit while their shell is closed, their bullet taking damage, and their bullet inflicting damage.
*** Uses the <code>entity.shulker</code> sound events: <code>ambient</code>, <code>death</code> and <code>close</code> and the <code>entity.shulker_bullet</code> sound events <code>hurt</code> and <code>hit</code>
*** Uses the <code>entity.shulker</code> sound events: <code>ambient</code>, <code>death</code> and <code>close</code> and the <code>entity.shulker_bullet</code> sound events <code>hurt</code> and <code>hit</code>.
** New sounds for the attack of the killer [[rabbit]].
** New sounds for the attack of the killer [[rabbit]].
*** Uses the sound event: <code>entity.rabbit.attack</code>
*** Uses the sound event: <code>entity.rabbit.attack</code>.
** New sounds for a [[horse]] eating food given by the player.
** New sounds for a [[horse]] eating food given by the player.
*** Uses the sound event: <code>entity.horse.eat</code>
*** Uses the sound event: <code>entity.horse.eat</code>.
** New sound for when a [[Brewing Stand|brewing]] operation is complete.
** New sound for when a [[Brewing Stand|brewing]] operation is complete.
*** Uses the sound event: <code>block.brewing_stand.brew</code>
*** Uses the sound event: <code>block.brewing_stand.brew</code>.
** New sounds for when the player is dealt thorns damage from guardians and armor.
** New sounds for when the player is dealt thorns damage from guardians and armor.
*** Uses the sound event: <code>enchant.thorns.hit</code>
*** Uses the sound event: <code>enchant.thorns.hit</code>.


== Changes ==
==Changes==
===Blocks===
; [[Arrow]]s
* Now bounce off of creative mode [[player]]s, whereas before they would pass straight through.
; [[Beacon]]
; [[Beacon]]
* Effect duration depends on pyramid levels, 9 seconds plus 2 seconds per level (formerly a constant 9 seconds).
* Effect duration depends on pyramid levels, 9 seconds plus 2 seconds per level (formerly a constant 9 seconds).

===Items===
; [[Arrow]]s
* Now bounce off of creative mode [[player]]s, whereas before they would pass straight through.

; [[Shears]]
* Now lose durability when used to break any block (formerly only lost durability on [[leaves]], [[web]], [[grass]], [[vines]], [[tripwire]] and [[wool]]).

===Gameplay===
; [[Enchantments]]
; [[Enchantments]]
* [[Silk Touch]] can no longer be applied to [[shears]] in survival.
* [[Silk Touch]] can no longer be applied to [[shears]] in survival.
** This makes [[cobweb]]s unobtainable in this snapshot.
** This makes [[cobweb]]s unobtainable in this snapshot.
; [[Shears]]
* Now lose durability when used to break any block (formerly only lost durability on [[leaves]], [[web]], [[grass]], [[vines]], [[tripwire]] and [[wool]]).


== Fixes ==
== Fixes ==
Line 64: Line 72:
|;old
|;old
|8180|Silk touch Shears don't lose durability when mining grass, ice, etc.
|8180|Silk touch Shears don't lose durability when mining grass, ice, etc.
|16834|horses don't have sounds for eating
|16834|horses don't have sounds for eating.
|62975|Using pick block on any color banner gives a black banner
|62975|Using pick block on any color banner gives a black banner.


|;dev
|;dev
|88908|OS X - When {{key|CMD}}+{{key|A}} in the Commandblock GUI/chat/... you auto strafe when exiting GUI
|88908|OS X - When {{key|CMD}}+{{key|A}} in the command block GUI/chat/... player will auto strafe when exiting GUI.


|;previous
|;previous
|92906|Skins, entities and block entities become transparent
|92906|Skins, entities and block entities become transparent.
}}</onlyinclude>
}}</onlyinclude>



Revision as of 15:58, 22 March 2019

15w47b
15w47a.png: Infobox image for 15w47b the version in Minecraft
Edition

computer

Release date

November 19, 2015

Type

Snapshot

Snapshot for

1.9

Downloads

Client
Server

15w47b[1] is the forty-second snapshot for 1.9, which was released to fix some issues with 15w47a, along with adding various new sounds.

This version was previously removed from the launcher for some time, but was added back in September 2018.

Additions

Gameplay

Item pickup
  • When the player picks up an item, the item entity will go transparent slightly when it moves into their inventory.

General

Sounds
  • Added new sound event entity.shulker.hurt_closed.
  • Removed sound event entity.guardian.thorns.
  • Renamed sound event entity.player.attack.parry to entity.player.attack.nodamage.
  • Added new sound assets for many sound events added in previous versions.
    • New sounds for scoring a critical hit, inflicting knockback, parrying, full charged attacks, sweep attacks and little to no charge attacks.
      • Uses the entity.player.attack sound events: crit, knockback, nodamage, strong, sweep and weak.
    • New sounds for when an attack is blocked by shields.
      • Uses the sound event: entity.shield.block.
    • New sounds for witch idle behavior, death, drinking a potion, throwing a potion and taking damage.
      • Uses the entity.witch sound events: ambient, death, drink, throw and hurt.
    • New sounds for shulker idle behavior, death, being hit while their shell is closed, their bullet taking damage, and their bullet inflicting damage.
      • Uses the entity.shulker sound events: ambient, death and close and the entity.shulker_bullet sound events hurt and hit.
    • New sounds for the attack of the killer rabbit.
      • Uses the sound event: entity.rabbit.attack.
    • New sounds for a horse eating food given by the player.
      • Uses the sound event: entity.horse.eat.
    • New sound for when a brewing operation is complete.
      • Uses the sound event: block.brewing_stand.brew.
    • New sounds for when the player is dealt thorns damage from guardians and armor.
      • Uses the sound event: enchant.thorns.hit.

Changes

Blocks

Beacon
  • Effect duration depends on pyramid levels, 9 seconds plus 2 seconds per level (formerly a constant 9 seconds).

Items

Arrows
  • Now bounce off of creative mode players, whereas before they would pass straight through.
Shears

Gameplay

Enchantments

Fixes

5 issues fixed

From released versions before 1.9

  • MC-8180 – Silk touch Shears don't lose durability when mining grass, ice, etc.
  • MC-16834 – horses don't have sounds for eating.
  • MC-62975 – Using pick block on any color banner gives a black banner.

From the 1.9 development versions

  • MC-88908 – OS X - When ⌘ Cmd+A in the command block GUI/chat/... player will auto strafe when exiting GUI.

From the previous development version

  • MC-92906 – Skins, entities and block entities become transparent.

Video

Video made by slicedlime:

References