We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c8405f + 6062d38 commit e6c2c6eCopy full SHA for e6c2c6e
1 file changed
src/main/java/net/fabricmc/loom/util/Constants.java
@@ -29,7 +29,7 @@
29
public class Constants {
30
public static final String PLUGIN_ID = "dev.architectury.loom";
31
public static final boolean PLUGIN_BETA = true;
32
- public static final boolean PLUGIN_DEPRECATED = false;
+ public static final boolean PLUGIN_DEPRECATED = true;
33
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
34
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
35
public static final String VERSION_MANIFESTS = "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json";
0 commit comments