Function make_modpack
Source pub async fn make_modpack<I: AsRef<Path>, J: AsRef<Path>>(
minecraft_path: I,
modpack_name: J,
) -> Result<()>
Expand description
§Easy to go function
This function will make a Modpack from the
given path.
§Errors
This function will return a MakeError in case the modpack can’t
be made for any reason.