Fix white glass

master
ezhh 2017-08-13 09:51:27 +01:00
parent 806fcf103b
commit 1e7dd30da4
1 changed files with 1 additions and 1 deletions

View File

@ -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,