add a note to the docs

develop
Daniel Brooks 2018-05-08 16:04:35 -07:00
parent d15f87715e
commit 1eac476db7
1 changed files with 13 additions and 0 deletions

@ -3349,6 +3349,19 @@ module file is still necessary for ``require`` to read.
The following plugins have lua support.
blueprint
=========
Native functions:
* ``dig(start, end, name)``
* ``build(start, end, name)``
* ``place(start, end, name)``
* ``query(start, end, name)``
``start`` and ``end`` are tables containing positions (see
``xyz2pos``). ``name`` is used as the basis for the filename.
burrows
=======