summaryrefslogtreecommitdiff
path: root/jeija/torches.lua
diff options
context:
space:
mode:
Diffstat (limited to 'jeija/torches.lua')
-rw-r--r--jeija/torches.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/jeija/torches.lua b/jeija/torches.lua
index 9aac92c..28e9985 100644
--- a/jeija/torches.lua
+++ b/jeija/torches.lua
@@ -12,7 +12,7 @@ minetest.register_node("jeija:mesecon_torch_off", {
drawtype = "torchlike",
tile_images = {"jeija_torches_off.png", "jeija_torches_off_ceiling.png", "jeija_torches_off_side.png"},
inventory_image = "jeija_torches_off.png",
- sunlight_propagates = true,
+ paramtype = "light",
walkable = false,
paramtype2 = "wallmounted",
legacy_wallmounted = true,
@@ -25,6 +25,7 @@ minetest.register_node("jeija:mesecon_torch_on", {
drawtype = "torchlike",
tile_images = {"jeija_torches_on.png", "jeija_torches_on_ceiling.png", "jeija_torches_on_side.png"},
inventory_image = "jeija_torches_on.png",
+ wield_image = "jeija_torches_on.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,