Skip to content

Commit

Permalink
UPDATED: Fabric loader dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WinPlay02 committed Aug 21, 2024
1 parent 13e54cd commit 66112b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = 0.2.0-SNAPSHOT
# GitCraft Dependencies
groovy_version = 4.0.+
gson_version = 2.+
fabric_loader_version = 0.15.+
fabric_loader_version = 0.16.+
asm_version = 9.+
stitch_version = 0.6.+
tiny_remapper_version = 0.10.+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class GitCraftConfig {
public String[] excludedVersion = null;

/// Mapping quirks
public static final String MIN_SUPPORTED_FABRIC_LOADER = "0.15.11";
public static final String MIN_SUPPORTED_FABRIC_LOADER = "0.16.2";

public static final SemanticVersion INTERMEDIARY_MAPPINGS_START_VERSION, YARN_MAPPINGS_START_VERSION, YARN_CORRECTLY_ORIENTATED_MAPPINGS_VERSION, PARCHMENT_START_VERSION;

Expand Down

0 comments on commit 66112b0

Please sign in to comment.