diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-10 22:59:33 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-10 22:59:33 -0700 |
commit | 8350469d16878bd019cfa515f99ad1f6c6536083 (patch) | |
tree | 8c21b2b47390739523d5e59e34c55ec6d13662e0 /node_misc.lua | |
parent | 435f21458ccf4d91fd5ec179bdbc5d1aa6d2945c (diff) | |
parent | e682130266799f7b320a9b56964963bb348cc1cb (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactor
Diffstat (limited to 'node_misc.lua')
-rw-r--r-- | node_misc.lua | 2 |
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, |