Skip to content

Commit 55fd16a

Browse files
committed
Fix deprecated references for tools and brushes
1 parent e0109d9 commit 55fd16a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Single-player does not use a watchdog.
7474
How do I remove a tool/brush from the item I'm holding?
7575
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

77-
Use the ``/none`` command while holding the item.
77+
Use the ``/tool none`` or ``/brush none`` command while holding the item. These are both currently the same command, so it doesn't matter which one you pick.
7878

7979

8080
Why isn't sign text/chest contents/entities/etc working?

source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Playing with brushes
7979
4. Make it so the brush only affects grass: ``/mask grass``
8080
5. Instead of placing stone, let's place wool: ``/mat red_wool,green_wool``
8181
6. Right click more areas.
82-
7. Disable the brush: ``/none``
82+
7. Disable the brush: ``/brush none``
8383

8484
Continuing on...
8585
================
8686

87-
Checkout out the rest of the :doc:`docs <index>`.
87+
Checkout out the rest of the :doc:`docs <index>`.

source/usage/regions/selections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Selecting with the wand
3232

3333
The most intuitive way to select a region is by using wand. To get the wand, use ``//wand`` (it is, by default, a wooden axe). **Left clicking** a block with the wand marks that block as the first corner of the cuboid you wish to select. A **right-click** chooses the second corner.
3434

35-
You can bind the selection wand to a different item either by changing the :doc:`configuration <../../config>` or using the ``//selwand`` command. In this regard, it is a :doc:`tool <../tools/tools>`.
35+
You can bind the selection wand to a different item either by changing the :doc:`configuration <../../config>` or using the ``/tool selwand`` command. In this regard, it is a :doc:`tool <../tools/tools>`.
3636

3737
Selecting at your own location
3838
------------------------------

source/usage/tools/brushes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Brushes
22
=======
33

4-
Brush tools are general more designed for building, sculpting, and painting than the general utility :doc:`tools <tools>`. Like the rest of the tools, they are bound to an item by using the command, and are activated by right-clicking (or left clicking, for those with two actions). They are unbound with the ``/none`` command.
4+
Brush tools are general more designed for building, sculpting, and painting than the general utility :doc:`tools <tools>`. Like the rest of the tools, they are bound to an item by using the command, and are activated by right-clicking (or left clicking, for those with two actions). They are unbound with the ``/brush none`` command.
55

66
Brushes have a few unique settings available to them. Brushes allow you to choose a mask, size, pattern, and range. These allow fine-tuning how you build and paint.
77

0 commit comments

Comments
 (0)