From c4b39c8856783b9f5964f9cc2b2da151732bd2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0t=C4=9Bch?= Date: Tue, 8 Oct 2024 18:55:29 +0000 Subject: [PATCH] Add new minecraft versions for fabric into the constant --- Models/Website/DownloadsManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Website/DownloadsManager.php b/Models/Website/DownloadsManager.php index 90d8930..1590597 100644 --- a/Models/Website/DownloadsManager.php +++ b/Models/Website/DownloadsManager.php @@ -14,7 +14,7 @@ class DownloadsManager private const FILE_NAME_FORMATS = 'VoicesOfWynn-MC{mcVersion}-v{version}.jar'; public const FORGE_VERSIONS = ['1.12.2']; - public const FABRIC_VERSIONS = ['1.20.2', '1.19.4', '1.19.3', '1.18.2']; + public const FABRIC_VERSIONS = ['1.21.1', '1.21', '1.20.2', '1.19.4', '1.19.3', '1.18.2']; /**