Skip to content

Commit cd1267c

Browse files
committed
Mark Loom 1.5 as stable
1 parent e6c2c6e commit cd1267c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/fabricmc/loom/util/Constants.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
public class Constants {
3030
public static final String PLUGIN_ID = "dev.architectury.loom";
31-
public static final boolean PLUGIN_BETA = true;
32-
public static final boolean PLUGIN_DEPRECATED = true;
31+
public static final boolean PLUGIN_BETA = false;
32+
public static final boolean PLUGIN_DEPRECATED = false;
3333
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
3434
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
3535
public static final String VERSION_MANIFESTS = "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json";

0 commit comments

Comments
 (0)