Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Jul 14, 2024
1 parent e35e30b commit bef3ea8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/net/fabricmc/loom/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ public static final class Forge {
*/
public static final int MIN_USE_MOJANG_NS_VERSION = 50;

/**
* The earliest timestamp of a Minecraft version that Forge uses runtime Mojang mappings for.
*/
public static final String MOJANG_MAPPED_FORGE_TIMESTAMP = "2024-04-23T00:00:00+00:00";

private Forge() {
}
}
Expand Down

0 comments on commit bef3ea8

Please sign in to comment.