From e682130266799f7b320a9b56964963bb348cc1cb Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 10 Jan 2017 22:59:11 -0700 Subject: convert all the textures to transparent overlays on digtron_plate to allow easier reskinning --- node_misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_misc.lua') 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, -- cgit v1.2.3