From 04bdfe3804d99fa6a3564036692419529724b5a9 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Thu, 16 Jan 2020 18:10:17 +0100 Subject: corrections --- nodes.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/nodes.lua b/nodes.lua index e102c1e..a83496b 100644 --- a/nodes.lua +++ b/nodes.lua @@ -607,7 +607,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -620,7 +620,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -633,7 +633,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -646,7 +646,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -659,7 +659,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -672,20 +672,20 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, }, ["dark_magenta_tinted_glass"] = { - description = S("Dark Magenta Yellow Tinted Glass"), + description = S("Dark Magenta Tinted Glass"), drawtype = "glasslike_framed_optional", tiles = {"moreblocks_dark_magenta2.png^moreblocks_clean_glass.png"}, one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -698,7 +698,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -711,7 +711,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -724,7 +724,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -737,7 +737,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -750,7 +750,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -763,7 +763,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -776,7 +776,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -789,7 +789,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - -- no_stairs = true, + no_stairs = true, sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, -- cgit v1.2.3