From a6d5ead0420c84b0dcdff178d78869867d3eac35 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Thu, 15 Jul 2021 11:45:06 -0700 Subject: [PATCH] m-tools docs update --- Chat-Command-Reference.md | 7 +++++++ README.md | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index c68b360..40032c3 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -712,6 +712,13 @@ Pops a selection off your per-user selection stack and applies it to the current //spop ``` +## `//mcount` +Alias for [`//count`](#count). + +``` +//mface +``` + ## `//mface` Returns the horizontal (X/Z) axis or axes the player is looking along. diff --git a/README.md b/README.md index 0db3fd5..58a7adc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,13 @@ The detailed explanations have moved! Check them out [here](https://github.com/s - [`//sstack`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#sstack) - [`//spush`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#spush) - [`//spop`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#spop) - + +### Measure + - [`//mface`](Chat-Command-Reference.md#mface) + - [`//midpos`](Chat-Command-Reference.md#midpos) + - [`//msize`](Chat-Command-Reference.md#msize) + - [`//mtrig`](Chat-Command-Reference.md#mtrig) + ### Meta - [`//multi ....`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#multi-command_a-command_b-command_c-) - [`//many `](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#many-times-command) _(new in v1.9)_