1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00

Make auto_respawn pub (#116)

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

View file

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