You've already forked AstralRinth
forked from didirus/AstralRinth
Use the log config from the Vanilla client.json (#3411)
* Use the log config from the Vanilla client.json * Remove debug message --------- Co-authored-by: Jai Agrawal <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
@@ -106,6 +106,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