Skip to content

Commit

Permalink
24w14potato support (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 1, 2024
1 parent b24c325 commit 2a614a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -56,7 +56,7 @@ public final class McVersionLookup {
+ "(Alpha|Beta) v?\\d+\\.\\d+(\\.\\d+)?[a-z]?(_\\d+)?[a-z]?|" // long alpha/beta names: Alpha v1.2.3_45
+ "Inf?dev (0\\.31 )?\\d+(-\\d+)?|" // long indev/infdev names: Infdev 12345678-9
+ "(rd|inf)-\\d+|" // early rd-123, inf-123
+ "1\\.RV-Pre1|3D Shareware v1\\.34|23w13a_or_b|" // odd exceptions
+ "1\\.RV-Pre1|3D Shareware v1\\.34|23w13a_or_b|24w14potato|" // odd exceptions
+ "(.*[Ee]xperimental [Ss]napshot )(\\d+)" // Experimental versions.
);
private static final Pattern RELEASE_PATTERN = Pattern.compile("\\d+\\.\\d+(\\.\\d+)?");
Expand Down
Expand Up @@ -74,7 +74,7 @@ public final class FabricLoaderImpl extends net.fabricmc.loader.FabricLoader {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.15.8";
public static final String VERSION = "0.15.9";
public static final String MOD_ID = "fabricloader";

public static final String CACHE_DIR_NAME = ".fabric"; // relative to game dir
Expand Down

0 comments on commit 2a614a8

Please sign in to comment.