diff options
author | sfan5 <sfan5@live.de> | 2012-01-29 19:11:38 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2012-01-29 19:11:38 +0100 |
commit | 592563c5fbfb408b489b83b3da06de5459a97ef3 (patch) | |
tree | 437a5bdeb0dbb55194c66b4155f52cc3088dd2f6 /jeija/torches.lua | |
parent | a5fa04cfceb64448d666cb98125465b23bede7bf (diff) | |
parent | 206e55714fda2806627807495b5dca53da224d82 (diff) |
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Diffstat (limited to 'jeija/torches.lua')
-rw-r--r-- | jeija/torches.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jeija/torches.lua b/jeija/torches.lua index ce46436..3f92f1e 100644 --- a/jeija/torches.lua +++ b/jeija/torches.lua @@ -18,6 +18,7 @@ minetest.register_node("jeija:mesecon_torch_off", { legacy_wallmounted = true, material = minetest.digprop_constanttime(0.5), drop = '"jeija:mesecon_torch_on" 1', + description="Mesecon Torch", }) minetest.register_node("jeija:mesecon_torch_on", { @@ -32,6 +33,7 @@ minetest.register_node("jeija:mesecon_torch_on", { legacy_wallmounted = true, material = minetest.digprop_constanttime(0.5), light_source = LIGHT_MAX-5, + description="Mesecon Torch", }) --[[minetest.register_on_placenode(function(pos, newnode, placer) |