Skip to content

Commit

Permalink
Deprecate 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Dec 7, 2024
1 parent ae09d12 commit 3af6943
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 = false;
public static final boolean PLUGIN_DEPRECATED = false;
public static final boolean PLUGIN_DEPRECATED = true;
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
public static final String VERSION_MANIFESTS = "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json";
Expand Down

0 comments on commit 3af6943

Please sign in to comment.