summaryrefslogtreecommitdiff
path: root/controller.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-04-18 20:38:05 -0500
committercheapie <no-email-for-you@example.com>2024-04-18 20:38:05 -0500
commit3d078bb99a75d10f8f11142341554bd81fb1d923 (patch)
treec64d8463d3460e0cac4223672d6021fdd0807d00 /controller.lua
parentfd8693671d81eda7ab62c397b77d9496c39cc2f2 (diff)
downloadcelevator-3d078bb99a75d10f8f11142341554bd81fb1d923.tar
celevator-3d078bb99a75d10f8f11142341554bd81fb1d923.tar.gz
celevator-3d078bb99a75d10f8f11142341554bd81fb1d923.tar.bz2
celevator-3d078bb99a75d10f8f11142341554bd81fb1d923.tar.xz
celevator-3d078bb99a75d10f8f11142341554bd81fb1d923.zip
Improve setup experience and inventory items
Diffstat (limited to 'controller.lua')
-rw-r--r--controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.lua b/controller.lua
index cb212ce..ce5c666 100644
--- a/controller.lua
+++ b/controller.lua
@@ -117,7 +117,7 @@ local function controllerleds(pos,running)
end
minetest.register_node("celevator:controller",{
- description = "Controller",
+ description = "Elevator Controller",
groups = {
cracky = 1,
},