mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 15:49:34 +05:00
feat: add dependencies resolution for modrinth
This commit is contained in:
parent
50a1c8118e
commit
c517795725
6 changed files with 431 additions and 138 deletions
|
@ -2,6 +2,7 @@ import { ModFile } from "./file";
|
|||
|
||||
export type Mod = {
|
||||
"slug": string,
|
||||
"project_id": string;
|
||||
"icon": string,
|
||||
"title":string,
|
||||
"developers": string[],
|
||||
|
@ -11,5 +12,6 @@ export type Mod = {
|
|||
"client": boolean,
|
||||
"server": boolean,
|
||||
},
|
||||
"dependencies": Mod[],
|
||||
"file": ModFile,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue