Java Edition 15w47b: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
Nicolerenee (talk | contribs) m (Fixed spelling, removed usage of "you" and linked a bit.) |
||
Line 16: | Line 16: | ||
== Additions == |
== Additions == |
||
; Item pickup |
; [[Item]] pickup |
||
* When |
* 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}}. |
||
; [[ |
; [[Sound]]s |
||
* Added new sound event <code>entity.shulker.hurt_closed</code>. |
* Added new sound event <code>entity.shulker.hurt_closed</code>. |
||
* Removed sound event <code>entity.guardian.thorns</code>. |
* Removed sound event <code>entity.guardian.thorns</code>. |
||
Line 44: | Line 44: | ||
== Changes == |
== Changes == |
||
; [[Arrow]]s |
; [[Arrow]]s |
||
* Now bounce off of creative mode |
* 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). |
||
; [[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 |
** This makes [[cobweb]]s unobtainable in this snapshot. |
||
; [[Shears]] |
; [[Shears]] |
||
* Now lose durability when used to break any block (formerly only lost durability on [[leaves]], [[web]], [[grass]], [[vines]], [[tripwire]] |
* Now lose durability when used to break any block (formerly only lost durability on [[leaves]], [[web]], [[grass]], [[vines]], [[tripwire]] and [[wool]]). |
||
== Fixes == |
== Fixes == |
||
Line 59: | Line 59: | ||
|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 |
|62975|Using pick block on any color banner gives a black banner |
||
|;dev |
|;dev |
Revision as of 12:34, 2 October 2018
15w47b
Edition | |||||||
---|---|---|---|---|---|---|---|
Release date |
November 19, 2015 | ||||||
Type | |||||||
Snapshot for | |||||||
|
{ "title": "15w47b", "images": [ "15w47a.png" ], "rows": [ { "field": "''(link to computer article, displayed as computer)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "November 19, 2015", "label": "Release date" }, { "field": "(link to Snapshot article, displayed as Snapshot)", "label": "(link to Version types article, displayed as Type)" }, { "field": "(link to computer 1.9 article, displayed as 1.9)", "label": "Snapshot for" } ], "invimages": [], "footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[computer 1.8.9|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.8.9]]</td>\n<td style=\"padding: 0.4em\">'''[[computer 1.9|1.9]]'''</td>\n<td style=\"padding: 0.4em\" >[[computer 1.9.1| 1.9.1 <span style=\"margin-right:-0.35em\">►</span>►]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[computer 15w47a|◄ 15w47a]]\n</td>\n<td style=\"padding: 0.4em\">'''Java Edition 15w47b'''</td>\n<td style=\"padding: 0.4em\">\n[[computer 15w47c| 15w47c ►]]\n</td>\n</tr>\n</table>" }
15w47b[1] is the forty-second snapshot for 1.9, and was released to fix some issues with 15w47a, along with adding various new sounds.
Additions
- Item pickup
- When the player picks up an item, the item entity will go transparent slightly when it moves into their inventory.
- See 92915.
- Added new sound event
entity.shulker.hurt_closed
. - Removed sound event
entity.guardian.thorns
. - Renamed sound event
entity.player.attack.parry
toentity.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
andweak
- Uses the
- New sounds for when an attack is blocked by shields.
- Uses the sound event:
entity.shield.block
- Uses the sound event:
- 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
andhurt
- Uses the
- 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
andclose
and theentity.shulker_bullet
sound eventshurt
andhit
- Uses the
- New sounds for the attack of the killer rabbit.
- Uses the sound event:
entity.rabbit.attack
- Uses the sound event:
- New sounds for a horse eating food given by the player.
- Uses the sound event:
entity.horse.eat
- Uses the sound event:
- New sound for when a brewing operation is complete.
- Uses the sound event:
block.brewing_stand.brew
- Uses the sound event:
- New sounds for when the player is dealt thorns damage from guardians and armor.
- Uses the sound event:
enchant.thorns.hit
- Uses the sound event:
- New sounds for scoring a critical hit, inflicting knockback, parrying, full charged attacks, sweep attacks and little to no charge attacks.
Changes
- Now bounce off of creative mode players, whereas before they would pass straight through.
- Effect duration depends on pyramid levels, 9 seconds plus 2 seconds per level (formerly a constant 9 seconds).
- Silk Touch can no longer be applied to shears in survival.
- This makes cobwebs unobtainable in this snapshot.
- Now lose durability when used to break any block (formerly only lost durability on leaves, web, grass, vines, tripwire and wool).
Fixes
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 Commandblock GUI/chat/... you auto strafe when exiting GUI
From the previous development version
- MC-92906 – Skins, entities and block entities become transparent
Video
Video made by slicedlime: 15w47b/Update Video