nurtex-0.5.0 has been yanked.
NurtexMC
NurtexMC is a library written in Rust that allows you to create Minecraft bots and manage them, including connection and packet processing. This library focuses on an asynchronous environment, maximum speed and optimization, and ease of coding.
Supported Minecraft version: 1.21.11 (or protocol version - 774).
Usage
To use this library in your code, add a dependency to the Cargo.toml:
nurtex = "0.5.0"
Examples
All current examples can be found here: browse
Creating a bot
use io;
use create_bot;
use EventInvoker;
async