diff --git a/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java b/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java index 3abe2e0..15301d8 100644 --- a/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java +++ b/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java @@ -7,7 +7,7 @@ import java.util.Comparator; import java.util.function.Function; /** - * Shuffles the entrypoints in the resource pack entry widget. + * Shuffles the order of widgets. * Although the order is (intentionally) not guaranteed, it is consistent. */ public class EntrypointComparator implements Comparator> {