We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e287f2 commit 4ffcc0fCopy full SHA for 4ffcc0f
packages/vanilla.go
@@ -21,7 +21,7 @@ func DownloadServerJar(version, loader, librariesDir string) error {
21
}
22
23
var serverPath string
24
- if loader == "fabric" {
+ if loader == "fabric" || loader == "vanilla" {
25
serverPath = filepath.Join(".", serverFileName)
26
} else {
27
serverPath = filepath.Join(librariesDir, "net", "minecraft", "server", version, serverFileName)
0 commit comments