1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-28 22:25:20 +01:00

DevTest: Formspec tests, children getter, better lighttool (#10918)

This commit is contained in:
Wuzzy
2021-03-16 17:37:24 +00:00
committed by GitHub
parent 88f514ad7a
commit 9113538142
6 changed files with 253 additions and 32 deletions

View File

@@ -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