From 3cda6c18cd63a157e589ec073b08460ab9ded389 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:51:23 +0200 Subject: [PATCH] Updated Material Group (markdown) --- Material-Group.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Material-Group.md b/Material-Group.md index 388793d..6237699 100644 --- a/Material-Group.md +++ b/Material-Group.md @@ -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. \