summaryrefslogtreecommitdiff
path: root/jeija/torches.lua
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2012-01-29 19:11:38 +0100
committersfan5 <sfan5@live.de>2012-01-29 19:11:38 +0100
commit592563c5fbfb408b489b83b3da06de5459a97ef3 (patch)
tree437a5bdeb0dbb55194c66b4155f52cc3088dd2f6 /jeija/torches.lua
parenta5fa04cfceb64448d666cb98125465b23bede7bf (diff)
parent206e55714fda2806627807495b5dca53da224d82 (diff)
downloadmesecons-592563c5fbfb408b489b83b3da06de5459a97ef3.tar
mesecons-592563c5fbfb408b489b83b3da06de5459a97ef3.tar.gz
mesecons-592563c5fbfb408b489b83b3da06de5459a97ef3.tar.bz2
mesecons-592563c5fbfb408b489b83b3da06de5459a97ef3.tar.xz
mesecons-592563c5fbfb408b489b83b3da06de5459a97ef3.zip
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Diffstat (limited to 'jeija/torches.lua')
-rw-r--r--jeija/torches.lua2
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)