From 967bde284a7ba12584c4529d303f5593b2679da3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 15 Feb 2017 19:52:29 +0100 Subject: Spell-check and clarify item names * Fix inconsistent insulated mesecon names * Clarify lightstone names * Rename meselamp to "Mesecon Lamp" * Use capitalization "Luacontroller" consistently * Cleanup / improvements for logic gate naming --- mesecons_luacontroller/doc/luacontroller/description.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesecons_luacontroller/doc/luacontroller') diff --git a/mesecons_luacontroller/doc/luacontroller/description.html b/mesecons_luacontroller/doc/luacontroller/description.html index ca14615..e549ffe 100644 --- a/mesecons_luacontroller/doc/luacontroller/description.html +++ b/mesecons_luacontroller/doc/luacontroller/description.html @@ -1,5 +1,5 @@ -The luacontroller is an advanced programmable component. -You can simply code it in the language mesecons uses itself: Lua! +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!). Documentation is available here! -- cgit v1.2.3