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
|
@ -1,6 +1,6 @@
|
|||
export type ModFile = {
|
||||
"version": string,
|
||||
"hashes": unknown,
|
||||
"hashes": Record<string, string>,
|
||||
"url": string,
|
||||
"filename": string,
|
||||
"size": number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue