aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/nodes.lua b/nodes.lua
index 00cfb2f..33cc1f4 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -571,6 +571,19 @@ local nodes = {
groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3},
sounds = sound_glass,
},
+ ["bright_glow_glass"] = {
+ description = S("Bright 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 = 12,
+ groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3},
+ sounds = sound_glass,
+ },
["low_glow_glass"] = {
description = S("Low Glow Glass"),
drawtype = "glasslike_framed_optional",