server state and stdio streaming
This commit is contained in:
19
types/fabric.ts
Normal file
19
types/fabric.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export type FabricGame = {
|
||||
version: string;
|
||||
stable: boolean;
|
||||
};
|
||||
|
||||
export type FabricInstaller = {
|
||||
url: string;
|
||||
maven: string;
|
||||
version: string;
|
||||
stable: boolean;
|
||||
};
|
||||
|
||||
export type FabricLoader = {
|
||||
separator: string;
|
||||
build: number;
|
||||
maven: string;
|
||||
version: string;
|
||||
stable: boolean;
|
||||
};
|
Reference in New Issue
Block a user