Java Edition 15w33a
Jump to navigation
Jump to search
Minecraft 15w33a
Edition | |
---|---|
Release date |
August 12, 2015 |
Type | |
Snapshot for | |
Downloads | |
Protocol version |
55 |
Data version |
111 |
Resource pack format |
2 |
Minimum Java version | |
{ "title": "Minecraft 15w33a", "images": [ "Java Edition 15w33a.png" ], "rows": [ { "field": "''(link to Java Edition article, displayed as Java Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "August 12, 2015", "label": "Release date" }, { "field": "(link to Snapshot article, displayed as Snapshot)", "label": "(link to Version types article, displayed as Type)" }, { "field": "(link to Java Edition 1.9 article, displayed as 1.9)", "label": "Snapshot for" }, { "field": "[https://piston-data.mojang.com/v1/objects/337da43d1f130f57b69f295ad8a24b6851e111bf/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/a31c9b43de60bdc2410d63716f522b2242843b38/15w33a.json .json])<br />[https://piston-data.mojang.com/v1/objects/b2f50a0daf6fd2e70dac4d7da302524566b57a55/server.jar Server] ([https://piston-data.mojang.com/v1/objects/44092fc0d5489a9cc448450cf85f55cef970c18b/windows_server.exe .exe])", "label": "(link to Tutorials/Installing a snapshot#Manual version installation article, displayed as Downloads)" }, { "field": "55", "label": "(link to Protocol version article, displayed as Protocol version)" }, { "field": "111", "label": "(link to Data version article, displayed as Data version)" }, { "field": "2", "label": "<span style=\"white-space: normal;\">(link to Resource pack format article, displayed as Resource pack format)</span>" }, { "field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_6 Java SE 6]</span>", "label": "<span style=\"white-space: normal;\">Minimum Java version</span>" } ], "invimages": [], "footer": "<div style=\"display:inline-block\"><div style=\"display:inline-block;padding:0 .4em\">[[Java Edition 1.8.9|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.8.9]]</div><div style=\"display:inline-block;padding:0 .4em\">[[Java Edition 15w32c|◄ 15w32c]]</div>\n</div><div style=\"display:inline-block\"><div style=\"display:inline-block;padding:0 .4em\">[[Java Edition 15w33b| 15w33b ►]]</div><div style=\"display:inline-block;padding:0 .4em\">[[Java Edition 1.9.1| 1.9.1 <span style=\"margin-right:-0.35em\">►</span>►]]</div></div>" }
15w33a is the seventh snapshot for Java Edition 1.9, released on August 12, 2015,[1] which adds dragon's breath and lingering potions.
Additions[edit | edit source]
Items[edit | edit source]
- Found in the brewery section of the Creative inventory.
- Can be used to brew lingering potions by brewing it with a splash potion.
- Can be obtained by right clicking with a glass bottle while the ender dragon breathes the homonymous attack.
- Stacks to 64.
- Thrown like a splash potion.
- Leaves a patch of the potion particle effect.
- Entities that walk into it get the effect.
- Leaves a patch of the potion particle effect.
- Has all the potion types, and works with potions whose effect are instant, like Harming.
- Brewed with dragon's breath and the corresponding splash potion.
- The cloud duration can be controlled through a data tag.
- Doesn't stack, like other potions.
Command format[edit | edit source]
- Added entity
AreaEffectCloud
(ID 3), child ofEntity
. - Added tags
Age
,Duration
,WaitTime
,ReapplicationDelay
,DurationOnUse
,RadiusOnUse
,RadiusPerTick
,Radius
,OwnerUUIDLeast
,OwnerUUIDMost
,Particle
,Color
, andEffects
toAreaEffectCloud
. - Added
ExactTeleport
toEndGateway
. - Added
Linger
toThrownPotion
.
- New objective types: armor and level.
- "armor" tracks the armor bar, that indicates the total protection from all currently worn armor pieces.
- "level" tracks the level of the player which is the number above the experience bar and not the amount of xp points.
General[edit | edit source]
- Per-item statistics for number dropped and number picked up.
stat.pickup
andstat.drop
.
- Added "More Digital!"
Changes[edit | edit source]
Blocks[edit | edit source]
- The character limit is now 32500 instead of 32767.
- Changed texture to be both angle and face independent.
- The footprint of the visible faces always displays the same texture without deforming due to perspective.
- Therefore any edges of the block that are not part of the footprint are invisible.
- The footprint of the visible faces always displays the same texture without deforming due to perspective.
- Changed the beam texture to be unique.
Items[edit | edit source]
- Extended potion of Poison, potion of Poison II, and extended potion of Regeneration had their duration reduced.
- Potion of Strength changed from 130% bonus to damage to 3 of bonus damage (from relative to absolute).
- Potion of Weakness changed from 0.5 reduction to damage to 4 × 0.25.
- Throwable potions now behave like other projectiles when used in dispensers.
- They travel a much greater distance.
- Can no longer address spawn eggs by numeric data ID, like:
give @p spawn_egg 1 50
.- The spawnable item from a spawn egg is now addressed by a datatag:
give @p spawn_egg 1 {EntityTag:{id:"Creeper"}}
.
- The spawnable item from a spawn egg is now addressed by a datatag:
Mobs[edit | edit source]
- General
- The
HealF
float tag has been renamed toHealth
.- As a result, the original
Health
tag is now a float type rather than short.
- As a result, the original
- Now shoots the previously added ender acid entities.
- A fireball-like projectile.
- On impact it spawns dragon breath and lights the ground on fire.
- The dragon breath acts like a lingering potion, creating a special entity cloud.
- Players in the cloud get damaged.
- The dragon breath acts like a lingering potion, creating a special entity cloud.
- Arrows get deflected and set on fire while the dragon is on top of the portal.
Command format[edit | edit source]
- NBT format
CommandStats
can be used to obtain the number of scoreboard tags an entity has viaQueryResult
.- Example:
/scoreboard
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.
- Example:
- Removed
DataVersion
fromEntity
. It is now only applied toPlayer
only, child ofLivingBase
. HealF
underLivingBase
has become deprecated.Health
underLivingBase
has changed from type "Short" to "Float".Life
renamed toAge
forEndGateway
entity.Equipment
removed fromArmorStand
andLiving
entity, its usage replaced byHandItems
andArmorItems
which were added earlier.
General[edit | edit source]
- In Survival, pick block now works on items outside of the hotbar but inside the player's inventory.
- In Creative, using pick block normally gives the player a new one instead of existing ones with NBT.
- ctrl+middle click no longer replaces items.
- Existing items are put into the inventory instead of being deleted.
- Tooltips
- Now show absolute damage instead of damage increase.
Fixes[edit | edit source]
- 7 issues fixed
- From the 1.9 development versions
- MC-82945 – UUID error:
Tried to add entity with duplicate UUID
spam. - MC-83731 – Using
/kill
on the ender dragon doesn't end the fight. - MC-84509 – End gateway block effect looks weird in third person.
- MC-85288 – "Save World" and "Cancel" button have been switched.
- MC-85382 – Attempting to use a spawn egg on a block thats out of range throws error.
- MC-85542 – Ender dragon can destroy
end_portal
andend_gateway
blocks.
- From the previous development version
- MC-85397 – Adult mobs spawned with mob eggs are "invalid", they can't be selected with
@e
.
Video[edit | edit source]
Video made by slicedlime:
Trivia[edit | edit source]
- 15w33a was previously removed from the launcher for some time, but was added back in September 2018.
References[edit | edit source]
- ↑ "Minecraft snapshot 15w33b" (Archive) by Dinnerbone – Mojang.com, August 12, 2015.