You've already forked AstralRinth
forked from didirus/AstralRinth
Modpack support (#60)
* Modpack support * Finish feature * Tauri errors fix (#61) * async impl * working * fmt and redundancy * moved ? to if let Ok block * Finish modpacks support * remove generated file * fix compile err * fix lint * Fix code review comments + forge support --------- Co-authored-by: Wyatt Verchere <wverchere@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ use daedalus::{
|
||||
use futures::prelude::*;
|
||||
use std::collections::LinkedList;
|
||||
|
||||
const METADATA_URL: &str = "https://meta.modrinth.com/gamedata";
|
||||
const METADATA_URL: &str = "https://meta.modrinth.com";
|
||||
const METADATA_DB_FIELD: &[u8] = b"metadata";
|
||||
const RETRY_ATTEMPTS: i32 = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user