diff --git a/gradle.properties b/gradle.properties index e255d38..1f88e09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ maven_group=io.gitlab.jfronny archives_base_name=dynres #Dependencies fabric_version=0.45.0+1.18 -jfapi_version=2.2.0 +jfapi_version=2.2.2 modrinth_id=v3lfX2LD modrinth_optional_dependencies=JPP6w2U1 diff --git a/src/main/java/io/gitlab/jfronny/dynres/DynRes.java b/src/main/java/io/gitlab/jfronny/dynres/DynRes.java index 14d318c..a1a73ed 100644 --- a/src/main/java/io/gitlab/jfronny/dynres/DynRes.java +++ b/src/main/java/io/gitlab/jfronny/dynres/DynRes.java @@ -19,7 +19,7 @@ public class DynRes implements WebInit { resFile = FabricLoader.getInstance().getGameDir().resolve(Cfg.resourcesFile); if (!Files.exists(resFile)) { if (FabricLoader.getInstance().getEnvironmentType() == EnvType.SERVER) { - LOGGER.error("The resource file specified in your config could not be found. YOU MUST SPECIFY A RESOURCE PACK FOR IT TO BE SERVED!", new Exception("File not found")); + LOGGER.error("The resource file specified in your config could not be found. YOU MUST SPECIFY A RESOURCE PACK FOR IT TO BE SERVED!"); } resFile = null; }