Skip to content

Commit

Permalink
Stabilise 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Dec 7, 2024
1 parent f9cfe89 commit 2ce86e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/fabricmc/loom/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class Constants {
public static final String PLUGIN_ID = "dev.architectury.loom";
public static final boolean PLUGIN_BETA = true;
public static final boolean PLUGIN_BETA = false;
public static final boolean PLUGIN_DEPRECATED = false;
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
Expand Down

0 comments on commit 2ce86e3

Please sign in to comment.