Tools

The tool attribute of the Luanti object lists every tool the running game knows about.

Like names, it exists so you can find the name of a tool by pressing Tab instead of looking it up somewhere:

Example:
>>> lt.tool.  # Press Tab
>>> lt.tool.default.  # Press Tab
>>> lt.tool.default.pick_mese
'default:pick_mese'
class miney.ToolIterable(parent, tool_types=None)[source]

Tool type, implemented as iterable for easy autocomplete in the interactive shell