Rename modrinth index json

This commit is contained in:
Jai A
2021-12-14 17:35:01 -07:00
parent 301686a710
commit 3b85095f28

View File

@@ -18,7 +18,7 @@ pub mod modrinth_api;
pub mod pack;
pub const COMPILED_PATH: &'static str = "compiled/";
pub const MANIFEST_PATH: &'static str = "index.json";
pub const MANIFEST_PATH: &'static str = "modrinth.index.json";
pub const OVERRIDES_PATH: &'static str = "overrides/";
pub const PACK_JSON5_PATH: &'static str = "modpack.json5";