Skip to content

Commit

Permalink
Merge pull request #127 from Team-VoW/fabric-versions-constant
Browse files Browse the repository at this point in the history
Add new minecraft versions for fabric into the constant
  • Loading branch information
ShadyMedic authored Oct 8, 2024
2 parents 421968d + c4b39c8 commit a92330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/Website/DownloadsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];


/**
Expand Down

0 comments on commit a92330d

Please sign in to comment.