FzzyConfig can validate TagKey
from any registry. Validated tags provide suggestions to the user in-GUI.
// Validated tags accept a predicate that can be used to filter a tag further. This example allows any tag except `minecraft:burnable_logs`public ValidatedTagKey<Item> validatedTag = ValidatedTagKey(ItemTags.AXES, id -> id != Identifier.of("burnable_logs"));
Heads up!
See the documentation page here 🗗