From 7dc32f86a708a3fc16f22e4a56a6a4b14ea10650 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Mon, 25 Feb 2019 17:39:56 +0100 Subject: non-blue tinted glass is now also cut-able --- nodes.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nodes.lua b/nodes.lua index 24dcbfb..cc7cc21 100644 --- a/nodes.lua +++ b/nodes.lua @@ -496,7 +496,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, @@ -508,7 +508,7 @@ local nodes = { one_texture = true, use_texture_alpha = true, paramtype = "light", - no_stairs = true; + n-- o_stairs = true; sunlight_propagates = true, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, @@ -520,7 +520,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, @@ -532,7 +532,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, @@ -544,7 +544,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, @@ -556,7 +556,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, @@ -568,7 +568,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