From 01762a253adbaecbfa75bf903e8c2fd009d9781e Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 14 Feb 2017 11:32:32 +1100 Subject: [PATCH] Updated WorldEdit FAWE mask list (markdown) --- WorldEdit---FAWE-mask-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WorldEdit---FAWE-mask-list.md b/WorldEdit---FAWE-mask-list.md index 3eb5489..18771fb 100644 --- a/WorldEdit---FAWE-mask-list.md +++ b/WorldEdit---FAWE-mask-list.md @@ -36,8 +36,8 @@ Desc: Set the brush source mask Example: `stone:wood` Explanation: Allows any block which is already stone or wood #### Angle mask `/[min]:[max]` -Example: `/-20:-5` -Explanation: Allows any block where the adjacent block is between 20 and 5 blocks below +Example: `/-20:-2` +Explanation: Allows any block where the adjacent block is between 20 and 2 blocks below #### Radius mask `{[min]:[max]` Example: `{5:20` Explanation: Restricts blocks to within a specific radius range of the initial block