diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-10 22:59:11 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-10 22:59:11 -0700 |
commit | e682130266799f7b320a9b56964963bb348cc1cb (patch) | |
tree | 701802e1013c2d1cd623c73fdfa1fd944202e1aa /node_misc.lua | |
parent | 38e1cbc41e470ec1fdfca7036056acc1297bcd1c (diff) |
convert all the textures to transparent overlays on digtron_plate to allow easier reskinning
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, |