Updated Material Group (markdown)

alexcrea 2024-07-14 11:51:23 +02:00
parent a234c8753a
commit 3cda6c18cd

@ -8,10 +8,10 @@ It is used in enchantment conflict (config wip)
## Actual implementation of material group
The 2 implementation of material groups are IncludeGroup and ExcludeGroup.
The 2 implementation of material groups are IncludeGroup and ExcludeGroup. \
It is recommended to use only IncludeGroup as it can be edited by admin at runtime via the gui.
* IncludeGroup policy is to include given materials and groups. It starts with an empty group. \
* IncludeGroup policy is to include given materials and groups. It starts with an empty group.
* ExcludeGroup policy is to remove given materials and groups. It starts containing every material.
Include group is useful for most use case, while exclude group can be used as a "use every item excluding theses" and a "everything" group. \