Add command to generate server from CurseForge modpack.
This commit is contained in:
@@ -23,6 +23,10 @@ export abstract class BaseFileStructure implements FileStructure {
|
||||
mkdirs(this.containerDirectory)
|
||||
}
|
||||
|
||||
public getContainerDirectory(): string {
|
||||
return this.containerDirectory
|
||||
}
|
||||
|
||||
public abstract getLoggerName(): string
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user