mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Production run tasks (#1241)
* Production run tasks * Fix * Add some docs
This commit is contained in:
@@ -82,6 +82,10 @@ public class Constants {
|
||||
*/
|
||||
public static final String LOCAL_RUNTIME = "localRuntime";
|
||||
public static final String NAMED_ELEMENTS = "namedElements";
|
||||
/**
|
||||
* The configuration that contains the Minecraft client and loader runtime libraries, as used by the production run tasks.
|
||||
*/
|
||||
public static final String MINECRAFT_TEST_CLIENT_RUNTIME_LIBRARIES = "minecraftTestClientRuntimeLibraries";
|
||||
|
||||
private Configurations() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user