1.21.9 but without cloth-config

This commit is contained in:
lukasabbe
2025-09-30 19:10:14 +02:00
parent 30cdae2013
commit 69668dbe7b
8 changed files with 13 additions and 33 deletions
@@ -7,14 +7,7 @@ public interface IPlatformHelper {
boolean isModLoaded(String modId);
boolean isDevelopmentEnvironment();
Path getConfigPath(String file);
Path getFileInModContainer(String mod, String fileName);
default String getEnvironmentName() {
return isDevelopmentEnvironment() ? "development" : "production";
}
}