diff options
author | cheapie <no-email-for-you@example.com> | 2024-04-18 20:38:05 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-04-18 20:38:05 -0500 |
commit | 3d078bb99a75d10f8f11142341554bd81fb1d923 (patch) | |
tree | c64d8463d3460e0cac4223672d6021fdd0807d00 /controller.lua | |
parent | fd8693671d81eda7ab62c397b77d9496c39cc2f2 (diff) | |
download | celevator-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.lua | 2 |
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, }, |