You've already forked AstralRinth
forked from didirus/AstralRinth
Merge commit 'b9d90aa6356c88c8d661c04ab84194cf08ea0198' into feature-clean
This commit is contained in:
@@ -111,6 +111,12 @@ impl DirectoryInfo {
|
||||
self.objects_dir().join(&hash[..2]).join(hash)
|
||||
}
|
||||
|
||||
/// Get the Minecraft log config's directory
|
||||
#[inline]
|
||||
pub fn log_configs_dir(&self) -> PathBuf {
|
||||
self.metadata_dir().join("log_configs")
|
||||
}
|
||||
|
||||
/// Get the Minecraft legacy assets metadata directory
|
||||
#[inline]
|
||||
pub fn legacy_assets_dir(&self) -> PathBuf {
|
||||
|
||||
Reference in New Issue
Block a user