Skip to content

A Go library for the Minecraft protocol.

License

Notifications You must be signed in to change notification settings

minecraft-go/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol (Under Development)

Go Reference Go version Go Report Card License

A set of utilities to work with the minecraft protocol in Go.

Todo list

  • Protocol
    • List all minecraft protocol versions
    • List supported protocol versions
  • Packets
    • Packet registry
    • Basic packets with working read/write on latest version
    • Multiple version support
  • Dimensions
    • Dimension registry
    • Basic dimension support working with latest version
    • Multiple version support
  • Blocks
    • Block registry
    • Basic support for block IDs with latest version
    • Support for getting block properties (displayName, stackSize, hardness, etc)
    • All the above but with support for multiple versions
  • Biomes
    • Biome registry
    • Basic support for biomes working wiht latest version
    • Multiple version support
  • Documentation
    • Document code
    • Create a wiki

About

A Go library for the Minecraft protocol.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages