VOOZH about

URL: https://minecraft.wiki/w/16w32a

⇱ Java Edition 16w32a – Minecraft Wiki


Java Edition 16w32a

From Minecraft Wiki
(Redirected from 16w32a)
Jump to navigation Jump to search
This page covers a development version that has a major issue under certain conditions.
 
The dedicated server for this version has a security vulnerability in the Log4j library that could be used to perform a remote code execution exploit. It can be addressed by appending a certain JVM argument to the server startup command line.[1]
Minecraft 16w32a
Edition Java Edition
Release date August 10, 2016
Type Snapshot
Snapshot for 1.11
Downloads Client (.json)
Server
Protocol version 301
Data version 800
Resource pack format 3
Minimum Java version Java SE 6
β—„β—„  1.10.2 1.11 1.11.1 β–Ίβ–Ί
16w32a

16w32b β–Ί

{
 "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 version#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 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.[2]

Additions

[edit | edit source]

Items

[edit | edit source]

Spawn eggs

General

[edit | edit source]

Splashes

  • "Javalicious edition"

Internationalization

  • 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 β€―+β€― keybindings display text, and text associated with other actions,
    • Text associated with downloading resource packs from servers.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Cauldrons

  • Washing dyed leather armor and dyed banners now removes 1 water level from the cauldron.

Items

[edit | edit source]

Spawn eggs

  • 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.

Creepers

  • 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.[3]

Husks

  • Now try to avoid water.

Snow golems

  • 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.

Chickens

  • 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 πŸ‘ πŸ—
Γ— 9
or higher,
or with naturalRegeneration=true
4.0   6.0   per 1HPπŸ‘ πŸ’”
healed

Chat

  • 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.[4]

Block states

  • 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

General

[edit | edit source]

Resource packs

  • 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.[5]
  • There are still old entity IDs in the language files (example: LavaSlime instead of magma_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 of vindication_illager for the vindicator.)
  • The following names have changed:
Old id New id Change Type
πŸ‘ Image
Area Effect Cloud
AreaEffectCloud area_effect_cloud Underscores Entity
πŸ‘ Image
Armor Stand
ArmorStand armor_stand Underscores Entity
πŸ‘ Image
Arrow
Arrow arrow Lowercase Entity
πŸ‘ Image
Banner
Banner banner Lowercase Block entity
πŸ‘ Image
Bat
Bat bat Lowercase Entity
πŸ‘ Image
Beacon
Beacon beacon Lowercase Block entity
πŸ‘ Image
Boat
Boat boat Lowercase Entity
πŸ‘ Image
Bottle o' Enchanting
ThrownExpBottle xp_bottle Rename Entity
πŸ‘ Image
Blaze
Blaze blaze Lowercase Entity
πŸ‘ Image
Brewing Stand
Cauldron brewing_stand Rename Block entity
πŸ‘ Image
Cave Spider
CaveSpider cave_spider Underscores Entity
πŸ‘ Image
Chest
Chest chest Lowercase Block entity
πŸ‘ Image
Chicken
Chicken chicken Lowercase Entity
πŸ‘ Image
Command Block
Control command_block Rename Block entity
πŸ‘ Image
Cow
Cow cow Lowercase Entity
πŸ‘ Image
Creeper
Creeper creeper Lowercase Entity
πŸ‘ Image
Daylight Detector
DLDetector daylight_detector Rename Block entity
πŸ‘ Image
Dispenser
Trap dispenser Rename Block entity
πŸ‘ Image
Dragon Fireball
DragonFireball dragon_fireball Underscores Entity
πŸ‘ Image
Dropper
Dropper dropper Lowercase Block entity
πŸ‘ Image
Egg
ThrownEgg egg Rename Entity
πŸ‘ Image
Enchanting Table
EnchantTable enchanting_table Rename Block entity
πŸ‘ Image
End Gateway
EndGateway end_gateway Underscores Block entity
πŸ‘ Image
End Portal
AirPortal end_portal Rename Block entity
πŸ‘ Image
Ender Chest
EnderChest ender_chest Underscores Block entity
πŸ‘ Image
End Crystal
EnderCrystal ender_crystal Underscores Entity
πŸ‘ Image
Ender Dragon
EnderDragon ender_dragon Underscores Entity
πŸ‘ Image
Ender Pearl
ThrownEnderpearl ender_pearl Rename Entity
πŸ‘ Image
Enderman
Enderman enderman Lowercase Entity
πŸ‘ Image
Endermite
Endermite endermite Lowercase Entity
πŸ‘ Image
Eye of Ender
EyeOfEnderSignal eye_of_ender_signal Underscores Entity
πŸ‘ Image
Experience Orb
XPOrb xp_orb Underscores Entity
πŸ‘ Image
Falling Block
FallingSand falling_block Rename Entity
πŸ‘ Image
Fireball
Fireball fireball Lowercase Entity
πŸ‘ Image
Firework Rocket
FireworksRocketEntity fireworks_rocket Rename Entity
πŸ‘ Image
Flower Pot
FlowerPot flower_pot Underscore Block entity
πŸ‘ Image
Furnace
Furnace furnace Lowercase Block entity
πŸ‘ Image
Ghast
Ghast ghast Lowercase Entity
πŸ‘ Image
Guardian

πŸ‘ Image
Elder Guardian
Guardian guardian
elder_guardian
Separate Entity
πŸ‘ Image
Head
Skull skull Lowercase Block entity
πŸ‘ Image
Hopper
Hopper hopper Lowercase Block entity
πŸ‘ Image
Horse

πŸ‘ Image
Donkey

πŸ‘ Image
Mule

πŸ‘ Image
Skeleton Horse

πŸ‘ Image
Zombie Horse
EntityHorse horse
donkey
mule
skeleton_horse
zombie_horse
Separate Entity
πŸ‘ Image
Iron Golem
VillagerGolem villager_golem Underscores Entity
πŸ‘ Image
Item Frame
ItemFrame item_frame Underscores Entity
πŸ‘ Image
Items
Item item Lowercase Entity
πŸ‘ Image
Jukebox
RecordPlayer jukebox Rename Block entity
πŸ‘ Image
Leash Knot
LeashKnot leash_knot Underscores Entity
πŸ‘ Image
Lightning Bolt
LightningBolt lightning_bolt Underscores Entity
πŸ‘ Image
Magma Cube
LavaSlime magma_cube Rename Entity
πŸ‘ Image
Minecart
MinecartRideable minecart Rename Entity
πŸ‘ Image
Minecart with Chest
MinecartChest chest_minecart Rename Entity
πŸ‘ Image
Minecart with Command Block
MinecartCommandBlock commandblock_minecart Rename Entity
πŸ‘ Image
Minecart with Furnace
MinecartFurnace furnace_minecart Rename Entity
πŸ‘ Image
Minecart with Hopper
MinecartHopper hopper_minecart Rename Entity
πŸ‘ Image
Minecart with Spawner
MinecartSpawner spawner_minecart Rename Entity
πŸ‘ Image
Minecart with TNT
MinecartTNT tnt_minecart Rename Entity
πŸ‘ Image
Mob
Mob - Remove Entity
πŸ‘ Image
Monster
Monster - Remove Entity
πŸ‘ Image
Monster Spawner
MobSpawner mob_spawner Underscores Block entity
πŸ‘ Image
Mooshroom
MushroomCow mooshroom Rename Entity
πŸ‘ Image
Note Block
Music noteblock Rename Block entity
πŸ‘ Image
Ocelot
Ozelot ocelot Rename Entity
πŸ‘ Image
Painting
Painting painting Lowercase Entity
πŸ‘ Image
Pig
Pig pig Lowercase Entity
πŸ‘ Image
Piston
Piston piston Lowercase Block entity
πŸ‘ Image
Polar Bear
PolarBear polar_bear Underscores Entity
πŸ‘ Image
Rabbit
Rabbit rabbit Lowercase Entity
πŸ‘ Image
Redstone Comparator
Comparator comparator Lowercase Block entity
πŸ‘ Image
Sheep
Sheep sheep Lowercase Entity
πŸ‘ Image
Shulker Bullet
ShulkerBullet shulker_bullet Underscores Entity
πŸ‘ Image
Shulker
Shulker shulker Lowercase Entity
πŸ‘ Image
Sign
Sign sign Lowercase Block entity
πŸ‘ Image
Silverfish
Silverfish silverfish Lowercase Entity
πŸ‘ Image
Skeleton

πŸ‘ Image
Stray

πŸ‘ Image
Wither Skeleton
Skeleton skeleton
stray
wither_skeleton
Separate Entity
πŸ‘ Image
Slime
Slime slime Lowercase Entity
πŸ‘ Image
Small Fireball
SmallFireball small_fireball Underscores Entity
πŸ‘ Image
Snow Golem
SnowMan snowman Lowercase Entity
πŸ‘ Image
Snowball
Snowball snowball Lowercase Entity
πŸ‘ Image
Spectral Arrow
SpectralArrow spectral_arrow Underscores Entity
πŸ‘ Image
Spider
Spider spider Lowercase Entity
πŸ‘ Image
Splash Potion
ThrownPotion potion Rename Entity
πŸ‘ Image
Structure Block
Structure structure_block Rename Block entity
πŸ‘ Image
Squid
Squid squid Lowercase Entity
πŸ‘ Image
TNT
PrimedTNT tnt Rename Entity
πŸ‘ Image
Villager
Villager villager Lowercase Entity
πŸ‘ Image
Witch
Witch witch Lowercase Entity
πŸ‘ Image
Wither
WitherBoss wither Rename Entity
πŸ‘ Image
Wither Skull
WitherSkull wither_skull Underscores Entity
πŸ‘ Image
Wolf
Wolf wolf Lowercase Entity
πŸ‘ Image
Zombie

πŸ‘ Image
Husk

πŸ‘ Image
Zombie Villager
Zombie zombie
husk
zombie_villager
Separate Entity
πŸ‘ Image
Zombie Pigman
PigZombie zombie_pigman Rename Entity
  • Horse was split into entity IDs horse, donkey, mule, skeleton_horse and zombie_horse for their respective types.
  • Skeleton was split into entity IDs skeleton, stray and wither_skeleton.
  • Zombie was split into entity IDs zombie, zombie_villager and husk.
  • Guardian was split into entity IDs guardian and elder_guardian.
  • Unused savegame IDs Mob and Monster were removed, meaning that all references to the first mob added to the game called Mob, have been removed.

NBT format

  • For all horses, HasReproduced, Type and Saddle tags are removed.
  • ChestedHorse and Items tags now apply only to mule and donkey.
  • SkeletonTrap and SkeletonTrapTime tags now apply only to skeleton_horse.
  • Elder tag is removed from guardian and elder_guardian.
  • ZombieType, and IsVillager tag is removed from all zombie types.
  • ConversionTime and Profession tags now apply only to zombie_villager.
  • SkeletonType tag is removed from all skeleton types.
  • Pumpkin byte tag is added to snowman.

Loot tables

  • 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]

30 issues fixed

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.[2]
    • Less duplication bugs will occur.

Videos

[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]
  1. ↑ "Important Message: Security vulnerability in Java Edition" – Minecraft.net, December 10, 2021.
  2. ↑ a b "Minecraft Snapshot 16w32a" (archived) by Searge – Mojang.com, August 10, 2016.
  3. ↑ MC-112579
  4. ↑ MC-105965 resolved as "Works as Intended"
  5. ↑ MC-106199 resolved as "Works as Intended"

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_16w32a?oldid=3604484"

Navigation menu