From 3621acab758c8bd00ee08feee307a02512f234c8 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 14 Sep 2023 17:00:24 -0500 Subject: AcceptResourcePacksPlugin --- azalea/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src/lib.rs') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 0f1ed243..77e4ecf1 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -5,6 +5,7 @@ #![feature(type_changing_struct_update)] #![feature(lazy_cell)] +pub mod accept_resource_packs; mod auto_respawn; mod bot; pub mod container; -- cgit v1.2.3