mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-19 22:11:58 +01:00
Updated WorldEdit FAWE mask list (markdown)
parent
328b6347fe
commit
81320cef83
@ -33,16 +33,16 @@ Desc: Set the brush source mask
|
||||
`#nolight`: Restrict to blocks without light (sky or emitted)
|
||||
`#haslight`: Restricts to blocks with light (sky or emitted)
|
||||
#### Block mask `[blocks]`
|
||||
Example: `stone,wood`
|
||||
Example: `stone:wood`
|
||||
Explanation: Allows any block which is already stone or wood
|
||||
#### Angle mask `/[min],[max]`
|
||||
Example: `/-20,-5
|
||||
#### Angle mask `/[min]:[max]`
|
||||
Example: `/-20:-5
|
||||
Explanation: Allows any block where the adjacent block is between 20 and 5 blocks below
|
||||
#### Radius mask `{[min]:[max]`
|
||||
Example: `{5,20`
|
||||
Example: `{5:20`
|
||||
Explanation: Restricts blocks to within a specific radius range of the initial block
|
||||
#### Adjacent mask `~[pattern][=min[:max]]`
|
||||
Example `~stone,wood`
|
||||
Example `~stone:wood`
|
||||
Explanation: Allows any block if it is adjacent to stone or wood
|
||||
Example: `~bedrock=2:4`
|
||||
Explanation: Allows any block if it is adjacent to between 2 and 4 bedrock
|
||||
|
Loading…
Reference in New Issue
Block a user