file uploader
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
export type Loader = 'forge' | 'fabric' | 'vanilla' | 'unset';
|
||||
import { ModrinthProject } from "../lib/modrinth.ts";
|
||||
|
||||
export type Loader = "forge" | "fabric" | "vanilla" | "unset";
|
||||
|
||||
export type MCGrizzConf = {
|
||||
loader: Loader
|
||||
}
|
||||
loader: Loader;
|
||||
version: string;
|
||||
mods?: {
|
||||
source: "modrinth";
|
||||
details: ModrinthProject;
|
||||
jarName?: string;
|
||||
}[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user