diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-03-15 13:17:19 +0100 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-03-15 13:17:19 +0100 |
commit | 1947ed03c2e146607dfa3306eb805f532ac3a413 (patch) | |
tree | de802ba7569bd180a9bf31c3ce0dcc5dac72a455 /nodes.lua | |
parent | 16ae14f458321ccb0e93eed34bc7ade941b31026 (diff) |
fix unknown nodes!
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -286,7 +286,8 @@ local nodes = { description = S("Super Glow Glass"), drawtype = "glasslike_framed_optional", --tiles = {"moreblocks_super_glow_glass.png", "moreblocks_super_glow_glass_detail.png"}, - tiles = {"moreblocks_super_glow_glass.png"}, + --tiles = {"moreblocks_super_glow_glass.png"}, + tiles = {"default_glass.png^[colorize:#FFFF78"}, paramtype = "light", sunlight_propagates = true, light_source = 14, |