From 1e7dd30da48757bec691bf8c0150df7c545c6f47 Mon Sep 17 00:00:00 2001 From: ezhh Date: Sun, 13 Aug 2017 09:51:27 +0100 Subject: [PATCH] Fix white glass --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index c0820ae..be66e9b 100644 --- a/nodes.lua +++ b/nodes.lua @@ -28,7 +28,7 @@ end minetest.register_node("abriglass:stained_glass_frosted", { description = "Frosted Glass", - tiles = {"abriglass_plainglass.png"}, --base texture + tiles = {"abriglass_plainglass.png^[colorize:#FFFFFF:122"}, --base texture groups = {cracky = 3}, use_texture_alpha = true, sunlight_propagates = true,