From 3b85095f2800341ab203cd1ffce87a81679ce187 Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 14 Dec 2021 17:35:01 -0700 Subject: [PATCH] Rename modrinth index json --- theseus/src/modpack/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theseus/src/modpack/mod.rs b/theseus/src/modpack/mod.rs index ba5d86ed3..db11b8df3 100644 --- a/theseus/src/modpack/mod.rs +++ b/theseus/src/modpack/mod.rs @@ -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";