summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testtools/README.md
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-07-02 18:58:00 +0000
committerGitHub <noreply@github.com>2022-07-02 19:58:00 +0100
commit9ac3b52fdcca91ff9cbca6ddabbca0d7f61e7a64 (patch)
tree149e3ae9dee8d63c02bbf5274b5ffe37c6c82da6 /games/devtest/mods/testtools/README.md
parent142928e944db089cccce6c0ea32a89b32300b3d1 (diff)
downloadminetest-9ac3b52fdcca91ff9cbca6ddabbca0d7f61e7a64.tar.gz
minetest-9ac3b52fdcca91ff9cbca6ddabbca0d7f61e7a64.tar.bz2
minetest-9ac3b52fdcca91ff9cbca6ddabbca0d7f61e7a64.zip
DevTest: Add item meta editor (#12307)
Diffstat (limited to 'games/devtest/mods/testtools/README.md')
-rw-r--r--games/devtest/mods/testtools/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/devtest/mods/testtools/README.md b/games/devtest/mods/testtools/README.md
index a1eb95ed7..72f0a2db0 100644
--- a/games/devtest/mods/testtools/README.md
+++ b/games/devtest/mods/testtools/README.md
@@ -40,6 +40,14 @@ Usage:
* Punch: Open node metadata editor
+## Item Meta Editor
+Edit and view metadata of items.
+
+Usage:
+
+* Place/Punch: Opens item metadata editor of the item in the next
+ inventory slot from the wielded item
+
## Entity Rotator
Changes the entity rotation (with `set_rotation`).