Updated BlockBucket (markdown)

NotMyFault 2019-11-11 18:15:59 +01:00
parent 0e32fc7ee5
commit 1aea0d93ac
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ Block buckets allow you to specify however many blocks you want, for every compo
Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. [More info](https://minecraft.gamepedia.com/Block_states))
Complex patterns are also accepted:
- [FAWE Patterns](https://github.com/boy0001/FastAsyncWorldedit/wiki/WorldEdit-and-FAWE-patterns) (If you have FAWE installed)
- [FAWE Patterns](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki/Patterns) (If you have FAWE installed)
- [WorldEdit Patterns](https://worldedit.enginehub.org/en/latest/usage/general/patterns/)
To restrict what blocks are allowed for the patterns, configure the `disallowed-blocks` list in `plugins/WorldEdit/config.yml`, or `plugins/FastAsyncWorldEdit/config-legacy.yml`