VOOZH about

URL: https://minecraft.wiki/w/Java_Edition_Beta_1.2_02_(20110517)

⇱ Java Edition Beta 1.2_02 (20110517) – Minecraft Wiki


Java Edition Beta 1.2_02 (20110517)

From Minecraft Wiki
Jump to navigation Jump to search
This page documents a formerly unreleased version.
 
This version was never intended to be released to the public, but it is available in archived copies.
Minecraft Beta 1.2_02
(20110517)
Edition Java Edition
Date developed May 17, 2011
Type Developer version
Developer version for Beta 1.2_02
Downloads Client
Protocol version 8
Minimum Java version Java SE 6
β—„β—„  Beta 1.2 Beta 1.2_02
Beta 1.2 02 (20110517)
{
 "subtitle": "(20110517)",
 "title": "Minecraft Beta 1.2_02",
 "images": [
 "Minfcraft.png",
 "Beta 1.2_02 (20110517).png"
 ],
 "rows": [
 {
 "field": "''(link to Java Edition article, displayed as Java Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "May 17, 2011",
 "label": "Date developed"
 },
 {
 "field": "(link to Developer version article, displayed as Developer version)",
 "label": "(link to Version types article, displayed as Type)"
 },
 {
 "field": "(link to Java Edition Beta 1.2_02 article, displayed as Beta 1.2_02)",
 "label": "Developer version for"
 },
 {
 "field": "[https://vault.omniarchive.uk/archive/java/misc/b1.2_02-20110517.jar Client]",
 "label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
 },
 {
 "field": "8",
 "label": "(link to Protocol version article, displayed as Protocol version)"
 },
 {
 "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 Beta 1.2|<span style=\"margin-right:-0.35em\">β—„</span>β—„  Beta 1.2]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition Beta 1.2_02|Beta 1.2_02]]'''</td>\n<td style=\"padding: 0.4em\" rowspan=\"2\"></td>\n</tr>\n<tr style=\"background: inherit;\">\n\n<td style=\"padding: 0.4em\">''' Beta 1.2 02 (20110517)'''</td>\n</tr>\n</table>"
}

A special development version forked from Java Edition Beta 1.2_02 was compiled on May 17, 2011, about 4 months after the original version was released. It shares the same version number as the original, being likewise Beta 1.2_02 in-game. This version was not released or publicized at the time, but the JAR file was made available later.

This build is an earlier version of what would eventually be used to create the time lapse in the promotional video for Minecraft: Pocket Edition's release on the Xperia Play.[1]

This version is unique in that it launches into a "secret" game mode in which special builder NPCs can build structures.

Additions

[edit | edit source]
πŸ‘ Image
The structure the NPCs try to build.[2]

Game modes

[edit | edit source]

Secret mode[3]

  • Enabled by default.
    • Bypasses the title screen on game load.
    • Enables builder NPCs.
      • They spawn only when player is online.

Entities

[edit | edit source]

Builders

  • Builders are Steve-skinned entities holding iron pickaxes that can break and place blocks.[4] They also seem to explode and respawn after a couple of minutes.

Changes

[edit | edit source]

Inventory

  • Can no longer be accessed normally, except for the hotbar.
  • The keybind to access it has been removed from the controls menu.

Unused features

[edit | edit source]

These are not available in this version in-game but are however present in the game's code.

  • There are two types of unused "Secret Builder" entities, different from the regular Builder. Both crash the game when enabled, unless modified to fix the crash.
    • The first one holds a golden pickaxe that does not render in-game. It appears to have similar behavior to the monster entity, where it walks around and attacks the player.[5]
    • The second roams around while holding an iron pickaxe, but is not programmed to build a schematic or follow waypoints like the regular Builder.[6]
  • There is a second unused Secret mode that is meant to spawn one of the Secret Builders, but it does not seem to work.[7]
  • Xperia mode[8]
    • Sets the position of the player to (-30.75, 75.69, 0.9) on login and is otherwise identical to regular Survival mode.
  • Unused code for coral blocks[9]
    • Applies a tint depending on the block coordinates.[10]
    • All sides of the block are about 1.6% larger due to each face being 12.5% longer in height and length.
      • Due to the bounding box having negative points, as the added size extends outwards and overlaps with nearby blocks, this block has weird collisions.
  • Brick house​[more information needed]
    • A hollow and empty brick box between 5 and 8 blocks wide and long, and between 3 and 5 blocks tall.[11]
  • Canyons
    • Generate both on and under the ground.
  • Unused code for water spawners and lava spawners from Indev can be found in SpringTile.class[12]
  • An empty "TownFeature" piece of code, which shares the same code as all other structure/feature generators.
  • Code for generating image sequences for the flyby videos posted on Notch's YouTube channel.
    • The game generates a new world for the flyby named flyby.
    • The code generates TGA files the size of the games window in the .minecraft/flyby directory.
    • The code generates about 21120 frames which equals to 5 minutes and 52 seconds at 60FPS. This is the length of an early version of the Biome Fest song.
    • The code is somewhat broken.
      • Screenshots generated are broken as the way the pixels are retrieved from the GPU produces wrong color channel information.
      • Day time cycle is nonfunctional when generating a flyby.
      • Chunks still get updated one by one, as it was controlled by a variable that got folded during compilation.
  • πŸ‘ Image
    Changed game logo on the main menu to say "Minfcraft" (only visible when the game is edited to load the main menu on start up).
  • Code for drawing a biome map similar to the one showcased in the PC Gamer preview of the Halloween Update.[13][14]
  • There is unused code for the Zone file format.[15]

Trivia

[edit | edit source]
  • This is the only publicly available Beta version of Java Edition to have fully unobfuscated code, and the first overall unobfuscated version since Classic 0.0.13a (and until Java Edition 25w45a).
    • Because of this, a lot of unused code that would normally be automatically removed during the obfuscation process is left in here. Several features unavailable in shipped releases have been found in the code, as described above.
    • Versions prior to Minecraft Indev had certain class files unobfuscated due to the fact the game used the built-in Java serialization system. Mob AI created with inline classes had to have their compile-time class path specified manually to be saved/loaded properly as a workaround.
  • Notch mentioned adding coral in a blog post from June 28, 2010[16]. An unused coral block texture was included in the terrain.png of the June 29, 2010 version of Infdev. The code present in this build is likely the same code Notch originally wrote for the scrapped coral blocks during Infdev.
  • This version has a PVN of 8, unchanged from its base of Beta 1.2_02, which is shared with 14w04b, Beta 1.1_01, Beta 1.1, Beta 1.0.2, Beta 1.0_01, and Beta 1.0.
  • Despite the world code being built for Java 5, the client code was built for Java 6, which is what this build requires.[17]
  • The name of the world loaded in this version is called secretLevel.
    • If a world named secretLevel is pasted in while the world is loading, the world will be loaded, but entering block GUIs such as chests and crafting tables will cause the game to freeze and crash.

Gallery

[edit | edit source]

References

[edit | edit source]
  1. ↑ "Minecraft -- Pocket Edition Available on Xperia PLAY" – Minecraft on YouTube, August 16, 2011
  2. ↑ net/minecraft/client/gamemode/secret/Schematic.class
  3. ↑ net/minecraft/client/gamemode/secret/SecretMode.class
  4. ↑ net/minecraft/client/gamemode/secret/Builder.class
  5. ↑ net/minecraft/client/gamemode/SecretBuilder.class
  6. ↑ net/minecraft/client/gamemode/secret/SecretBuilder.class
  7. ↑ net/minecraft/client/gamemode/SecretMode.class
  8. ↑ net/minecraft/client/gamemode/XperiaMode.class
  9. ↑ net/minecraft/world/level/tile/CoralTile.class
  10. ↑ "Omniarchive Special Event (Beta 1.2_02 2011-05-17)" – Omniarchive on YouTube, June 27, 2024
  11. ↑ net/minecraft/world/level/levelgen/feature/HouseFeature.class
  12. ↑ net/minecraft/world/level/tile/SpringTile.class
  13. ↑ net/minecraft/client/map/Map.class
  14. ↑ "Omniarchive Special Event (Beta 1.2_02 2011-05-17)" – Omniarchive on YouTube, June 27, 2024
  15. ↑ net/minecraft/world/level/chunk/storage/ZonedChunkStorage.class
  16. ↑ "The server is back up!" (Archive) by Markus Persson – The Word of Notch, June 28, 2010. "I tried adding corals, but it’s really hard to draw a single block that looks like corals, since it’s really more about crazy amounts of variation and diversity. But I do know that the corals will have tiny fish particles around them."
  17. ↑ https://gist.github.com/PhoenixVX/78e363177329db1773351657ee472e9c#class-file-version-discrepancy

External links

[edit | edit source]

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Java_Edition_Beta_1.2_02_(20110517)?oldid=3538966"

Navigation menu