summaryrefslogtreecommitdiff
path: root/node_misc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_misc.lua')
-rw-r--r--node_misc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_misc.lua b/node_misc.lua
index 2463d68..5ca0387 100644
--- a/node_misc.lua
+++ b/node_misc.lua
@@ -34,7 +34,7 @@ minetest.register_node("digtron:light", {
description = "Digtron Light",
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 1},
drop = "digtron:light",
- tiles = {"digtron_light.png"},
+ tiles = {"digtron_plate.png^digtron_light.png"},
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,