update docs for building-hacks

develop
myk002 2022-07-18 16:38:28 -07:00
parent 154dc7c96c
commit 629c22b148
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 14 additions and 3 deletions

@ -4287,10 +4287,10 @@ blueprint files:
The names of the functions are also available as the keys of the
``valid_phases`` table.
.. _building-hacks:
.. _building-hacks-api:
building-hacks
==============
building-hacks API
==================
This plugin overwrites some methods in workshop df class so that mechanical workshops are possible. Although
plugin export a function it's recommended to use lua decorated function.

@ -0,0 +1,11 @@
building-hacks
==============
Allows mods to create and manage powered workshops.
Usage::
enable building-hacks
Please see the `building-hacks-api` for information on accessing this plugin
from Lua scripts.