diff options
author | Wuzzy <wuzzy2@mail.ru> | 2021-03-16 17:37:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 18:37:24 +0100 |
commit | 91135381421f646e0f6a8d9201b5cdc7e42605e1 (patch) | |
tree | c208de82e645da4564c533fad3ce46a5f0343acf /games/devtest/mods/testtools/README.md | |
parent | 88f514ad7a849eb4a67b5ee2c41c93856cf3808f (diff) | |
download | minetest-91135381421f646e0f6a8d9201b5cdc7e42605e1.tar.gz minetest-91135381421f646e0f6a8d9201b5cdc7e42605e1.tar.bz2 minetest-91135381421f646e0f6a8d9201b5cdc7e42605e1.zip |
DevTest: Formspec tests, children getter, better lighttool (#10918)
Diffstat (limited to 'games/devtest/mods/testtools/README.md')
-rw-r--r-- | games/devtest/mods/testtools/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/devtest/mods/testtools/README.md b/games/devtest/mods/testtools/README.md index 9cfe29ea4..a1eb95ed7 100644 --- a/games/devtest/mods/testtools/README.md +++ b/games/devtest/mods/testtools/README.md @@ -33,6 +33,13 @@ Usage: * Punch node: Make it fall * Place: Try to teleport up to 2 units upwards, then make it fall +## Node Meta Editor +Edit and view metadata of nodes. + +Usage: + +* Punch: Open node metadata editor + ## Entity Rotator Changes the entity rotation (with `set_rotation`). @@ -90,6 +97,13 @@ Usage: * Place: Increase move distance * Sneak+place: Decrease move distance +## Children Getter +Shows list of objects that are attached to an object (aka "children") in chat. + +Usage: +* Punch object: Show children of punched object +* Punch air: Show your own children + ## Entity Visual Scaler Change visual size of entities @@ -97,3 +111,10 @@ Usage: * Punch entity to increase visual size * Sneak+punch entity to decrease visual size + +## Light Tool +Show light level of node. + +Usage: +* Punch: Show light info of node in front of the punched node's side +* Place: Show light info of the node that you touched |