Skip to content

Instantly share code, notes, and snippets.

@shoghicp
Last active August 29, 2015 14:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoghicp/11335503 to your computer and use it in GitHub Desktop.
Save shoghicp/11335503 to your computer and use it in GitHub Desktop.
Tech things done by Mojang for Minecraft: Pocket Edition

These are a few things requested to Mojang, or the developer themselves, or we were told that they added this.

Done / Confirmed

Thing done Version Notes
Play -> Edit -> External menu 0.7.4
Fix protocol inconsistencies MCPE-6865 0.9.0
Grass color per column (sent by network) 0.9.0 Blue grass!
Chunks are now sent compressed and do not rely on seed 0.9.0
Worlds will use a modified LevelDB format 0.9.0
Big protocol change 0.9.0 IRC logs
Fix painting respawn crash MCPE-6790 0.9.0
Send Player join message from server side 0.9.0

Not Done / Unconfirmed

  • Fix null client-side UpdateBlockPacket (Expected on 0.10.0)
  • Fix chunk rendering bug (Expected on 0.10.0)
  • New network system, synchronized data store for everything, server-owned data (Expected on 0.10 - 0.11)
  • Allow changing the gamemode while playing (Not confirmed, but expected on 0.10.0)
  • External controller support
  • Disconnect reason message
  • Skins support, "trusted system for pocket edition, no log in"
  • Online authentication on external servers
  • More external server information (better server list)
  • Block break/place multiplayer sounds
  • Notifications for digging blocks (start dig / end dig)
  • Chat formatting and colors (Expected on 1.0.x or 1.1.x)
  • URL Handlers
  • Set the chest window title via ContainerOpenPacket
@PEMapModder
Copy link

Much reader-friendly than Legomite's thread xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment