From c96ae8fce4e53ea9fad111ac7f479f2fa33ef859 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Dec 2021 00:07:21 -0600 Subject: start implementing joining servers --- minecraft-client/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minecraft-client/src/lib.rs') diff --git a/minecraft-client/src/lib.rs b/minecraft-client/src/lib.rs index 1fc97709..d4ceebde 100644 --- a/minecraft-client/src/lib.rs +++ b/minecraft-client/src/lib.rs @@ -1,3 +1,6 @@ +//! Significantly abstract minecraft-protocol so it's actually useable for bots. + +pub mod connect; pub mod ping; #[cfg(test)] -- cgit v1.2.3