Updated WorldEdit FAWE mask list (markdown)

Jesse Boyd 2017-03-20 10:55:31 +11:00
parent ec0d7781a6
commit cdaa975785

@ -36,8 +36,10 @@ 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:-3`
Explanation: Allows any block where the adjacent block is between 20 and 3 blocks below
Example: `/0d:45d`
Explanation: Allows any block where the adjacent block is between 0 and 45 degrees.
Example: `/3:20`
Explanation: Allows any block where the adjacent block is between 3 and 20 blocks below
#### Radius mask `{[min]:[max]`
Example: `{5:20`
Explanation: Restricts blocks to within a specific radius range of the initial block