mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-07 18:55:18 +01:00
Enforce newline after headings
This commit is contained in:
@@ -5,9 +5,11 @@ Test Tools is a mod for developers that adds a bunch of tools to directly manipu
|
||||
Here's the list of tools:
|
||||
|
||||
## Remover
|
||||
|
||||
Removes nodes and non-player entities that you punch.
|
||||
|
||||
## Node Setter
|
||||
|
||||
Replace a node with another one.
|
||||
|
||||
First, punch a node you want to remember.
|
||||
@@ -16,6 +18,7 @@ Then rightclick any other node to replace it with the node you remembered.
|
||||
If you rightclick while pointing nothing, you can manually enter the node and param2.
|
||||
|
||||
## Param2 Tool
|
||||
|
||||
Change the value param2 of nodes.
|
||||
|
||||
* Punch: Add 1 to param2
|
||||
@@ -27,6 +30,7 @@ Change the value param2 of nodes.
|
||||
> Use the debug screen (F5) to see the param2 of the pointed node.
|
||||
|
||||
## Falling Node Tool
|
||||
|
||||
Turns nodes into falling nodes.
|
||||
|
||||
Usage:
|
||||
@@ -35,6 +39,7 @@ Usage:
|
||||
* Place: Try to teleport up to 2 units upwards, then make it fall
|
||||
|
||||
## Node Meta Editor
|
||||
|
||||
Edit and view metadata of nodes.
|
||||
|
||||
Usage:
|
||||
@@ -42,6 +47,7 @@ Usage:
|
||||
* Punch: Open node metadata editor
|
||||
|
||||
## Item Meta Editor
|
||||
|
||||
Edit and view metadata of items.
|
||||
|
||||
Usage:
|
||||
@@ -50,6 +56,7 @@ Usage:
|
||||
inventory slot from the wielded item
|
||||
|
||||
## Entity Rotator
|
||||
|
||||
Changes the entity rotation (with `set_rotation`).
|
||||
|
||||
Usage:
|
||||
@@ -61,6 +68,7 @@ Usage:
|
||||
Each usage rotates the entity by 22.5°.
|
||||
|
||||
## Entity Spawner
|
||||
|
||||
Spawns entities.
|
||||
|
||||
Usage:
|
||||
@@ -69,6 +77,7 @@ Usage:
|
||||
* Place to place selected entity
|
||||
|
||||
## Object Property Editor
|
||||
|
||||
Edits properties of objects.
|
||||
|
||||
Usage:
|
||||
@@ -80,6 +89,7 @@ To edit a property, select it in the list, enter a new value (in Lua syntax)
|
||||
and hit "Submit".
|
||||
|
||||
## Object Attacher
|
||||
|
||||
Allows you to attach an object to another one.
|
||||
|
||||
Basic usage:
|
||||
@@ -98,6 +108,7 @@ Hint: To detach all objects nearby you (including on yourself), use the
|
||||
`/detach` server command.
|
||||
|
||||
## Object Mover
|
||||
|
||||
Move an object by a given distance.
|
||||
|
||||
Usage:
|
||||
@@ -107,6 +118,7 @@ Usage:
|
||||
* Sneak+place: Decrease move distance
|
||||
|
||||
## Children Getter
|
||||
|
||||
Shows list of objects that are attached to an object (aka "children") in chat.
|
||||
|
||||
Usage:
|
||||
@@ -114,6 +126,7 @@ Usage:
|
||||
* Punch air: Show your own children
|
||||
|
||||
## Entity Visual Scaler
|
||||
|
||||
Change visual size of entities
|
||||
|
||||
Usage:
|
||||
@@ -122,6 +135,7 @@ Usage:
|
||||
* Sneak+punch entity to decrease visual size
|
||||
|
||||
## Branding Iron
|
||||
|
||||
Give an object a temporary name.
|
||||
|
||||
Usage:
|
||||
@@ -133,6 +147,7 @@ Usage:
|
||||
Use `testtools.get_branded_object(name)` to get an ObjRef.
|
||||
|
||||
## Note Meta Privatizer
|
||||
|
||||
Sets the 'formspec' and 'infotext' metadata fields of a node
|
||||
to private. This means that clients can no longer access these
|
||||
fields.
|
||||
@@ -142,6 +157,7 @@ Usage:
|
||||
* Punch: Set metadata of pointed node to private
|
||||
|
||||
## Light Tool
|
||||
|
||||
Show light level of node.
|
||||
|
||||
Usage:
|
||||
@@ -149,6 +165,7 @@ Usage:
|
||||
* Place: Show light info of the node that you touched
|
||||
|
||||
## Particle Spawner
|
||||
|
||||
Spawn a random animated particle.
|
||||
|
||||
Usage:
|
||||
|
||||
Reference in New Issue
Block a user