diff options
author | Och Noe <och_noe@forksworld.de> | 2020-01-16 18:10:17 +0100 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2020-01-16 18:10:17 +0100 |
commit | 04bdfe3804d99fa6a3564036692419529724b5a9 (patch) | |
tree | cdac669bab80e7ec71cbf17e6873dca44fc330b2 | |
parent | 171e397846658db2f2adaea5f2176691be5362ae (diff) | |
download | moreblocks-04bdfe3804d99fa6a3564036692419529724b5a9.tar.gz moreblocks-04bdfe3804d99fa6a3564036692419529724b5a9.tar.bz2 moreblocks-04bdfe3804d99fa6a3564036692419529724b5a9.zip |
corrections
-rw-r--r-- | nodes.lua | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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, |