# Blocky
[![Crates.io][crates-badge]][crates-url]
[![docs.rs][docs.rs-badge]][docs.rs-url]
[![MIT licensed][mit-badge]][mit-url]
[crates-badge]: https://img.shields.io/crates/v/blocky.svg
[crates-url]: https://crates.io/crates/blocky
[docs.rs-badge]: https://img.shields.io/docsrs/blocky.svg
[docs.rs-url]: https://docs.rs/blocky
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE.md
This crate is a work-in-progress client for connecting to Minecraft servers. It doesn't provide any rendering capabilities and is targeted as a library to use when wanting to automate actions on a Minecraft server player/bot.
## Contributing
If you'd like to help build Blocky, feel free to [open an issue](https://github.com/blocky-rs/blocky/issues) or [PR](https://github.com/blocky-rs/blocky/pulls) and tackle it yourself!