This commit is contained in:
oxmc
2025-03-31 05:57:33 -04:00
parent dd9c093db6
commit 17914ae509
4 changed files with 53 additions and 39 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
@Mod(modid = "mcef", name = "MCEF", version = MCEF.VERSION)
public class MCEF {
public static final String VERSION = "1.42";
public static final String VERSION = "1.43";
public static boolean ENABLE_EXAMPLE;
public static boolean SKIP_UPDATES;
public static boolean WARN_UPDATES;
@@ -76,6 +76,7 @@ public class MCEF {
// Add certificates if needed
// This is a workaround for Java 7u111 and 8u101, which have issues with Let's Encrypt certificates or google trust services
try {
Log.info("PREINT, Adding certificates...");
SSLCertificateAdder.validateAndInstall();
} catch (Exception e) {
Log.error("Failed to add a certificate: " + e.getMessage());