Make auto_respawn pub (#116)

This commit is contained in:
veronoicc 2023-12-01 18:43:04 +01:00 committed by GitHub
parent a806194497
commit d21e496bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#![feature(let_chains)]
pub mod accept_resource_packs;
mod auto_respawn;
pub mod auto_respawn;
pub mod auto_tool;
mod bot;
pub mod container;