From 89fbbcc93420cbe1e551260c9d36793ddec4a66e Mon Sep 17 00:00:00 2001 From: Och Noe Date: Sun, 2 Jun 2019 18:54:08 +0200 Subject: two new glowing glass types / typo fix --- nodes.lua | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'nodes.lua') diff --git a/nodes.lua b/nodes.lua index 7109d48..28d32f7 100644 --- a/nodes.lua +++ b/nodes.lua @@ -444,6 +444,32 @@ local nodes = { groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, }, + ["dim_glow_glass"] = { + description = S("Dim Glow Glass"), + drawtype = "glasslike_framed_optional", + tiles = {"moreblocks_dim_glow_glass.png"}, + -- tiles = {"default_glass.png^[colorize:#FFFF78"}, + one_texture = true, + use_texture_alpha = true, + paramtype = "light", + sunlight_propagates = true, + light_source = 4, + groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, + sounds = sound_glass, + }, + ["low_glow_glass"] = { + description = S("Dim Glow Glass"), + drawtype = "glasslike_framed_optional", + tiles = {"moreblocks_low_glow_glass.png"}, + -- tiles = {"default_glass.png^[colorize:#FFFF78"}, + one_texture = true, + use_texture_alpha = true, + paramtype = "light", + sunlight_propagates = true, + light_source = 8, + groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, + sounds = sound_glass, + }, ["trap_super_glow_glass"] = { description = S("Trap Super Glow Glass"), drawtype = "glasslike_framed_optional", -- cgit v1.2.3