summaryrefslogtreecommitdiff
path: root/jeija/torches.lua
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2012-01-29 11:53:43 +0100
committerJeija <norrepli@gmail.com>2012-01-29 11:53:43 +0100
commit2e1435898816d49a6820578c88b4d46ea8230465 (patch)
tree8c710fdd73bbed2935d31ebd256587ab6d244da7 /jeija/torches.lua
parent0dc5c85137989e0ee62f96fcec0f58c99c08de80 (diff)
downloadmesecons-2e1435898816d49a6820578c88b4d46ea8230465.tar
mesecons-2e1435898816d49a6820578c88b4d46ea8230465.tar.gz
mesecons-2e1435898816d49a6820578c88b4d46ea8230465.tar.bz2
mesecons-2e1435898816d49a6820578c88b4d46ea8230465.tar.xz
mesecons-2e1435898816d49a6820578c88b4d46ea8230465.zip
Add descriptions
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 fca051c..9aac92c 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", {
@@ -31,6 +32,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)