diff --git a/src/api/java/io/github/gaming32/modloadingscreen/api/LoadingScreenApi.java b/src/api/java/io/github/gaming32/modloadingscreen/api/LoadingScreenApi.java index 295456e..1309dfe 100644 --- a/src/api/java/io/github/gaming32/modloadingscreen/api/LoadingScreenApi.java +++ b/src/api/java/io/github/gaming32/modloadingscreen/api/LoadingScreenApi.java @@ -185,7 +185,7 @@ public static boolean hasFeatures(long requestedFeatures) { /** * Invokes an entrypoint with a clean API. If Mod Loading Screen is available, its progress will show up in the - * loading screen. If you are developing a Quilt mod, you should use {@code EntrypointUtil} instead. + * loading screen. * * @throws RuntimeException If any entrypoints threw an exception *