blocky 0.2.0

A Rust library for creating Minecraft clients, enabling packet manipulation and automated interactions with Minecraft servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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!