Skip to content

dxrcy/mcrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcrs

A rust rewrite of mcpp, a library to interface with Minecraft.

Requires a server running ELCI.

let mut mc = mcrs::Connection::new().unwrap();
mc.post_to_chat("Hello world!").unwrap();

About

Library to interface with Minecraft using Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages