feat:改了一大堆
This commit is contained in:
15
backend/src/modloader/index.ts
Normal file
15
backend/src/modloader/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
interface XModloader {
|
||||
setup: Promise<void>
|
||||
}
|
||||
export function modloader(ml:string,mcv:string,mlv:string){
|
||||
switch (ml) {
|
||||
case "fabric":
|
||||
break;
|
||||
case "forge":
|
||||
break;
|
||||
case "neoforge":
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user