Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 770 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 770 Bytes

mango

Minecraft Advanced Network in go (Minecraft Server)

banner

$ go run man.go

Documentation

Check out the docs for a quick overview.

TODO

  • Project refactor
  • Status protocol
  • Implement error handling
  • Add config file
  • Login protocol
    • Offline
    • Online
  • Join game protocol
  • Keep Alive Packet
  • Load Chunks
    • (mock) Chunk Data and Update Light Packet
    • (real) Chunk Data and Update Light Packet
  • Tick Worlds
  • Multiplayer
    • Proper player IDs
    • Movement
    • Tab player list

Misleading Client Side Bugs