Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev/1.5' into dev/1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Apr 4, 2024
2 parents 46d4b56 + cd1267c commit 63f00ee
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 @@ -28,7 +28,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 63f00ee

Please sign in to comment.