mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
Merge with Fabric 1.1, stage 3
This commit is contained in:
@@ -174,6 +174,12 @@ public class Constants {
|
||||
public static final String PROVIDED_JAVADOC = "loom:provided_javadoc";
|
||||
}
|
||||
|
||||
public static final class Properties {
|
||||
public static final String MULTI_PROJECT_OPTIMISATION = "fabric.loom.multiProjectOptimisation";
|
||||
public static final String DONT_REMAP = "fabric.loom.dontRemap";
|
||||
public static final String DISABLE_REMAPPED_VARIANTS = "fabric.loom.disableRemappedVariants";
|
||||
}
|
||||
|
||||
public static final class Forge {
|
||||
public static final String UNDETERMINED_MAIN_CLASS = "[Forge] Main class has not been determined yet!";
|
||||
public static final String ACCESS_TRANSFORMER_PATH = "META-INF/accesstransformer.cfg";
|
||||
|
||||
Reference in New Issue
Block a user