mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-22 10:36:01 +01:00
Updated WorldEdit and FAWE patterns (markdown)
parent
cdaa975785
commit
3fbc03c3d3
@ -10,7 +10,6 @@ Note: You can use quotes if you need to nest a pattern.
|
||||
#### Simple patterns
|
||||
`#clipboard` Use the blocks in your clipboard as the pattern (alias `#copy`)
|
||||
`#existing` Use the block that is already there (alias `#*`)
|
||||
`#fullcopy` All blocks are replaced by the full clipboard (e.g. replace all wool with a tree you copied)
|
||||
|
||||
#### Block pattern `<block>`
|
||||
Example: `stone`
|
||||
@ -21,6 +20,16 @@ Example: `stone,wood,bedrock`
|
||||
Example2: `80%stone,10%wood,10%#clipboard`
|
||||
Explanation: Mix several patterns together
|
||||
|
||||
#### Biomes `#biome:<biome`
|
||||
Example: `#biome:forest`
|
||||
Explanation places the forest biome at the position
|
||||
|
||||
#### Full copy `#fullcopy[:<folder|file|url>[:<rotate=true|false>]]`
|
||||
Example `#fullcopy`
|
||||
Explanation: Places your full clipboard at each block
|
||||
Example `#fullcopy:trees/spruce:true`
|
||||
Explanation: Places a random rotated schematic from `trees/spruce` at each block.
|
||||
|
||||
#### Id/Data `#id:<pattern>` and `#data:<pattern>`
|
||||
Example: `//replace 53 #id:57`
|
||||
Explanation: Replace all wooden stairs with cobble and not modifying block data
|
||||
|
Loading…
Reference in New Issue
Block a user