pub async fn load_shaderpacks(
minecraft_path: impl AsRef<Path>,
) -> CobbleResult<Vec<Shaderpack>>
Available on crate feature
shaderpacks
only.Expand description
Loads all shaderpacks from the minecraft folder.
pub async fn load_shaderpacks(
minecraft_path: impl AsRef<Path>,
) -> CobbleResult<Vec<Shaderpack>>
shaderpacks
only.Loads all shaderpacks from the minecraft folder.