made glass sunlight propagatable, will break with weather/snow
This commit is contained in:
parent
3bdf39d5ef
commit
fd9362bbc1
@ -681,10 +681,10 @@ minetest.register_node(
|
|||||||
{
|
{
|
||||||
description = "Glass",
|
description = "Glass",
|
||||||
drawtype = "glasslike_framed_optional",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles ={"default_glass_frame.png", "default_glass.png"},
|
tiles ={"default_glass_frame.png", "default_glass.png^default_glass_frame.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
-- sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=2},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user