Skip to content

Commit

Permalink
Merge pull request #5244 from myk002/myk_changelayer
Browse files Browse the repository at this point in the history
add sand example to changelayer docs
  • Loading branch information
myk002 authored Feb 3, 2025
2 parents 7988fbe + deea1b0 commit 5f74a67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/plugins/changelayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Usage

When run without options, ``changelayer`` will:

- only affect the geology layer at the current cursor position
- only affect the biome that covers the current cursor position
- only affect the geology layer at the current keyboard cursor position
- only affect the biome that covers the current keyboard cursor position
- not allow changing stone to soil and vice versa

You can use the `probe` command on various tiles around your map to find valid
Expand All @@ -34,8 +34,9 @@ Examples

``changelayer GRANITE``
Convert the layer at the cursor position into granite.
``changelayer SILTY_CLAY force``
Convert the layer at the cursor position into clay, even if it's stone.
``changelayer SAND_RED force``
Convert the layer at the cursor position into red sand, even if it's
currently stone.
``changelayer MARBLE all_biomes all_layers``
Convert all layers of all biomes which are not soil into marble.

Expand Down

0 comments on commit 5f74a67

Please sign in to comment.