diff options
author | Anthony Zhang <azhang9@gmail.com> | 2012-09-27 17:27:34 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2012-09-27 17:27:34 -0400 |
commit | 208e95c2ff688a794b4e45dbb148e424e80e1cde (patch) | |
tree | a73060a98c6123f9e77bd4873c9fd3031fe3a726 /mesecons_random/init.lua | |
parent | ecefc937c9be82cb279c7beda6215b96540c41c8 (diff) |
Captilization.
Diffstat (limited to 'mesecons_random/init.lua')
-rw-r--r-- | mesecons_random/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua index 54d13b9..4011217 100644 --- a/mesecons_random/init.lua +++ b/mesecons_random/init.lua @@ -24,7 +24,7 @@ mesecon:register_on_signal_on(function(pos, node) end end) --- ghoststone +-- GHOSTSTONE minetest.register_node("mesecons_random:ghoststone", { description="ghoststone", |