Java Edition 16w32a
Jump to navigation
Jump to search
Minecraft 16w32a
Edition | ||||||
---|---|---|---|---|---|---|
Release date |
August 10, 2016 | |||||
Type | ||||||
Snapshot for | ||||||
Downloads | ||||||
Protocol version |
301 | |||||
Data version |
800 | |||||
Resource pack format |
3 | |||||
Minimum Java version | ||||||
|
{ "title": "Minecraft 16w32a", "images": [ "16w32a.png", "Java Edition 16w32a.png" ], "rows": [ { "field": "''(link to Java Edition article, displayed as Java Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "August 10, 2016", "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.11 article, displayed as 1.11)", "label": "Snapshot for" }, { "field": "[https://piston-data.mojang.com/v1/objects/198124cb36e4284feec3204f8e20f14f6a531cc3/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/78178d605ec7bb141b91b4eed36adb9ffdf82527/16w32a.json .json])<br />[https://piston-data.mojang.com/v1/objects/b1309cff6c574e9487e3413773841ef5eb260587/server.jar Server]", "label": "(link to Tutorial:Installing a snapshot#Manual version installation article, displayed as Downloads)" }, { "field": "301", "label": "(link to Protocol version article, displayed as Protocol version)" }, { "field": "800", "label": "(link to Data version article, displayed as Data version)" }, { "field": "3", "label": "<span style=\"white-space: normal;\">(link to Pack format#List of resource pack formats 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": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" rowspan=\"2\">[[Java Edition 1.10.2|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.10.2]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.11|1.11]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.11.1| 1.11.1 <span style=\"margin-right:-0.35em\">►</span>►]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n\n<td style=\"padding: 0.4em\">''' 16w32a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 16w32b| 16w32b ►]]\n</td>\n</tr>\n</table>" }
16w32a is the first snapshot for Java Edition 1.11, released on August 10, 2016.[1]
Additions[edit | edit source]
Items[edit | edit source]
Zombie villager spawn egg
- Eggs that were removed in Java Edition 1.10-pre2 are re-added, except the cat spawn egg, including:
Wither skeleton spawn egg
Mule spawn egg
Skeleton horse spawn egg
Zombie horse spawn egg
Donkey spawn egg
Elder guardian spawn egg
Stray spawn egg
Husk spawn egg
General[edit | edit source]
- "Javalicious edition"
- New strings within the game were made available for internationalization:
- World selection error messages,
- Customized superflat preset names,
- Spectator-mode-specific options and messages,
- In the Options menu: the words "chunks" and "fps",
- In item tooltips: the words "Color: ", "NBT: " and "Durability: ",
- The F3 + Q keybindings display text, and text associated with other F3 actions,
- Text associated with downloading resource packs from servers.
Changes[edit | edit source]
Blocks[edit | edit source]
Items[edit | edit source]
- Are now sorted by name in the Creative inventory.
Stacks
- There is no longer an item stack of 0 when using the drag function to craft items.
Mobs[edit | edit source]
- If a creeper is inflicted with a potion effect, its explosion causes a lingering effect of the potion.
- No longer drop music discs when killed by a stray or wither skeleton.[2]
- Now try to avoid water.
- Now, when their pumpkin is sheared from their head, that is saved with the game (previously it was just an in-memory visual effect).
Skeleton trap horses
- The chance of spawning with a thunderstorm lightning strike is reduced to 1⁄5 of what it was.
- Some pixels has been added under the head.
Gameplay[edit | edit source]
Exhaustion levels
Action | Old rate | New rate | Units |
---|---|---|---|
Sneaking | 0.005 | — | per meter |
Walking | 0.01 | — | per meter |
Swimming | 0.015 | 0.01 | per meter |
Breaking a block | 0.025 | 0.005 | per block broken |
Jumping | 0.2 | 0.05 | per jump |
Attacking an enemy | 0.3 | 0.1 | per attack landed |
Taking damage that is normally protected by armor | 0.3 | 0.1 | per distinct instance of damage being received |
Hunger status effect | 0.5 | 0.1 | per second, per Hunger status effect level |
Jumping while sprinting | 0.8 | 0.2 | per jump |
Regenerating health by having or higher, × 9 or with naturalRegeneration=true
|
4.0 | 6.0 | per 1HP healed |
- Some warnings now appear above the hotbar instead in the chat, like "Press [key] to dismount" had.
- "You can only sleep at night"
- "You may not rest now, there are monsters nearby"
- "This bed is occupied"
- "Height limit for building is 256 blocks"
- "Unable to open. Loot not generated yet."
Command format[edit | edit source]
/give
- Now ignores item-specific stacking restrictions.[3]
- Block states can now be used in the
/execute
,/fill
,/setblock
and/testforblock
commands.- Examples:
/setblock ~ ~ ~ minecraft:stone variant=granite
instead of/setblock ~ ~ ~ minecraft:stone 1
/setblock ~ ~ ~ wool color=blue
instead of/setblock ~ ~ ~ minecraft:wool 11
/setblock ~ ~ ~ minecraft:planks variant=acacia
instead of/setblock ~ ~ ~ minecraft:planks 4
/setblock ~ ~ ~ minecraft:birch_fence_gate facing=west,open=true
- Examples:
General[edit | edit source]
- The required pack version number was changed to "3" in
pack.mcmeta
.- Version 3 resource packs have to use lowercase filenames for everything.
Entity IDs, block entity IDs, block IDs and item IDs
- Now are no longer case sensitive.
- Auto-completion puts in lowercase letters.
Entity and block entity IDs
- Use underscores to separate words, rather than using single words in mixed case.
- Optionally, a
minecraft:
namespace prefix can be used, just like block and item IDs. However, it is not optional for EntityTags and spawners.[4] - There are still old entity IDs in the language files (example:
LavaSlime
instead ofmagma_cube
for the magma cube) and the new mobs in 1.11 have their ID with the old type (no underscores, capital letters for the beginning of the words. example:VindicationIllager
instead ofvindication_illager
for the vindicator.) - The following names have changed:
Old id | New id | Change | Type | |
---|---|---|---|---|
![]() |
AreaEffectCloud
|
area_effect_cloud
|
Underscores | Entity |
![]() |
ArmorStand
|
armor_stand
|
Underscores | Entity |
![]() |
Arrow
|
arrow
|
Lowercase | Entity |
![]() |
Bat
|
bat
|
Lowercase | Entity |
![]() |
Beacon
|
beacon
|
Lowercase | Block entity |
![]() |
Boat
|
boat
|
Lowercase | Entity |
![]() |
ThrownExpBottle
|
xp_bottle
|
Rename | Entity |
![]() |
Blaze
|
blaze
|
Lowercase | Entity |
![]() |
Cauldron
|
brewing_stand
|
Rename | Block entity |
![]() |
CaveSpider
|
cave_spider
|
Underscores | Entity |
![]() |
Chicken
|
chicken
|
Lowercase | Entity |
![]() |
Control
|
command_block
|
Rename | Block entity |
![]() |
Creeper
|
creeper
|
Lowercase | Entity |
![]() |
DLDetector
|
daylight_detector
|
Rename | Block entity |
![]() |
Trap
|
dispenser
|
Rename | Block entity |
![]() |
EntityHorse.Donkey
|
donkey
|
Separate | Entity |
![]() |
DragonFireball
|
dragon_fireball
|
Underscores | Entity |
![]() |
ThrownEgg
|
egg
|
Rename | Entity |
![]() |
Guardian.Elder
|
elder_guardian
|
Separate | Entity |
![]() |
EnchantTable
|
enchanting_table
|
Rename | Block entity |
![]() |
EndGateway
|
end_gateway
|
Underscores | Block entity |
![]() |
AirPortal
|
end_portal
|
Rename | Block entity |
![]() |
EnderChest
|
ender_chest
|
Underscores | Block entity |
![]() |
EnderCrystal
|
ender_crystal
|
Underscores | Entity |
![]() |
EnderDragon
|
ender_dragon
|
Underscores | Entity |
![]() |
ThrownEnderpearl
|
ender_pearl
|
Rename | Entity |
![]() |
Enderman
|
enderman
|
Lowercase | Entity |
![]() |
Endermite
|
endermite
|
Lowercase | Entity |
![]() |
EyeOfEnderSignal
|
eye_of_ender_signal
|
Underscores | Entity |
![]() |
XPOrb
|
xp_orb
|
Underscores | Entity |
![]() |
FallingSand
|
falling_block
|
Rename | Entity |
![]() |
Fireball
|
fireball
|
Lowercase | Entity |
![]() |
FireworksRocketEntity
|
fireworks_rocket
|
Rename | Entity |
![]() |
FlowerPot
|
flower_pot
|
Underscore | Block entity |
![]() |
Ghast
|
ghast
|
Lowercase | Entity |
![]() |
Guardian
|
guardian
|
Lowercase | Entity |
![]() |
EntityHorse
|
horse
|
Rename | Entity |
![]() |
Zombie.Husk
|
husk
|
Separate | Entity |
![]() |
VillagerGolem
|
villager_golem
|
Underscores | Entity |
![]() |
ItemFrame
|
item_frame
|
Underscores | Entity |
![]() |
RecordPlayer
|
jukebox
|
Rename | Block entity |
![]() |
LeashKnot
|
leash_knot
|
Underscores | Entity |
![]() |
LightningBolt
|
lightning_bolt
|
Underscores | Entity |
![]() |
LavaSlime
|
magma_cube
|
Rename | Entity |
![]() |
MinecartRideable
|
minecart
|
Rename | Entity |
![]() |
MinecartChest
|
chest_minecart
|
Rename | Entity |
![]() |
MinecartCommandBlock
|
commandblock_minecart
|
Rename | Entity |
![]() |
MinecartFurnace
|
furnace_minecart
|
Rename | Entity |
![]() |
MinecartHopper
|
hopper_minecart
|
Rename | Entity |
![]() |
MinecartSpawner
|
spawner_minecart
|
Rename | Entity |
![]() |
MinecartTNT
|
tnt_minecart
|
Rename | Entity |
![]() |
Mob
|
- | Remove | Entity |
![]() |
Monster
|
- | Remove | Entity |
![]() |
MobSpawner
|
mob_spawner
|
Underscores | Block entity |
![]() |
MushroomCow
|
mooshroom
|
Rename | Entity |
![]() |
EntityHorse.Mule
|
mule
|
Separate | Entity |
![]() |
Music
|
noteblock
|
Rename | Block entity |
![]() |
Ozelot
|
ocelot
|
Rename | Entity |
![]() |
Painting
|
painting
|
Lowercase | Entity |
![]() |
Pig
|
pig
|
Lowercase | Entity |
![]() |
PolarBear
|
polar_bear
|
Underscores | Entity |
![]() |
Rabbit
|
rabbit
|
Lowercase | Entity |
![]() |
Sheep
|
sheep
|
Lowercase | Entity |
![]() |
ShulkerBullet
|
shulker_bullet
|
Underscores | Entity |
![]() |
Shulker
|
shulker
|
Lowercase | Entity |
![]() |
Silverfish
|
silverfish
|
Lowercase | Entity |
![]() |
Skeleton
|
skeleton
|
Lowercase | Entity |
![]() |
EntityHorse.Skeleton
|
skeleton_horse
|
Separate | Entity |
![]() |
Slime
|
slime
|
Lowercase | Entity |
![]() |
SmallFireball
|
small_fireball
|
Underscores | Entity |
![]() |
SnowMan
|
snowman
|
Lowercase | Entity |
![]() |
Snowball
|
snowball
|
Lowercase | Entity |
![]() |
SpectralArrow
|
spectral_arrow
|
Underscores | Entity |
![]() |
Spider
|
spider
|
Lowercase | Entity |
![]() |
ThrownPotion
|
potion
|
Rename | Entity |
![]() |
Skeleton.Stray
|
stray
|
Separate | Entity |
![]() |
Structure
|
structure_block
|
Rename | Block entity |
![]() |
Squid
|
squid
|
Lowercase | Entity |
![]() |
PrimedTNT
|
tnt
|
Rename | Entity |
![]() |
Villager
|
villager
|
Lowercase | Entity |
![]() |
Witch
|
witch
|
Lowercase | Entity |
![]() |
WitherBoss
|
wither
|
Rename | Entity |
![]() |
Skeleton.Wither
|
wither_skeleton
|
Separate | Entity |
![]() |
WitherSkull
|
wither_skull
|
Underscores | Entity |
![]() |
Wolf
|
wolf
|
Lowercase | Entity |
![]() |
Zombie
|
zombie
|
Separate | Entity |
![]() |
EntityHorse.Zombie
|
zombie_horse
|
Separate | Entity |
![]() |
Zombie.Villager
|
zombie_villager
|
Separate | Entity |
- Horse was split into entity IDs
horse
,donkey
,mule
,skeleton_horse
andzombie_horse
for their respective types. - Skeleton was split into entity IDs
skeleton
,stray
andwither_skeleton
. - Zombie was split into entity IDs
zombie
,zombie_villager
andhusk
. - Guardian was split into entity IDs
guardian
andelder_guardian
. - Unused savegame IDs
Mob
andMonster
were removed, meaning that all references to the first mob added to the game called Mob, have been removed.
- For all horses,
HasReproduced
,Type
andSaddle
tags are removed. ChestedHorse
andItems
tags now apply only tomule
anddonkey
.SkeletonTrap
andSkeletonTrapTime
tags now apply only toskeleton_horse
.Elder
tag is removed fromguardian
andelder_guardian
.ZombieType
, andIsVillager
tag is removed from all zombie types.ConversionTime
andProfession
tags now apply only tozombie_villager
.SkeletonType
tag is removed from all skeleton types.Pumpkin
byte tag is added tosnowman
.
- Donkeys, mules, husks and zombie villagers now each draw from their own loot tables, rather than drawing from the horse and zombie loot tables, respectively.
Fixes[edit | edit source]
From released versions before 1.11
- MC-9 – Dropped anvil makes no sound when it breaks.
- MC-87 – When scaling a map with paper, shift-clicking on it won't apply the correct scale level.
- MC-679 – Compass points wrong direction after returning from nether.
- MC-1555 – Items get deleted when the crafting recipe overflows the inventory.
- MC-2153 – Chickens' necks have no texture.
- MC-8293 – Dispensers spawn mobs without offset along the y-axis.
- MC-11834 – "[SEVERE] Item entity # has no item?" is spammed in the console and items appear as stone for invalid IDs or on initial drop.
- MC-14640 – No hunger bar when riding a Boat or Minecart.
- MC-26690 – Wither Skeletons Flicker when in the sun.
- MC-46341 – Some text isn't translated and isn't available on Crowdin.
- MC-83185 – Fishing rod in offhand, bobber immediately disappears/goes to 0,0.
- MC-83571 – Custom named bosses show "Wither" / "Enderdragon" at boss health bar.
- MC-85320 – End Bricks, purpur blocks, chorus plants, bone blocks and structure blocks don't show the right colors on maps.
- MC-87034 – Dragon's breath and lingering potion area is invisible on minimal particles.
- MC-88096 – When using spawn eggs on fences the mobs fall through.
- MC-89064 – Lightning spawns Skeleton Horse when
doMobSpawning
/spawn-monsters
is false. - MC-90191 – Armor stands, silverfish and endermites in boats spin rapidly.
- MC-91728 – Instant Health/damage potion tipped arrows got no effect.
- MC-93619 – Shooting potion tipped arrow in creative mode reduces arrow count.
- MC-93648 – Snow golems with pumpkins sheared off regain pumpkins.
- MC-94978 – Throwable items fired from dispenser do not hit mobs for the first two ticks.
- MC-95922 – Destroyed dropped Minecart items use entity name.
- MC-96954 – Passenger Entities get dismounted client-side when rerendered.
- MC-97916 – Items receive too much momentum when they're squeezed.
- MC-101441 – When durability on bow it is 0 / 384 and the bow is on the left hand.
- MC-102047 – Middles click on mob variants gives base mob Spawn Egg.
- MC-103043 – Entity name incorrect for Wither Skeleton / Stray / Elder Guardian / Zombie Pigman.
- MC-105560 – Hoppers become stuck on world reload at chunk borders.
- MC-105787 – Structure void has unused model files.
Other fixes
- More stable handling of invalid items.[1]
- Less duplication bugs will occur.
Video[edit | edit source]
Video made by slicedlime:
Trivia[edit | edit source]
- 16w32a was previously removed from the launcher for some time, but was added back in September 2018.
References[edit | edit source]
- ↑ Jump up to: a b https://www.mojang.com/2016/08/minecraft-snapshot-16w32a/
- ↑ MC-112579
- ↑ MC-105965 resolved as "Works as Intended"
- ↑ MC-106199 resolved as "Works as Intended"