From 1aea0d93acabcf62ce3af6c73cab2deb0dd7cb00 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 11 Nov 2019 18:15:59 +0100 Subject: [PATCH] Updated BlockBucket (markdown) --- BlockBucket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlockBucket.md b/BlockBucket.md index 0e15670..af025f0 100644 --- a/BlockBucket.md +++ b/BlockBucket.md @@ -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` \ No newline at end of file