From 6b1c0b5308fcec549ef07dc8269f51f14827ee7e Mon Sep 17 00:00:00 2001 From: myk002 Date: Mon, 25 Jul 2022 06:53:08 -0700 Subject: [PATCH] rename building-hacks section --- docs/Lua API.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index aba0bcab7..107a0ba2e 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -4287,10 +4287,10 @@ blueprint files: The names of the functions are also available as the keys of the ``valid_phases`` table. -.. _building-hacks-api: +.. _building-hacks: -building-hacks API -================== +building-hacks +============== 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.