Skip to content

Commit 5583d47

Browse files
committed
Silly copypasta fail
Mixed up tiletype shape and material in readme
1 parent 6d53ab3 commit 5583d47

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ This will turn all stone fortifications into floors, preserving the material.
808808
Or this:
809809
::
810810

811-
filter material FLOOR
812-
filter shape MINERAL
811+
filter shape FLOOR
812+
filter material MINERAL
813813
paint shape WALL
814814

815815
Turning mineral vein floors back into walls.
@@ -821,8 +821,9 @@ Or this:
821821
::
822822

823823
paint hidden 1
824+
paint hidden 0
824825

825-
This will hide previously revealed tiles.
826+
This will hide previously revealed tiles (or show hidden with the 0 option).
826827

827828
Any paint or filter option can be disabled entirely by using the ANY keyword:
828829

Readme.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,17 +1557,18 @@ <h2><a class="toc-backref" href="#id132">tiletypes</a></h2>
15571557
<p>This will turn all stone fortifications into floors, preserving the material.</p>
15581558
<p>Or this:</p>
15591559
<pre class="literal-block">
1560-
filter material FLOOR
1561-
filter shape MINERAL
1560+
filter shape FLOOR
1561+
filter material MINERAL
15621562
paint shape WALL
15631563
</pre>
15641564
<p>Turning mineral vein floors back into walls.</p>
15651565
<p>The tool also allows tweaking some tile flags:</p>
15661566
<p>Or this:</p>
15671567
<pre class="literal-block">
15681568
paint hidden 1
1569+
paint hidden 0
15691570
</pre>
1570-
<p>This will hide previously revealed tiles.</p>
1571+
<p>This will hide previously revealed tiles (or show hidden with the 0 option).</p>
15711572
<p>Any paint or filter option can be disabled entirely by using the ANY keyword:</p>
15721573
<pre class="literal-block">
15731574
paint hidden ANY

0 commit comments

Comments
 (0)