Skip to main content

hexomc_lib/mods/
mod.rs

1pub mod curseforge;
2pub mod detector;
3pub mod modrinth;
4pub mod updater;
5
6pub use curseforge::CurseForgeClient;
7pub use detector::{detect_mods, ModInfo, ModLoader};
8pub use modrinth::{ModrinthClient, MrProject, MrVersion};
9pub use updater::{check_updates, update_mod, ModUpdate, UpdateSource};