Updated Requirements (markdown)

Daniel Saukel 2021-01-03 01:31:06 +01:00
parent 6ac98fb980
commit 5f1302aa64

@ -24,6 +24,15 @@ requirements:
- MY_CUSTOM_ITEM
```
Adding ENDER_PEARL to this list also forbids all custom items that are based on ENDER_PEARL (= whose material is an ender pearl). If you do not wish to forbid items other items based on ender pearls but only Vanilla ender pearls, add an "*" to the ID:
```
requirements:
forbiddenItems:
- ENDER_PEARL*
- MY_CUSTOM_ITEM
```
### Group size
Sets the allowed amount of group members.
```