mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
This commit is contained in:
@@ -136,4 +136,19 @@ public class Constants {
|
||||
private LaunchWrapper() {
|
||||
}
|
||||
}
|
||||
|
||||
public static final class Knot {
|
||||
public static final String KNOT_CLIENT = "net.fabricmc.loader.launch.knot.KnotClient";
|
||||
public static final String KNOT_SERVER = "net.fabricmc.loader.launch.knot.KnotServer";
|
||||
|
||||
private Knot() {
|
||||
}
|
||||
}
|
||||
|
||||
public static final class ForgeUserDev {
|
||||
public static final String LAUNCH_TESTING = "net.minecraftforge.userdev.LaunchTesting";
|
||||
|
||||
private ForgeUserDev() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user