nurtex 0.3.0

Lightweight library for creating Minecraft bots. Asynchronous, optimized, ease of coding.
Documentation
1
2
3
4
5
6
7
mod physics;
mod profile;
mod state;

pub use physics::*;
pub use profile::*;
pub use state::*;