From 302a28934d75a2a29f7f060eea12cb19966f3e5a Mon Sep 17 00:00:00 2001 From: Christopher Head Date: Fri, 21 Dec 2018 11:10:08 -0800 Subject: Document inactive block behaviour (#447) --- mesecons_luacontroller/doc/luacontroller/description.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_luacontroller/doc') diff --git a/mesecons_luacontroller/doc/luacontroller/description.html b/mesecons_luacontroller/doc/luacontroller/description.html index e549ffe..8c5d023 100644 --- a/mesecons_luacontroller/doc/luacontroller/description.html +++ b/mesecons_luacontroller/doc/luacontroller/description.html @@ -1,5 +1,7 @@ The Luacontroller is an advanced programmable component. You can simply code it in the language Mesecons uses itself: Lua! All the code runs in a sandbox, so it's completely safe (but I won't guarantee that for absolute certainty!). +It works fine in an unloaded block, loading the block when the program needs to run. +Events are properly delivered after a server restart. Documentation is available here! -- cgit v1.2.3