From fdaa4dc1b8fef26efbea3feecb0b36db1622b316 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Sat, 20 Oct 2018 03:15:09 +0200 Subject: experimental tinted glass --- nodes.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nodes.lua') diff --git a/nodes.lua b/nodes.lua index 895a292..5695bc4 100644 --- a/nodes.lua +++ b/nodes.lua @@ -186,6 +186,20 @@ local nodes = { groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, }, + ["blue_tinted_glass"] = { + description = S("Blue Tinted Glass"), + drawtype = "glasslike_framed_optional", + tiles = {"blue1.png^moreblocks_clean_glass.png"}, + -- tiles = {"moreblocks_clean_glass.png","moreblocks_clean_glass_detail.png"}, + -- tiles = {"moreblocks_clean_glass.png"}, + one_texture = true, + use_texture_alpha = true, + paramtype = "light", + no_stairs = true; + sunlight_propagates = true, + groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, + sounds = sound_glass, + }, ["cactus_brick"] = { description = S("Cactus Brick"), groups = {cracky = 3}, -- cgit v1.2.3