diff --git a/src/editor/toolmasks.md b/src/editor/toolmasks.md index bbf4751..15459a9 100644 --- a/src/editor/toolmasks.md +++ b/src/editor/toolmasks.md @@ -37,9 +37,10 @@ The 'Near' condition is true when any of the blocks in the 3x3 area (26 blocks) The 'Neighbor' condition returns true when any of the six blocks directly adjacent (up, down, north, south, east, west) to the target match the specified block or block state which allows the mask to check the immediate vicinity of the target block. > **IMPORTANT** -> The tool masks window must be open in order to be in effect. You may dock the window to the side in order to have it open all the time. +> +> The tool masks window must be open in order to take effect. You may dock the window to the side in order to have it open all the time. > -> Tools currently incompattible with Masks: +> Tools currently incompatible with Masks: > - Smooth Tool > - Distort Tool > - Roughen Tool