https://github.com/netrexmc/protocol
Minecraft Protocol Library
https://github.com/netrexmc/protocol
Last synced: 8 months ago
JSON representation
Minecraft Protocol Library
- Host: GitHub
- URL: https://github.com/netrexmc/protocol
- Owner: NetrexMC
- Created: 2021-08-19T03:15:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T06:08:20.000Z (over 2 years ago)
- Last Synced: 2025-03-24T21:42:28.354Z (about 1 year ago)
- Language: Rust
- Size: 78.1 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocol
Minecraft Protocol Library
This branch is dedicated to the **Minecraft Bedrock Edition** Protocol.
If you have any concerns or questions you can create an issue.
### Notice
This repository does not serve as a stand-alone server. You should import this into your project for usage.
We rely on the following:
- [binary_utils](https://github.com/NetrexMC/BinaryUtil)
- [glm](https://crates.io/crates/glm) For math related utilities.