pub fn load_from_path<P: AsRef<Path>>(path: P) -> Result<ResourcePack>Expand description
Load a resource pack from a file path.
Supports both ZIP files and directories.
pub fn load_from_path<P: AsRef<Path>>(path: P) -> Result<ResourcePack>Load a resource pack from a file path.
Supports both ZIP files and directories.