diff --git a/minecraft-fabric/minecraft-fabric-docker.json b/minecraft-fabric/minecraft-fabric-docker.json index 212f3bde..799a7961 100644 --- a/minecraft-fabric/minecraft-fabric-docker.json +++ b/minecraft-fabric/minecraft-fabric-docker.json @@ -14,14 +14,7 @@ "desc": "Version of Minecraft to install (Oldest fabric version is 1.14)", "display": "GAME VERSION", "required": true, - "value": "1.20.1" - }, - "loader-version": { - "type": "string", - "desc": "Version of Fabric Loader to install", - "display": "LOADER VERSION", - "required": true, - "value": "latest" + "value": "1.20.2" }, "ip": { "type": "string", @@ -58,7 +51,7 @@ }, { "commands": [ - "java -jar fabric-installer.jar server -mcversion ${game-version} -loader ${loader-version} -downloadMinecraft -noprofile" + "java -jar fabric-installer.jar server -mcversion ${game-version} -downloadMinecraft -noprofile" ], "type": "command" },