From 02274f6f9a3815438defba4582fdcc20a41de603 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Fri, 1 Dec 2023 08:50:22 -0600 Subject: [PATCH] Update minecraft-fabric.json Remove loader version --- minecraft-fabric/minecraft-fabric.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/minecraft-fabric/minecraft-fabric.json b/minecraft-fabric/minecraft-fabric.json index 7ed43197..8b2b85e2 100644 --- a/minecraft-fabric/minecraft-fabric.json +++ b/minecraft-fabric/minecraft-fabric.json @@ -16,13 +16,6 @@ "required": true, "value": "1.20.1" }, - "loader-version": { - "type": "string", - "desc": "Version of Fabric Loader to install", - "display": "LOADER VERSION", - "required": true, - "value": "latest" - }, "ip": { "type": "string", "desc": "What IP to bind server to", @@ -69,7 +62,7 @@ }, { "commands": [ - "java${javaversion} -jar fabric-installer.jar server -mcversion ${game-version} -loader ${loader-version} -downloadMinecraft -noprofile" + "java${javaversion} -jar fabric-installer.jar server -mcversion ${game-version} -downloadMinecraft -noprofile" ], "type": "command" },