nurtex 1.2.1

Create efficient and lightweight Minecraft bots or clients.
Documentation
pub mod connection;
pub mod handlers;
pub mod ping;
pub mod plugins;
pub mod types;

mod bot;
mod capture;
mod components;
mod extensions;
mod information;
mod profile;

pub use bot::*;
pub use capture::*;
pub use components::*;
pub use extensions::*;
pub use information::*;
pub use profile::*;