diff --git a/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java b/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java index 6d04cb1b0..c3609cf59 100644 --- a/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java +++ b/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java @@ -718,6 +718,9 @@ public class ItemRegistryPopulator { * *
First by checking if they both have a similar range dispatch predicate, the one with the highest threshold going first, * and then by the amount of predicates, from most to least.
+ * + *This comparator regards 2 custom item definitions as the same if their model differs, since it is only checking for predicates, and those + * don't matter if their models are different.
*/ private static class CustomItemDefinitionComparator implements Comparator