Remove sunlight propagation for various nodes

This commit is contained in:
Wuzzy 2018-01-28 20:21:02 +01:00
parent 31f545202a
commit 7196485294
12 changed files with 0 additions and 45 deletions

View file

@ -14,7 +14,6 @@ minetest.register_node("mcl_nether:glowstone", {
}
},
paramtype = "light",
sunlight_propagates = true,
-- Real light level: 15 (but Minetest caps at 14)
light_source = 14,
sounds = mcl_sounds.node_sound_glass_defaults(),