Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@ya7on ya7on released this 24 Feb 17:55
· 11 commits to master since this release

What's Changed

Added all NBT tags

Added clientbound packet:

  • ChunkDataAndUpdateLight
  • FinishConfigurationClientbound
  • ClientboundKeelAlivePlay
  • LoginSuccess
  • Play
  • RegistryData
  • SetDefaultSpawnPosition
  • StatusResponse
  • SynchronizePlayerPosition

Added serverbound packets:

  • FinishConfigurationServerbound
  • Handshake
  • ServerboundKeelAlivePlay
  • LoginAcknowledged
  • LoginStart
  • PingRequest
  • SetPlayerPosition
  • StatusRequest

Added base data types:

  • BitSet
  • Boolean
  • Byte
  • ByteArray
  • Double
  • Float
  • Int
  • Long
  • NBT
  • Position
  • Short
  • String
  • UByte
  • UShort
  • Uuid
  • VarInt