Group Recipe
constructor(name: String, items: Map<CoordinateComponent, CMatter>, groups: Set<GroupRecipe.Context>, predicates: List<CRecipePredicate>? = null, results: List<ResultSupplier>? = null)
Parameters
name
Name of this recipe
items
Item mapping
groups
Air-containable context set. It can be empty.
predicates
Additional predicates prepended before recipePredicate. Defaults to none. recipePredicate is always included automatically and does not need to be added manually.
results
ResultSupplier list