Updated WorldEdit FAWE mask list (markdown)

Jesse Boyd 2017-02-14 11:32:32 +11:00
parent be6f5307b4
commit 01762a253a

@ -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