📄Cargo.toml
[dependencies]
bedrock-client = { git = "https://github.com/ismaileke/bedrock-client.git", branch = "master" }
tokio = "1.43.0"
📄main.rs
use bedrock_client::client;
#[tokio::main]
async fn main() {
let client = client::create("127.0.0.1".to_string(), 19132, "1.21.50".to_string(), true); // target address, target port, client version, debug mode
client.await.unwrap().connect().expect("Target IP Connection Error");
}
Note
This project is mainly designed for Abyssal Eclipse, but you can get ideas and develop something from the code I wrote.
It is still in development. I can't develop the project because I don't have time. Access to the servers is generally successful. I need to create the Chunk system for Abyssal Eclipse.