From 83aec5bd052fe581fa46e56586b4fb6f5e2f395a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 13 May 2023 12:18:05 +0200 Subject: [PATCH] fix: exit status 1 when installing quilt --- server/quilt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/quilt.go b/server/quilt.go index a03cae8..7605677 100644 --- a/server/quilt.go +++ b/server/quilt.go @@ -10,7 +10,7 @@ import ( "path" ) -const quiltInstallerUrl = "https://maven.quiltmc.org/repository/release/org/quiltmc/quilt-installer/latest/quilt-installer-latest.jar" +const quiltInstallerUrl = "https://maven.quiltmc.org/repository/release/org/quiltmc/quilt-installer/0.5.0/quilt-installer-0.5.0.jar" type Quilt struct { MinecraftVersion string