From fb5213f5b1c48f2726b9181d78861a6925fadc7f Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 3 Jan 2020 16:40:45 +0100 Subject: [PATCH] Use extended palette --- glass.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glass.lua b/glass.lua index 21d4c6b..a5d5541 100644 --- a/glass.lua +++ b/glass.lua @@ -34,7 +34,7 @@ if minetest.get_modpath("unifieddyes") then use_texture_alpha=true, paramtype = "light", paramtype2 = "color", - palette = "unifieddyes_palette.png", + palette = "unifieddyes_palette_extended.png", sunlight_propagates = true, groups = {cracky = 3, oddly_breakable_by_hand = 3, not_cuttable=1, ud_param2_colorable = 1}, sounds = default.node_sound_glass_defaults(), @@ -120,7 +120,7 @@ if minetest.get_modpath("unifieddyes") then use_texture_alpha=true, paramtype = "light", paramtype2 = "color", - palette = "unifieddyes_palette.png", + palette = "unifieddyes_palette_extended.png", sunlight_propagates = true, groups = {cracky = 3, oddly_breakable_by_hand = 3, not_cuttable=1, ud_param2_colorable = 1}, sounds = default.node_sound_glass_defaults(), @@ -174,7 +174,7 @@ if minetest.get_modpath("unifieddyes") then use_texture_alpha=true, paramtype = "light", paramtype2 = "color", - palette = "unifieddyes_palette.png", + palette = "unifieddyes_palette_extended.png", sunlight_propagates = true, groups = {cracky = 3, oddly_breakable_by_hand = 3, not_cuttable=1, ud_param2_colorable = 1}, sounds = default.node_sound_glass_defaults(),