mandatory
Creates a MatchGroup that requires exactly one specific coordinate to be matched.
Equivalent to MatchGroup.of(setOf(coordinate), min = 1, max = 1). This is what CRecipe.matchGroups's default implementation uses for every recipe slot.
Return
MatchGroup Created mandatory group.
Since
5.3.0
Parameters
coordinate
The single coordinate this group covers.