azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

Make get_mc_dir public #120

Closed ShayBox closed 8 months ago

ShayBox commented 8 months ago

Used in doorstop

mat-1 commented 8 months ago

I didn't really want to make this public since it's not super tied to Azalea, so I decided to make that module its own crate instead: https://github.com/azalea-rs/minecraft_folder_path.